more functions
This commit is contained in:
parent
a9b0d63170
commit
489d03baee
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue