block utils export

This commit is contained in:
lingdocs 2022-08-23 16:25:54 +04:00
parent 3a0aeea6e4
commit 91fe08f33d
2 changed files with 3 additions and 1 deletions

View File

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

@ -169,6 +169,7 @@ import * as typePredicates from "./lib/type-predicates";
import APPicker from "./components/ap-picker/APPicker"; import APPicker from "./components/ap-picker/APPicker";
import VPDisplay from "./components/vp-explorer/VPDisplay"; import VPDisplay from "./components/vp-explorer/VPDisplay";
import VPPicker from "./components/vp-explorer/VPPicker"; import VPPicker from "./components/vp-explorer/VPPicker";
import * as blockUtils from "./lib/phrase-building/blocks-utils";
export { export {
// FUNCTIONS // FUNCTIONS
@ -245,6 +246,7 @@ export {
roleIcon, roleIcon,
vpsReducer, vpsReducer,
makeVPSelectionState, makeVPSelectionState,
blockUtils,
// protobuf helpers // protobuf helpers
readDictionary, readDictionary,
writeDictionary, writeDictionary,