From f01c9796364c456ca264011051613f6794b11428 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Thu, 15 Jul 2021 12:57:04 +0300 Subject: [PATCH] expose and bump --- package.json | 2 +- src/library.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e953f0..8e9e43b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "0.7.7", + "version": "0.7.8", "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 e31d6a8..3523f29 100644 --- a/src/library.ts +++ b/src/library.ts @@ -31,6 +31,9 @@ import { concatPsString, makePsString, removeFVariants, + isVerbBlock, + isImperativeBlock, + isInflectionSet, } from "./lib/p-text-helpers"; import { standardizePashto } from "./lib/standardize-pashto"; import { phoneticsToDiacritics } from "./lib/phonetics-to-diacritics"; @@ -60,6 +63,7 @@ import { getEnglishPersonInfo, getPersonFromVerbForm, getPersonNumber, + personFromVerbBlockPos, } from "./lib/misc-helpers"; import { simplifyPhonetics, @@ -96,6 +100,10 @@ export { getEnglishPersonInfo, getPersonFromVerbForm, getPersonNumber, + isVerbBlock, + isImperativeBlock, + isInflectionSet, + personFromVerbBlockPos, // protobuf helpers readDictionary, writeDictionary,