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", "name": "@lingdocs/pashto-inflector",
"version": "2.5.3", "version": "2.5.4",
"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",

View File

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