diff --git a/package.json b/package.json index 941623f..fa94985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "1.5.2", + "version": "1.5.3", "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 0c227e2..2a256d9 100644 --- a/src/library.ts +++ b/src/library.ts @@ -37,6 +37,7 @@ import { isInflectionSet, addEnglish, endsWith, + hasBaParticle, } from "./lib/p-text-helpers"; import { getEnglishWord, @@ -139,6 +140,7 @@ export { endsWith, splitUpSyllables, countSyllables, + hasBaParticle, // protobuf helpers readDictionary, writeDictionary,