From 3f9b1161d5359234e687a6cf893ea249dd2f4de3 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 26 Apr 2022 13:02:18 +0500 Subject: [PATCH] oops forgot to export --- package.json | 2 +- src/library.ts | 2 ++ src/types.ts | 7 ------- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 29821ea..f7cf63d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "2.3.1", + "version": "2.3.2", "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 effa5f1..ba71038 100644 --- a/src/library.ts +++ b/src/library.ts @@ -113,6 +113,7 @@ import { countSyllables, } from "./lib/accent-helpers"; import NPPicker from "./components/np-picker/NPPicker"; +import EPExplorer from "./components/ep-explorer/EPExplorer"; import shuffleArray from "./lib/shuffle-array"; import defaultTextOptions from "./lib/default-text-options"; import * as grammarUnits from "./lib/grammar-units"; @@ -178,6 +179,7 @@ export { readDictionaryInfo, writeDictionaryInfo, // COMPONENTS + EPExplorer, VPExplorer, ConjugationViewer, // TODO: Deprecated - remove Examples, diff --git a/src/types.ts b/src/types.ts index 5d9429f..8a2d214 100644 --- a/src/types.ts +++ b/src/types.ts @@ -496,13 +496,6 @@ export type NonInflecting = T & { __brand3: "non-inflecting" }; export type Entry = NounEntry | AdjectiveEntry | AdverbEntry | VerbEntry; -export type Words = { - nouns: NounEntry[], - adjectives: AdjectiveEntry[], - verbs: VerbEntry[], - adverbs: AdverbEntry[], -} - // TODO: make this Rendered with recursive Rendered<> export type VPRendered = { type: "VPRendered",