more exposure

This commit is contained in:
lingdocs 2021-07-14 03:44:27 +03:00
parent 9329692de1
commit 28ce6fd214
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@lingdocs/pashto-inflector", "name": "@lingdocs/pashto-inflector",
"version": "0.7.3", "version": "0.7.4",
"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

@ -57,6 +57,9 @@ import {
} from "./lib/pashto-consonants"; } from "./lib/pashto-consonants";
import { import {
isNounAdjOrVerb, isNounAdjOrVerb,
getEnglishPersonInfo,
getPersonFromVerbForm,
getPersonNumber,
} from "./lib/misc-helpers"; } from "./lib/misc-helpers";
import { import {
simplifyPhonetics, simplifyPhonetics,
@ -90,6 +93,9 @@ export {
addDiacritics, addDiacritics,
translatePhonetics, translatePhonetics,
searchConjugation, searchConjugation,
getEnglishPersonInfo,
getPersonFromVerbForm,
getPersonNumber,
// protobuf helpers // protobuf helpers
readDictionary, readDictionary,
writeDictionary, writeDictionary,