@intlayer/config 8.7.10 → 8.7.11

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.
@@ -272,8 +272,8 @@ declare const buildSchema: z.ZodObject<{
272
272
  }>>;
273
273
  traversePattern: z.ZodOptional<z.ZodArray<z.ZodString>>;
274
274
  outputFormat: z.ZodOptional<z.ZodArray<z.ZodEnum<{
275
- esm: "esm";
276
275
  cjs: "cjs";
276
+ esm: "esm";
277
277
  }>>>;
278
278
  cache: z.ZodOptional<z.ZodBoolean>;
279
279
  require: z.ZodOptional<z.ZodUnknown>;
@@ -467,8 +467,8 @@ declare const intlayerConfigSchema: z.ZodObject<{
467
467
  }>>;
468
468
  traversePattern: z.ZodOptional<z.ZodArray<z.ZodString>>;
469
469
  outputFormat: z.ZodOptional<z.ZodArray<z.ZodEnum<{
470
- esm: "esm";
471
470
  cjs: "cjs";
471
+ esm: "esm";
472
472
  }>>>;
473
473
  cache: z.ZodOptional<z.ZodBoolean>;
474
474
  require: z.ZodOptional<z.ZodUnknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "8.7.10",
3
+ "version": "8.7.11",
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": [
@@ -160,7 +160,7 @@
160
160
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
161
161
  },
162
162
  "dependencies": {
163
- "@intlayer/types": "8.7.10",
163
+ "@intlayer/types": "8.7.11",
164
164
  "defu": "6.1.7",
165
165
  "dotenv": "17.4.2",
166
166
  "esbuild": "0.28.0",