From 583c5a81c80c1f9ef95598ef07a054cf7b0d9561 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:02:24 -0500 Subject: [PATCH] expose getPassiveRootsAndStems --- package.json | 2 +- src/library.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ad89c02..b7e5179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "3.5.3", + "version": "3.5.4", "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 79a705a..c947324 100644 --- a/src/library.ts +++ b/src/library.ts @@ -14,6 +14,7 @@ import { } from "./lib/pashto-inflector"; import { getVerbInfo, + getPassiveRootsAndStems, } from "./lib/verb-info"; import InflectionsTable from "./components/InflectionsTable"; import Pashto from "./components/Pashto"; @@ -171,6 +172,7 @@ export { // FUNCTIONS conjugateVerb, getVerbInfo, + getPassiveRootsAndStems, inflectWord, addToForm, concatPsString,