@intlayer/config 9.0.0-canary.8 → 9.0.0-canary.9

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,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";
24
23
  strict: "strict";
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>;
@@ -48,9 +48,9 @@ declare const storageSchema: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodEnum
48
48
  secure: z.ZodOptional<z.ZodBoolean>;
49
49
  httpOnly: z.ZodOptional<z.ZodBoolean>;
50
50
  sameSite: z.ZodOptional<z.ZodEnum<{
51
- none: "none";
52
51
  strict: "strict";
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>;
@@ -74,9 +74,9 @@ declare const storageSchema: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodEnum
74
74
  secure: z.ZodOptional<z.ZodBoolean>;
75
75
  httpOnly: z.ZodOptional<z.ZodBoolean>;
76
76
  sameSite: z.ZodOptional<z.ZodEnum<{
77
- none: "none";
78
77
  strict: "strict";
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,9 +159,9 @@ declare const routingSchema: z.ZodObject<{
159
159
  secure: z.ZodOptional<z.ZodBoolean>;
160
160
  httpOnly: z.ZodOptional<z.ZodBoolean>;
161
161
  sameSite: z.ZodOptional<z.ZodEnum<{
162
- none: "none";
163
162
  strict: "strict";
164
163
  lax: "lax";
164
+ none: "none";
165
165
  }>>;
166
166
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Date, Date>, z.ZodNumber, z.ZodString]>>;
167
167
  maxAge: z.ZodOptional<z.ZodNumber>;
@@ -185,9 +185,9 @@ declare const routingSchema: z.ZodObject<{
185
185
  secure: z.ZodOptional<z.ZodBoolean>;
186
186
  httpOnly: z.ZodOptional<z.ZodBoolean>;
187
187
  sameSite: z.ZodOptional<z.ZodEnum<{
188
- none: "none";
189
188
  strict: "strict";
190
189
  lax: "lax";
190
+ none: "none";
191
191
  }>>;
192
192
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Date, Date>, z.ZodNumber, z.ZodString]>>;
193
193
  maxAge: z.ZodOptional<z.ZodNumber>;
@@ -357,9 +357,9 @@ declare const intlayerConfigSchema: z.ZodObject<{
357
357
  secure: z.ZodOptional<z.ZodBoolean>;
358
358
  httpOnly: z.ZodOptional<z.ZodBoolean>;
359
359
  sameSite: z.ZodOptional<z.ZodEnum<{
360
- none: "none";
361
360
  strict: "strict";
362
361
  lax: "lax";
362
+ none: "none";
363
363
  }>>;
364
364
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Date, Date>, z.ZodNumber, z.ZodString]>>;
365
365
  maxAge: z.ZodOptional<z.ZodNumber>;
@@ -383,9 +383,9 @@ declare const intlayerConfigSchema: z.ZodObject<{
383
383
  secure: z.ZodOptional<z.ZodBoolean>;
384
384
  httpOnly: z.ZodOptional<z.ZodBoolean>;
385
385
  sameSite: z.ZodOptional<z.ZodEnum<{
386
- none: "none";
387
386
  strict: "strict";
388
387
  lax: "lax";
388
+ none: "none";
389
389
  }>>;
390
390
  expires: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Date, Date>, z.ZodNumber, z.ZodString]>>;
391
391
  maxAge: z.ZodOptional<z.ZodNumber>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "9.0.0-canary.8",
3
+ "version": "9.0.0-canary.9",
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": "9.0.0-canary.8",
163
+ "@intlayer/types": "9.0.0-canary.9",
164
164
  "defu": "6.1.7",
165
165
  "dotenv": "17.4.2",
166
166
  "esbuild": "0.28.1",