@intlayer/config 8.12.4-canary.0 → 8.12.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.
@@ -2,8 +2,8 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
3
3
  const require_utils_alias = require('../utils/alias.cjs');
4
4
  const require_configFile_getConfiguration = require('../configFile/getConfiguration.cjs');
5
- const require_envVars_envVars = require('../envVars/envVars.cjs');
6
5
  const require_bundle_logBundle = require('./logBundle.cjs');
6
+ const require_envVars_envVars = require('../envVars/envVars.cjs');
7
7
  let node_path = require("node:path");
8
8
  let node_fs_promises = require("node:fs/promises");
9
9
  let _intlayer_types_package_json = require("@intlayer/types/package.json");
@@ -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
- none: "none";
25
24
  lax: "lax";
25
+ none: "none";
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
- none: "none";
53
52
  lax: "lax";
53
+ none: "none";
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
- none: "none";
79
78
  lax: "lax";
79
+ none: "none";
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
- none: "none";
163
162
  lax: "lax";
163
+ none: "none";
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
- none: "none";
189
188
  lax: "lax";
189
+ none: "none";
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
- esm: "esm";
281
280
  cjs: "cjs";
281
+ esm: "esm";
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
- none: "none";
360
359
  lax: "lax";
360
+ none: "none";
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
- none: "none";
386
385
  lax: "lax";
386
+ none: "none";
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
- esm: "esm";
478
477
  cjs: "cjs";
478
+ esm: "esm";
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.4-canary.0",
3
+ "version": "8.12.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": [
@@ -160,7 +160,7 @@
160
160
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
161
161
  },
162
162
  "dependencies": {
163
- "@intlayer/types": "8.12.4-canary.0",
163
+ "@intlayer/types": "8.12.4",
164
164
  "defu": "6.1.7",
165
165
  "dotenv": "17.4.2",
166
166
  "esbuild": "0.28.0",