From 91fe08f33d1e112c5bad64ae5c135bb7fab49cb5 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 23 Aug 2022 16:25:54 +0400 Subject: [PATCH] block utils export --- package.json | 2 +- src/library.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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,