@intlayer/config 8.3.2 → 8.3.4
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.
|
@@ -274,8 +274,8 @@ declare const buildSchema: z.ZodObject<{
|
|
|
274
274
|
}>>;
|
|
275
275
|
traversePattern: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
276
276
|
outputFormat: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
277
|
-
esm: "esm";
|
|
278
277
|
cjs: "cjs";
|
|
278
|
+
esm: "esm";
|
|
279
279
|
}>>>;
|
|
280
280
|
cache: z.ZodOptional<z.ZodBoolean>;
|
|
281
281
|
require: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -471,8 +471,8 @@ declare const intlayerConfigSchema: z.ZodObject<{
|
|
|
471
471
|
}>>;
|
|
472
472
|
traversePattern: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
473
473
|
outputFormat: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
474
|
-
esm: "esm";
|
|
475
474
|
cjs: "cjs";
|
|
475
|
+
esm: "esm";
|
|
476
476
|
}>>>;
|
|
477
477
|
cache: z.ZodOptional<z.ZodBoolean>;
|
|
478
478
|
require: z.ZodOptional<z.ZodUnknown>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/config",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.4",
|
|
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": [
|
|
@@ -127,10 +127,10 @@
|
|
|
127
127
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@intlayer/types": "8.3.
|
|
130
|
+
"@intlayer/types": "8.3.4",
|
|
131
131
|
"defu": "6.1.4",
|
|
132
132
|
"dotenv": "17.3.1",
|
|
133
|
-
"esbuild": "0.27.
|
|
133
|
+
"esbuild": "0.27.4",
|
|
134
134
|
"json5": "2.2.3",
|
|
135
135
|
"zod": "4.3.6"
|
|
136
136
|
},
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"@utils/ts-config-types": "1.0.4",
|
|
141
141
|
"@utils/tsdown-config": "1.0.4",
|
|
142
142
|
"rimraf": "6.1.3",
|
|
143
|
-
"tsdown": "0.21.
|
|
143
|
+
"tsdown": "0.21.4",
|
|
144
144
|
"typescript": "5.9.3",
|
|
145
145
|
"vitest": "4.1.0"
|
|
146
146
|
},
|