@intlayer/core 8.1.1 → 8.1.2
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.
|
@@ -23,7 +23,7 @@ type TranslationContent<Content = unknown, RecordContent extends StrictModeLocal
|
|
|
23
23
|
* - If a locale is missing, it will make each existing locale optional and raise an error if the locale is not found.
|
|
24
24
|
*/
|
|
25
25
|
declare const translation: <Content = unknown, ContentRecord extends StrictModeLocaleMap<Content> = StrictModeLocaleMap<Content>>(content: ContentRecord) => TypedNodeModel<NodeType.Translation, ContentRecord, {
|
|
26
|
-
nodeType: "translation"
|
|
26
|
+
nodeType: NodeType.Translation | "translation";
|
|
27
27
|
} & {
|
|
28
28
|
translation: ContentRecord;
|
|
29
29
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/core",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.",
|
|
6
6
|
"keywords": [
|
|
@@ -115,11 +115,11 @@
|
|
|
115
115
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"@intlayer/api": "8.1.
|
|
119
|
-
"@intlayer/config": "8.1.
|
|
120
|
-
"@intlayer/dictionaries-entry": "8.1.
|
|
121
|
-
"@intlayer/types": "8.1.
|
|
122
|
-
"@intlayer/unmerged-dictionaries-entry": "8.1.
|
|
118
|
+
"@intlayer/api": "8.1.2",
|
|
119
|
+
"@intlayer/config": "8.1.2",
|
|
120
|
+
"@intlayer/dictionaries-entry": "8.1.2",
|
|
121
|
+
"@intlayer/types": "8.1.2",
|
|
122
|
+
"@intlayer/unmerged-dictionaries-entry": "8.1.2",
|
|
123
123
|
"defu": "6.1.4"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@utils/ts-config": "1.0.4",
|
|
128
128
|
"@utils/ts-config-types": "1.0.4",
|
|
129
129
|
"@utils/tsdown-config": "1.0.4",
|
|
130
|
-
"rimraf": "6.1.
|
|
130
|
+
"rimraf": "6.1.3",
|
|
131
131
|
"tsdown": "0.20.3",
|
|
132
132
|
"typescript": "5.9.3",
|
|
133
133
|
"vitest": "4.0.18"
|