diff --git a/package.json b/package.json index 1c2918d..1e84a4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "0.7.3", + "version": "0.7.4", "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", diff --git a/src/library.ts b/src/library.ts index f413801..e31d6a8 100644 --- a/src/library.ts +++ b/src/library.ts @@ -57,6 +57,9 @@ import { } from "./lib/pashto-consonants"; import { isNounAdjOrVerb, + getEnglishPersonInfo, + getPersonFromVerbForm, + getPersonNumber, } from "./lib/misc-helpers"; import { simplifyPhonetics, @@ -90,6 +93,9 @@ export { addDiacritics, translatePhonetics, searchConjugation, + getEnglishPersonInfo, + getPersonFromVerbForm, + getPersonNumber, // protobuf helpers readDictionary, writeDictionary,