diff --git a/package.json b/package.json index 7043e48..3659cf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "2.5.2", + "version": "2.5.3", "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 899e254..789c739 100644 --- a/src/library.ts +++ b/src/library.ts @@ -132,6 +132,9 @@ import { import { renderVP, } from "./lib/phrase-building/render-vp"; +import { + renderNPSelection, +} from "./lib/phrase-building/render-np"; import { compileEP, compileVP, @@ -209,6 +212,7 @@ export { isSecondPerson, isThirdPerson, psJSXMap, + renderNPSelection, // protobuf helpers readDictionary, writeDictionary,