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", "name": "pashto-inflector",
"version": "5.0.8", "version": "5.0.9",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pashto-inflector", "name": "pashto-inflector",
"version": "5.0.8", "version": "5.0.9",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "pashto-inflector", "name": "pashto-inflector",
"version": "5.0.8", "version": "5.0.9",
"author": "lingdocs.com", "author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com", "homepage": "https://verbs.lingdocs.com",

View File

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

View File

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

View File

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