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