@intlayer/config 8.7.4 → 8.7.5-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.
@@ -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");
@@ -1,7 +1,7 @@
1
1
  import { getAlias } from "../utils/alias.mjs";
2
2
  import { getConfiguration } from "../configFile/getConfiguration.mjs";
3
- import { getConfigEnvVars } from "../envVars/envVars.mjs";
4
3
  import { BundleLogger } from "./logBundle.mjs";
4
+ import { getConfigEnvVars } from "../envVars/envVars.mjs";
5
5
  import { isAbsolute, join, resolve } from "node:path";
6
6
  import { mkdir, rm, writeFile } from "node:fs/promises";
7
7
  import packageJSON from "@intlayer/types/package.json" with { type: "json" };
@@ -20,8 +20,8 @@ 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
- strict: "strict";
24
23
  none: "none";
24
+ strict: "strict";
25
25
  lax: "lax";
26
26
  }>>;
27
27
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
@@ -47,8 +47,8 @@ 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
- strict: "strict";
51
50
  none: "none";
51
+ strict: "strict";
52
52
  lax: "lax";
53
53
  }>>;
54
54
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
@@ -72,8 +72,8 @@ 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
- strict: "strict";
76
75
  none: "none";
76
+ strict: "strict";
77
77
  lax: "lax";
78
78
  }>>;
79
79
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
@@ -155,8 +155,8 @@ 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
- strict: "strict";
159
158
  none: "none";
159
+ strict: "strict";
160
160
  lax: "lax";
161
161
  }>>;
162
162
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
@@ -180,8 +180,8 @@ 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
- strict: "strict";
184
183
  none: "none";
184
+ strict: "strict";
185
185
  lax: "lax";
186
186
  }>>;
187
187
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
@@ -237,8 +237,8 @@ declare const editorSchema: z.ZodObject<{
237
237
  }, z.core.$strip>;
238
238
  declare const logSchema: z.ZodObject<{
239
239
  mode: z.ZodOptional<z.ZodEnum<{
240
- default: "default";
241
240
  verbose: "verbose";
241
+ default: "default";
242
242
  disabled: "disabled";
243
243
  }>>;
244
244
  prefix: z.ZodOptional<z.ZodString>;
@@ -350,8 +350,8 @@ declare const intlayerConfigSchema: z.ZodObject<{
350
350
  secure: z.ZodOptional<z.ZodBoolean>;
351
351
  httpOnly: z.ZodOptional<z.ZodBoolean>;
352
352
  sameSite: z.ZodOptional<z.ZodEnum<{
353
- strict: "strict";
354
353
  none: "none";
354
+ strict: "strict";
355
355
  lax: "lax";
356
356
  }>>;
357
357
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
@@ -375,8 +375,8 @@ declare const intlayerConfigSchema: z.ZodObject<{
375
375
  secure: z.ZodOptional<z.ZodBoolean>;
376
376
  httpOnly: z.ZodOptional<z.ZodBoolean>;
377
377
  sameSite: z.ZodOptional<z.ZodEnum<{
378
- strict: "strict";
379
378
  none: "none";
379
+ strict: "strict";
380
380
  lax: "lax";
381
381
  }>>;
382
382
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodDate, z.ZodNumber]>>;
@@ -432,8 +432,8 @@ declare const intlayerConfigSchema: z.ZodObject<{
432
432
  }, z.core.$strip>>;
433
433
  log: z.ZodOptional<z.ZodObject<{
434
434
  mode: z.ZodOptional<z.ZodEnum<{
435
- default: "default";
436
435
  verbose: "verbose";
436
+ default: "default";
437
437
  disabled: "disabled";
438
438
  }>>;
439
439
  prefix: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "8.7.4",
3
+ "version": "8.7.5-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.7.4",
163
+ "@intlayer/types": "8.7.5-canary.0",
164
164
  "defu": "6.1.7",
165
165
  "dotenv": "17.4.2",
166
166
  "esbuild": "0.27.4",