diff --git a/package.json b/package.json index 47743db..887367b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "3.7.4", + "version": "3.7.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", diff --git a/src/library.ts b/src/library.ts index 0608ce2..b2c4818 100644 --- a/src/library.ts +++ b/src/library.ts @@ -169,6 +169,7 @@ import * as typePredicates from "./lib/type-predicates"; import APPicker from "./components/ap-picker/APPicker"; import VPDisplay from "./components/vp-explorer/VPDisplay"; import VPPicker from "./components/vp-explorer/VPPicker"; +import * as blockUtils from "./lib/phrase-building/blocks-utils"; export { // FUNCTIONS @@ -245,6 +246,7 @@ export { roleIcon, vpsReducer, makeVPSelectionState, + blockUtils, // protobuf helpers readDictionary, writeDictionary,