more exposure

This commit is contained in:
lingdocs 2021-07-14 03:44:27 +03:00
parent 9329692de1
commit 28ce6fd214
2 changed files with 7 additions and 1 deletions

View File

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

View File

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