@intlayer/config 8.6.0 → 8.6.1

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.
@@ -20,9 +20,9 @@ declare const cookiesAttributesSchema: z.ZodObject<{
20
20
  secure: z.ZodOptional<z.ZodBoolean>;
21
21
  httpOnly: z.ZodOptional<z.ZodBoolean>;
22
22
  sameSite: z.ZodOptional<z.ZodEnum<{
23
+ none: "none";
23
24
  strict: "strict";
24
25
  lax: "lax";
25
- none: "none";
26
26
  }>>;
27
27
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
28
28
  }, z.core.$strip>;
@@ -47,9 +47,9 @@ declare const storageSchema: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodEnum
47
47
  secure: z.ZodOptional<z.ZodBoolean>;
48
48
  httpOnly: z.ZodOptional<z.ZodBoolean>;
49
49
  sameSite: z.ZodOptional<z.ZodEnum<{
50
+ none: "none";
50
51
  strict: "strict";
51
52
  lax: "lax";
52
- none: "none";
53
53
  }>>;
54
54
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
55
55
  }, z.core.$strip>, z.ZodObject<{
@@ -72,9 +72,9 @@ declare const storageSchema: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodEnum
72
72
  secure: z.ZodOptional<z.ZodBoolean>;
73
73
  httpOnly: z.ZodOptional<z.ZodBoolean>;
74
74
  sameSite: z.ZodOptional<z.ZodEnum<{
75
+ none: "none";
75
76
  strict: "strict";
76
77
  lax: "lax";
77
- none: "none";
78
78
  }>>;
79
79
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
80
80
  }, z.core.$strip>, z.ZodObject<{
@@ -155,9 +155,9 @@ declare const routingSchema: z.ZodObject<{
155
155
  secure: z.ZodOptional<z.ZodBoolean>;
156
156
  httpOnly: z.ZodOptional<z.ZodBoolean>;
157
157
  sameSite: z.ZodOptional<z.ZodEnum<{
158
+ none: "none";
158
159
  strict: "strict";
159
160
  lax: "lax";
160
- none: "none";
161
161
  }>>;
162
162
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
163
163
  }, z.core.$strip>, z.ZodObject<{
@@ -180,9 +180,9 @@ declare const routingSchema: z.ZodObject<{
180
180
  secure: z.ZodOptional<z.ZodBoolean>;
181
181
  httpOnly: z.ZodOptional<z.ZodBoolean>;
182
182
  sameSite: z.ZodOptional<z.ZodEnum<{
183
+ none: "none";
183
184
  strict: "strict";
184
185
  lax: "lax";
185
- none: "none";
186
186
  }>>;
187
187
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
188
188
  }, z.core.$strip>, z.ZodObject<{
@@ -271,8 +271,8 @@ declare const buildSchema: z.ZodObject<{
271
271
  }>>;
272
272
  traversePattern: z.ZodOptional<z.ZodArray<z.ZodString>>;
273
273
  outputFormat: z.ZodOptional<z.ZodArray<z.ZodEnum<{
274
- esm: "esm";
275
274
  cjs: "cjs";
275
+ esm: "esm";
276
276
  }>>>;
277
277
  cache: z.ZodOptional<z.ZodBoolean>;
278
278
  require: z.ZodOptional<z.ZodUnknown>;
@@ -349,9 +349,9 @@ declare const intlayerConfigSchema: z.ZodObject<{
349
349
  secure: z.ZodOptional<z.ZodBoolean>;
350
350
  httpOnly: z.ZodOptional<z.ZodBoolean>;
351
351
  sameSite: z.ZodOptional<z.ZodEnum<{
352
+ none: "none";
352
353
  strict: "strict";
353
354
  lax: "lax";
354
- none: "none";
355
355
  }>>;
356
356
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
357
357
  }, z.core.$strip>, z.ZodObject<{
@@ -374,9 +374,9 @@ declare const intlayerConfigSchema: z.ZodObject<{
374
374
  secure: z.ZodOptional<z.ZodBoolean>;
375
375
  httpOnly: z.ZodOptional<z.ZodBoolean>;
376
376
  sameSite: z.ZodOptional<z.ZodEnum<{
377
+ none: "none";
377
378
  strict: "strict";
378
379
  lax: "lax";
379
- none: "none";
380
380
  }>>;
381
381
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
382
382
  }, z.core.$strip>, z.ZodObject<{
@@ -465,8 +465,8 @@ declare const intlayerConfigSchema: z.ZodObject<{
465
465
  }>>;
466
466
  traversePattern: z.ZodOptional<z.ZodArray<z.ZodString>>;
467
467
  outputFormat: z.ZodOptional<z.ZodArray<z.ZodEnum<{
468
- esm: "esm";
469
468
  cjs: "cjs";
469
+ esm: "esm";
470
470
  }>>>;
471
471
  cache: z.ZodOptional<z.ZodBoolean>;
472
472
  require: z.ZodOptional<z.ZodUnknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "8.6.0",
3
+ "version": "8.6.1",
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": [
@@ -144,7 +144,7 @@
144
144
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
145
145
  },
146
146
  "dependencies": {
147
- "@intlayer/types": "8.6.0",
147
+ "@intlayer/types": "8.6.1",
148
148
  "defu": "6.1.4",
149
149
  "dotenv": "17.3.1",
150
150
  "esbuild": "0.27.4",