more functions

This commit is contained in:
adueck 2022-10-09 15:50:40 +05:00
parent a9b0d63170
commit 489d03baee
5 changed files with 9 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "pashto-inflector",
"version": "5.0.8",
"version": "5.0.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pashto-inflector",
"version": "5.0.8",
"version": "5.0.9",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "pashto-inflector",
"version": "5.0.8",
"version": "5.0.9",
"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",

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/ps-react",
"version": "5.0.8",
"version": "5.0.9",
"description": "Pashto inflector library module with React components",
"main": "dist/components/library.js",
"module": "dist/components/library.js",

View File

@ -43,6 +43,8 @@ import {
psStringFromEntry,
getLong,
capitalizeFirstLetter,
getLength,
psStringEquals,
} from "./src/p-text-helpers";
import {
getEnglishWord,
@ -228,6 +230,8 @@ export {
ensureNonComboVerbInfo,
vpsReducer,
makeVPSelectionState,
getLength,
psStringEquals,
blockUtils,
blank,
kidsBlank,

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/inflect",
"version": "5.0.8",
"version": "5.0.9",
"description": "Pashto inflector library",
"main": "dist/index.js",
"types": "dist/lib/library.d.ts",