This commit is contained in:
lingdocs 2022-05-14 16:55:52 -05:00
parent 0ce52411ad
commit fcefb9e5dc
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "2.5.3",
"version": "2.5.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

@ -63,6 +63,10 @@ import {
isInvalidSubjObjCombo,
randomSubjObj,
} from "./lib/np-tools";
import {
getEnglishFromRendered,
getPashtoFromRendered,
} from "./lib/phrase-building/np-tools"; // TODO should be one np-tools file?
import {
convertSpelling,
revertSpelling,
@ -213,6 +217,8 @@ export {
isThirdPerson,
psJSXMap,
renderNPSelection,
getEnglishFromRendered,
getPashtoFromRendered,
// protobuf helpers
readDictionary,
writeDictionary,