@intlayer/dictionaries-entry 9.5.6 → 9.5.8
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/dictionaries-entry",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Provides the entry points for the generated Intlayer dictionaries (merged, unmerged, remote, dynamic, fetch), designed to be aliased by bundlers like Webpack, Vite, Turbopack, esbuild and Metro.",
|
|
6
6
|
"keywords": [
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
114
114
|
},
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@intlayer/config": "9.5.
|
|
116
|
+
"@intlayer/config": "9.5.8"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
|
-
"@intlayer/types": "9.5.
|
|
119
|
+
"@intlayer/types": "9.5.8",
|
|
120
120
|
"@types/node": "^22",
|
|
121
121
|
"@utils/ts-config": "1.0.4",
|
|
122
122
|
"@utils/ts-config-types": "1.0.4",
|