more exposure

This commit is contained in:
lingdocs 2022-05-06 15:33:00 -05:00
parent 41ffa90e5a
commit 65c94c8810
3 changed files with 18 additions and 2 deletions

View File

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

@ -96,6 +96,7 @@ import {
personGender,
parseEc,
personNumber,
randFromArray,
} from "./lib/misc-helpers";
import {
simplifyPhonetics,
@ -115,6 +116,16 @@ import {
import {
makeNounSelection,
} from "./components/np-picker/picker-tools";
import {
renderEP,
} from "./lib/phrase-building/render-ep";
import {
renderVP,
} from "./lib/phrase-building/render-vp";
import {
compileEP,
compileVP,
} from "./lib/phrase-building/compile";
import NPPicker from "./components/np-picker/NPPicker";
import EPExplorer from "./components/ep-explorer/EPExplorer";
import shuffleArray from "./lib/shuffle-array";
@ -177,6 +188,11 @@ export {
shuffleArray,
personNumber,
makeNounSelection,
randFromArray,
renderEP,
renderVP,
compileEP,
compileVP,
// protobuf helpers
readDictionary,
writeDictionary,

File diff suppressed because one or more lines are too long