@intlayer/config 8.12.3 → 8.12.4-canary.0

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.
@@ -21,8 +21,8 @@ declare const cookiesAttributesSchema: z.ZodObject<{
21
21
  httpOnly: z.ZodOptional<z.ZodBoolean>;
22
22
  sameSite: z.ZodOptional<z.ZodEnum<{
23
23
  strict: "strict";
24
- lax: "lax";
25
24
  none: "none";
25
+ lax: "lax";
26
26
  }>>;
27
27
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Date, Date>, z.ZodNumber, z.ZodString]>>;
28
28
  maxAge: z.ZodOptional<z.ZodNumber>;
@@ -49,8 +49,8 @@ declare const storageSchema: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodEnum
49
49
  httpOnly: z.ZodOptional<z.ZodBoolean>;
50
50
  sameSite: z.ZodOptional<z.ZodEnum<{
51
51
  strict: "strict";
52
- lax: "lax";
53
52
  none: "none";
53
+ lax: "lax";
54
54
  }>>;
55
55
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Date, Date>, z.ZodNumber, z.ZodString]>>;
56
56
  maxAge: z.ZodOptional<z.ZodNumber>;
@@ -75,8 +75,8 @@ declare const storageSchema: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodEnum
75
75
  httpOnly: z.ZodOptional<z.ZodBoolean>;
76
76
  sameSite: z.ZodOptional<z.ZodEnum<{
77
77
  strict: "strict";
78
- lax: "lax";
79
78
  none: "none";
79
+ lax: "lax";
80
80
  }>>;
81
81
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Date, Date>, z.ZodNumber, z.ZodString]>>;
82
82
  maxAge: z.ZodOptional<z.ZodNumber>;
@@ -159,8 +159,8 @@ declare const routingSchema: z.ZodObject<{
159
159
  httpOnly: z.ZodOptional<z.ZodBoolean>;
160
160
  sameSite: z.ZodOptional<z.ZodEnum<{
161
161
  strict: "strict";
162
- lax: "lax";
163
162
  none: "none";
163
+ lax: "lax";
164
164
  }>>;
165
165
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Date, Date>, z.ZodNumber, z.ZodString]>>;
166
166
  maxAge: z.ZodOptional<z.ZodNumber>;
@@ -185,8 +185,8 @@ declare const routingSchema: z.ZodObject<{
185
185
  httpOnly: z.ZodOptional<z.ZodBoolean>;
186
186
  sameSite: z.ZodOptional<z.ZodEnum<{
187
187
  strict: "strict";
188
- lax: "lax";
189
188
  none: "none";
189
+ lax: "lax";
190
190
  }>>;
191
191
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Date, Date>, z.ZodNumber, z.ZodString]>>;
192
192
  maxAge: z.ZodOptional<z.ZodNumber>;
@@ -277,8 +277,8 @@ declare const buildSchema: z.ZodObject<{
277
277
  }>>;
278
278
  traversePattern: z.ZodOptional<z.ZodArray<z.ZodString>>;
279
279
  outputFormat: z.ZodOptional<z.ZodArray<z.ZodEnum<{
280
- cjs: "cjs";
281
280
  esm: "esm";
281
+ cjs: "cjs";
282
282
  }>>>;
283
283
  cache: z.ZodOptional<z.ZodBoolean>;
284
284
  require: z.ZodOptional<z.ZodUnknown>;
@@ -356,8 +356,8 @@ declare const intlayerConfigSchema: z.ZodObject<{
356
356
  httpOnly: z.ZodOptional<z.ZodBoolean>;
357
357
  sameSite: z.ZodOptional<z.ZodEnum<{
358
358
  strict: "strict";
359
- lax: "lax";
360
359
  none: "none";
360
+ lax: "lax";
361
361
  }>>;
362
362
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Date, Date>, z.ZodNumber, z.ZodString]>>;
363
363
  maxAge: z.ZodOptional<z.ZodNumber>;
@@ -382,8 +382,8 @@ declare const intlayerConfigSchema: z.ZodObject<{
382
382
  httpOnly: z.ZodOptional<z.ZodBoolean>;
383
383
  sameSite: z.ZodOptional<z.ZodEnum<{
384
384
  strict: "strict";
385
- lax: "lax";
386
385
  none: "none";
386
+ lax: "lax";
387
387
  }>>;
388
388
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Date, Date>, z.ZodNumber, z.ZodString]>>;
389
389
  maxAge: z.ZodOptional<z.ZodNumber>;
@@ -474,8 +474,8 @@ declare const intlayerConfigSchema: z.ZodObject<{
474
474
  }>>;
475
475
  traversePattern: z.ZodOptional<z.ZodArray<z.ZodString>>;
476
476
  outputFormat: z.ZodOptional<z.ZodArray<z.ZodEnum<{
477
- cjs: "cjs";
478
477
  esm: "esm";
478
+ cjs: "cjs";
479
479
  }>>>;
480
480
  cache: z.ZodOptional<z.ZodBoolean>;
481
481
  require: z.ZodOptional<z.ZodUnknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "8.12.3",
3
+ "version": "8.12.4-canary.0",
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.12.3",
163
+ "@intlayer/types": "8.12.4-canary.0",
164
164
  "defu": "6.1.7",
165
165
  "dotenv": "17.4.2",
166
166
  "esbuild": "0.28.0",