@intlayer/core 6.0.0-canary.2 → 6.0.0
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/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/core",
|
|
3
|
-
"version": "6.0.0
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.",
|
|
6
6
|
"keywords": [
|
|
@@ -120,10 +120,10 @@
|
|
|
120
120
|
],
|
|
121
121
|
"dependencies": {
|
|
122
122
|
"negotiator": "^1.0.0",
|
|
123
|
-
"@intlayer/api": "6.0.0
|
|
124
|
-
"@intlayer/
|
|
125
|
-
"@intlayer/
|
|
126
|
-
"@intlayer/dictionaries-entry": "6.0.0
|
|
123
|
+
"@intlayer/api": "6.0.0",
|
|
124
|
+
"@intlayer/unmerged-dictionaries-entry": "6.0.0",
|
|
125
|
+
"@intlayer/config": "6.0.0",
|
|
126
|
+
"@intlayer/dictionaries-entry": "6.0.0"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
129
|
"@types/negotiator": "^0.6.3",
|
|
@@ -139,15 +139,15 @@
|
|
|
139
139
|
"vitest": "^3.2.4",
|
|
140
140
|
"@utils/eslint-config": "1.0.4",
|
|
141
141
|
"@utils/ts-config": "1.0.4",
|
|
142
|
-
"@utils/
|
|
143
|
-
"@utils/
|
|
142
|
+
"@utils/ts-config-types": "1.0.4",
|
|
143
|
+
"@utils/tsup-config": "1.0.4"
|
|
144
144
|
},
|
|
145
145
|
"peerDependencies": {
|
|
146
|
-
"@intlayer/
|
|
147
|
-
"intlayer": "6.0.0
|
|
148
|
-
"@intlayer/
|
|
149
|
-
"@intlayer/dictionaries-entry": "6.0.0
|
|
150
|
-
"
|
|
146
|
+
"@intlayer/api": "6.0.0",
|
|
147
|
+
"@intlayer/config": "6.0.0",
|
|
148
|
+
"@intlayer/dictionaries-entry": "6.0.0",
|
|
149
|
+
"@intlayer/unmerged-dictionaries-entry": "6.0.0",
|
|
150
|
+
"intlayer": "6.0.0"
|
|
151
151
|
},
|
|
152
152
|
"engines": {
|
|
153
153
|
"node": ">=14.18"
|