@intlayer/config 9.4.1 → 9.4.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -330,4 +330,4 @@ Contribute on [GitHub](https://github.com/aymericzip/intlayer), [GitLab](https:/
|
|
|
330
330
|
|
|
331
331
|
If you like Intlayer, give us a ⭐ on GitHub. It helps others discover the project! [See why GitHub Stars matter](https://github.com/aymericzip/intlayer/blob/main/CONTRIBUTING.md#why-github-stars-matter-).
|
|
332
332
|
|
|
333
|
-
[](https://api.star-history.com/#aymericzip/intlayer&Date)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/config",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.",
|
|
6
6
|
"keywords": [
|
|
@@ -189,15 +189,15 @@
|
|
|
189
189
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
190
190
|
},
|
|
191
191
|
"dependencies": {
|
|
192
|
-
"@intlayer/types": "9.4.
|
|
192
|
+
"@intlayer/types": "9.4.2",
|
|
193
193
|
"defu": "6.1.7",
|
|
194
194
|
"dotenv": "17.4.2",
|
|
195
195
|
"esbuild": "0.28.2",
|
|
196
196
|
"json5": "2.2.3",
|
|
197
|
-
"zod": "4.4
|
|
197
|
+
"zod": "4.5.4"
|
|
198
198
|
},
|
|
199
199
|
"devDependencies": {
|
|
200
|
-
"@types/node": "26.
|
|
200
|
+
"@types/node": "26.4.1",
|
|
201
201
|
"@utils/ts-config": "1.0.4",
|
|
202
202
|
"@utils/ts-config-types": "1.0.4",
|
|
203
203
|
"@utils/tsdown-config": "1.0.4",
|