angular-intlayer 8.1.11 → 8.2.1
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/types/client/useDictionaryDynamic.d.ts +0 -1
- package/dist/types/client/useDictionaryDynamic.d.ts.map +1 -1
- package/dist/types/editor/editorLocale.d.ts +0 -2
- package/dist/types/editor/editorLocale.d.ts.map +1 -1
- package/dist/types/index.d.ts +0 -2
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { IInterpreterPluginState as IInterpreterPluginState$1 } from "../plugins.js";
|
|
2
|
-
import "../index.js";
|
|
3
2
|
import * as _angular_core0 from "@angular/core";
|
|
4
3
|
import * as _intlayer_types0 from "@intlayer/types";
|
|
5
4
|
import { Dictionary, DictionaryKeys, LocalesValues, StrictModeLocaleMap } from "@intlayer/types";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDictionaryDynamic.d.ts","names":[],"sources":["../../../src/client/useDictionaryDynamic.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useDictionaryDynamic.d.ts","names":[],"sources":["../../../src/client/useDictionaryDynamic.ts"],"mappings":";;;;;;;;;;;;cAmBa,oBAAA,aACD,UAAA,YACA,cAAA,EAEV,iBAAA,EAAmB,mBAAA,OAA0B,OAAA,CAAQ,CAAA,IACrD,GAAA,EAAK,CAAA,EACL,MAAA,GAAS,aAAA,KAAa,cAAA,CAAA,MAAA,CAAA,2BAAA,CAAA,oBAAA,CAAA,CAAA,aAAA,yBAAA,EAAA,gBAAA,CAAA,MAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editorLocale.d.ts","names":[],"sources":["../../../src/editor/editorLocale.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"editorLocale.d.ts","names":[],"sources":["../../../src/editor/editorLocale.ts"],"mappings":";;cAOa,eAAA,QAAe,gBAAA"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -5,13 +5,11 @@ import { useDictionaryAsync } from "./client/useDictionaryAsync.js";
|
|
|
5
5
|
import { getDictionary } from "./getDictionary.js";
|
|
6
6
|
import { getIntlayer } from "./getIntlayer.js";
|
|
7
7
|
import { INTLAYER_MARKDOWN_TOKEN, IntlayerMarkdownProvider, IntlayerMarkdownService, createIntlayerMarkdownProvider, htmlRuntime, useMarkdown } from "./markdown/installIntlayerMarkdown.js";
|
|
8
|
-
import "./markdown/index.js";
|
|
9
8
|
import { useDictionaryDynamic } from "./client/useDictionaryDynamic.js";
|
|
10
9
|
import { useIntl } from "./client/useIntl.js";
|
|
11
10
|
import { isUpdatableNode, useIntlayer } from "./client/useIntlayer.js";
|
|
12
11
|
import { useLoadDynamic } from "./client/useLoadDynamic.js";
|
|
13
12
|
import { useLocale } from "./client/useLocale.js";
|
|
14
|
-
import "./client/index.js";
|
|
15
13
|
import { LocalesValues } from "@intlayer/types";
|
|
16
14
|
|
|
17
15
|
//#region src/index.d.ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/index.ts"],"mappings":";;;;;;;;;;;;;;;;YAIY,kBAAA,iBAAmC,aAAA,UACnC,yBAAA,CAA0B,CAAA,EAAG,CAAA,EAAG,CAAA;AAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-intlayer",
|
|
3
|
-
"version": "8.1
|
|
3
|
+
"version": "8.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Angular applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -86,13 +86,13 @@
|
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@babel/plugin-syntax-import-attributes": "^7.28.6",
|
|
88
88
|
"@babel/preset-env": "^7.29.0",
|
|
89
|
-
"@intlayer/chokidar": "8.1
|
|
90
|
-
"@intlayer/config": "8.1
|
|
91
|
-
"@intlayer/core": "8.1
|
|
92
|
-
"@intlayer/dictionaries-entry": "8.1
|
|
93
|
-
"@intlayer/editor": "8.1
|
|
94
|
-
"@intlayer/types": "8.1
|
|
95
|
-
"@intlayer/webpack": "8.1
|
|
89
|
+
"@intlayer/chokidar": "8.2.1",
|
|
90
|
+
"@intlayer/config": "8.2.1",
|
|
91
|
+
"@intlayer/core": "8.2.1",
|
|
92
|
+
"@intlayer/dictionaries-entry": "8.2.1",
|
|
93
|
+
"@intlayer/editor": "8.2.1",
|
|
94
|
+
"@intlayer/types": "8.2.1",
|
|
95
|
+
"@intlayer/webpack": "8.2.1",
|
|
96
96
|
"babel-loader": "^10.0.0",
|
|
97
97
|
"defu": "6.1.4"
|
|
98
98
|
},
|