expose and bump
This commit is contained in:
parent
d77056a130
commit
f01c979636
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"author": "lingdocs.com",
|
||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||
"homepage": "https://verbs.lingdocs.com",
|
||||
|
|
|
@ -31,6 +31,9 @@ import {
|
|||
concatPsString,
|
||||
makePsString,
|
||||
removeFVariants,
|
||||
isVerbBlock,
|
||||
isImperativeBlock,
|
||||
isInflectionSet,
|
||||
} from "./lib/p-text-helpers";
|
||||
import { standardizePashto } from "./lib/standardize-pashto";
|
||||
import { phoneticsToDiacritics } from "./lib/phonetics-to-diacritics";
|
||||
|
@ -60,6 +63,7 @@ import {
|
|||
getEnglishPersonInfo,
|
||||
getPersonFromVerbForm,
|
||||
getPersonNumber,
|
||||
personFromVerbBlockPos,
|
||||
} from "./lib/misc-helpers";
|
||||
import {
|
||||
simplifyPhonetics,
|
||||
|
@ -96,6 +100,10 @@ export {
|
|||
getEnglishPersonInfo,
|
||||
getPersonFromVerbForm,
|
||||
getPersonNumber,
|
||||
isVerbBlock,
|
||||
isImperativeBlock,
|
||||
isInflectionSet,
|
||||
personFromVerbBlockPos,
|
||||
// protobuf helpers
|
||||
readDictionary,
|
||||
writeDictionary,
|
||||
|
|
Loading…
Reference in New Issue