diff --git a/package.json b/package.json index 3aaf839..b2ad3fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "2.4.9", + "version": "2.5.0", "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 1235012..899e254 100644 --- a/src/library.ts +++ b/src/library.ts @@ -76,6 +76,9 @@ import { validateEntry, standardizeEntry, } from "./lib/validate-entry"; +import { + psJSXMap, +} from "./lib/jsx-map"; import { readDictionary, writeDictionary, @@ -205,6 +208,7 @@ export { isFirstPerson, isSecondPerson, isThirdPerson, + psJSXMap, // protobuf helpers readDictionary, writeDictionary,