lexora 1.4.2 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import "intl-list-format";
|
|
2
|
-
import "intl-list-format/locale-data/en";
|
|
3
|
-
import "intl-list-format/locale-data/de";
|
|
4
1
|
import { BoundTemplate, boundTemplate, isBoundTemplate } from "./lib/BoundTemplate";
|
|
5
2
|
import { LanguageKey } from "./lib/LanguageKey";
|
|
6
3
|
import { LanguagePacks } from "./lib/LanguagePack";
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.SR=exports.isBoundTemplate=exports.boundTemplate=exports.WatchableString=exports.LexoraContext=exports.LanguagePacks=void 0
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.SR=exports.isBoundTemplate=exports.boundTemplate=exports.WatchableString=exports.LexoraContext=exports.LanguagePacks=void 0;const BoundTemplate_1=require("./lib/BoundTemplate");Object.defineProperty(exports,"boundTemplate",{enumerable:!0,get:function(){return BoundTemplate_1.boundTemplate}}),Object.defineProperty(exports,"isBoundTemplate",{enumerable:!0,get:function(){return BoundTemplate_1.isBoundTemplate}});const LanguagePack_1=require("./lib/LanguagePack");Object.defineProperty(exports,"LanguagePacks",{enumerable:!0,get:function(){return LanguagePack_1.LanguagePacks}});const LexoraContext_1=require("./lib/LexoraContext");Object.defineProperty(exports,"LexoraContext",{enumerable:!0,get:function(){return LexoraContext_1.LexoraContext}});const StringResource_1=require("./lib/StringResource");Object.defineProperty(exports,"SR",{enumerable:!0,get:function(){return StringResource_1.SR}});const WatchableString_1=require("./lib/WatchableString");Object.defineProperty(exports,"WatchableString",{enumerable:!0,get:function(){return WatchableString_1.WatchableString}});
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,uDAAoF;AAoBhF,8FApBoB,6BAAa,OAoBpB;AACb,gGArBmC,+BAAe,OAqBnC;AAnBnB,qDAAmD;AAW/C,8FAXK,4BAAa,OAWL;AATjB,uDAA0E;AAUtE,8FAVK,6BAAa,OAUL;AARjB,yDAA6E;AAiBzE,mFAjBwC,mBAAE,OAiBxC;AAhBN,2DAAwD;AAWpD,gGAXK,iCAAe,OAWL"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lexora",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"description": "A lightweight TypeScript helper for managing multi-language strings with optional grammatical support.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
"lightweight"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"emitix": "^2.3.2"
|
|
33
|
-
"intl-list-format": "^1.0.3"
|
|
32
|
+
"emitix": "^2.3.2"
|
|
34
33
|
},
|
|
35
34
|
"devDependencies": {
|
|
36
35
|
"@types/chai": "^5.2.3",
|