@intlayer/config 8.7.5-canary.0 → 8.7.5
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getAlias } from "../utils/alias.mjs";
|
|
2
2
|
import { getConfiguration } from "../configFile/getConfiguration.mjs";
|
|
3
|
-
import { BundleLogger } from "./logBundle.mjs";
|
|
4
3
|
import { getConfigEnvVars } from "../envVars/envVars.mjs";
|
|
4
|
+
import { BundleLogger } from "./logBundle.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" };
|
|
@@ -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
|
-
verbose: "verbose";
|
|
241
240
|
default: "default";
|
|
241
|
+
verbose: "verbose";
|
|
242
242
|
disabled: "disabled";
|
|
243
243
|
}>>;
|
|
244
244
|
prefix: z.ZodOptional<z.ZodString>;
|
|
@@ -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
|
-
verbose: "verbose";
|
|
436
435
|
default: "default";
|
|
436
|
+
verbose: "verbose";
|
|
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.5
|
|
3
|
+
"version": "8.7.5",
|
|
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.5
|
|
163
|
+
"@intlayer/types": "8.7.5",
|
|
164
164
|
"defu": "6.1.7",
|
|
165
165
|
"dotenv": "17.4.2",
|
|
166
166
|
"esbuild": "0.27.4",
|