expose and bump

This commit is contained in:
lingdocs 2021-07-15 12:57:04 +03:00
parent d77056a130
commit f01c979636
2 changed files with 9 additions and 1 deletions

View File

@ -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",

View File

@ -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,