@storm-software/build-tools 0.158.80 → 0.158.81
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.
- package/dist/{chunk-J2T4DFJK.mjs → chunk-FEQZSI32.mjs} +1 -1
- package/dist/{chunk-DOCZKEDJ.js → chunk-MEINUFJY.js} +2 -2
- package/dist/{chunk-XZVL6F47.js → chunk-NUMEQYRD.js} +3 -3
- package/dist/{chunk-5M6M27NH.mjs → chunk-TJ6NHBO5.mjs} +2 -2
- package/dist/config.d.mts +2 -2
- package/dist/config.d.ts +2 -2
- package/dist/config.js +2 -2
- package/dist/config.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/utilities/get-env.js +3 -3
- package/dist/utilities/get-env.mjs +2 -2
- package/dist/utilities/index.js +3 -3
- package/dist/utilities/index.mjs +2 -2
- package/package.json +2 -2
- package/dist/types-CFpab8Yq.d.mts +0 -236
- package/dist/types-CFpab8Yq.d.ts +0 -236
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/config.ts
|
|
2
2
|
var DEFAULT_JS_BANNER = `
|
|
3
3
|
// ---------------------------------------
|
|
4
|
-
// \
|
|
4
|
+
// \u{1F5F2} Built by Storm Software
|
|
5
5
|
// ---------------------------------------
|
|
6
6
|
`;
|
|
7
7
|
var DEFAULT_CSS_BANNER = `
|
|
8
8
|
/* ---------------------------------------
|
|
9
|
-
\
|
|
9
|
+
\u{1F5F2} Built by Storm Software
|
|
10
10
|
--------------------------------------- */
|
|
11
11
|
`;
|
|
12
12
|
var DEFAULT_ENVIRONMENT = "production";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkMEINUFJYjs = require('./chunk-MEINUFJY.js');
|
|
5
5
|
|
|
6
6
|
// src/utilities/get-env.ts
|
|
7
7
|
var getEnv = (builder, options) => {
|
|
8
8
|
return {
|
|
9
9
|
STORM_BUILD: builder,
|
|
10
|
-
STORM_ORG: options.orgName ||
|
|
10
|
+
STORM_ORG: options.orgName || _chunkMEINUFJYjs.DEFAULT_ORGANIZATION,
|
|
11
11
|
STORM_NAME: options.name,
|
|
12
|
-
STORM_MODE: options.mode ||
|
|
12
|
+
STORM_MODE: options.mode || _chunkMEINUFJYjs.DEFAULT_ENVIRONMENT,
|
|
13
13
|
STORM_PLATFORM: options.platform,
|
|
14
14
|
STORM_FORMAT: JSON.stringify(options.format),
|
|
15
15
|
STORM_TARGET: JSON.stringify(options.target),
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// src/config.ts
|
|
2
2
|
var DEFAULT_JS_BANNER = `
|
|
3
3
|
// ---------------------------------------
|
|
4
|
-
// \
|
|
4
|
+
// \u{1F5F2} Built by Storm Software
|
|
5
5
|
// ---------------------------------------
|
|
6
6
|
`;
|
|
7
7
|
var DEFAULT_CSS_BANNER = `
|
|
8
8
|
/* ---------------------------------------
|
|
9
|
-
\
|
|
9
|
+
\u{1F5F2} Built by Storm Software
|
|
10
10
|
--------------------------------------- */
|
|
11
11
|
`;
|
|
12
12
|
var DEFAULT_ENVIRONMENT = "production";
|
package/dist/config.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare const DEFAULT_JS_BANNER = "\n// ---------------------------------------\n// \
|
|
2
|
-
declare const DEFAULT_CSS_BANNER = "\n/* ---------------------------------------\n \
|
|
1
|
+
declare const DEFAULT_JS_BANNER = "\n// ---------------------------------------\n// \uD83D\uDDF2 Built by Storm Software\n// ---------------------------------------\n";
|
|
2
|
+
declare const DEFAULT_CSS_BANNER = "\n/* ---------------------------------------\n \uD83D\uDDF2 Built by Storm Software\n --------------------------------------- */\n";
|
|
3
3
|
declare const DEFAULT_ENVIRONMENT = "production";
|
|
4
4
|
declare const DEFAULT_PLATFORM = "neutral";
|
|
5
5
|
declare const DEFAULT_TARGET = "esnext";
|
package/dist/config.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare const DEFAULT_JS_BANNER = "\n// ---------------------------------------\n// \
|
|
2
|
-
declare const DEFAULT_CSS_BANNER = "\n/* ---------------------------------------\n \
|
|
1
|
+
declare const DEFAULT_JS_BANNER = "\n// ---------------------------------------\n// \uD83D\uDDF2 Built by Storm Software\n// ---------------------------------------\n";
|
|
2
|
+
declare const DEFAULT_CSS_BANNER = "\n/* ---------------------------------------\n \uD83D\uDDF2 Built by Storm Software\n --------------------------------------- */\n";
|
|
3
3
|
declare const DEFAULT_ENVIRONMENT = "production";
|
|
4
4
|
declare const DEFAULT_PLATFORM = "neutral";
|
|
5
5
|
declare const DEFAULT_TARGET = "esnext";
|
package/dist/config.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkMEINUFJYjs = require('./chunk-MEINUFJY.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -13,4 +13,4 @@ var _chunkDOCZKEDJjs = require('./chunk-DOCZKEDJ.js');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
exports.DEFAULT_CSS_BANNER =
|
|
16
|
+
exports.DEFAULT_CSS_BANNER = _chunkMEINUFJYjs.DEFAULT_CSS_BANNER; exports.DEFAULT_ENVIRONMENT = _chunkMEINUFJYjs.DEFAULT_ENVIRONMENT; exports.DEFAULT_JS_BANNER = _chunkMEINUFJYjs.DEFAULT_JS_BANNER; exports.DEFAULT_ORGANIZATION = _chunkMEINUFJYjs.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunkMEINUFJYjs.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunkMEINUFJYjs.DEFAULT_TARGET;
|
package/dist/config.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -22,7 +22,7 @@ require('./chunk-BPRPYAQS.js');
|
|
|
22
22
|
require('./chunk-I2YBUOU3.js');
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var _chunkNUMEQYRDjs = require('./chunk-NUMEQYRD.js');
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
var _chunkUHJ5ACWHjs = require('./chunk-UHJ5ACWH.js');
|
|
@@ -41,7 +41,7 @@ var _chunkWNMPQTPHjs = require('./chunk-WNMPQTPH.js');
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
var
|
|
44
|
+
var _chunkMEINUFJYjs = require('./chunk-MEINUFJY.js');
|
|
45
45
|
require('./chunk-6F4PWJZI.js');
|
|
46
46
|
require('./chunk-WPFIBCZT.js');
|
|
47
47
|
|
|
@@ -83,4 +83,4 @@ var _chunkN7HP2YYEjs = require('./chunk-N7HP2YYE.js');
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
exports.DEFAULT_CSS_BANNER =
|
|
86
|
+
exports.DEFAULT_CSS_BANNER = _chunkMEINUFJYjs.DEFAULT_CSS_BANNER; exports.DEFAULT_ENVIRONMENT = _chunkMEINUFJYjs.DEFAULT_ENVIRONMENT; exports.DEFAULT_JS_BANNER = _chunkMEINUFJYjs.DEFAULT_JS_BANNER; exports.DEFAULT_ORGANIZATION = _chunkMEINUFJYjs.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunkMEINUFJYjs.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunkMEINUFJYjs.DEFAULT_TARGET; exports.addPackageDependencies = _chunkVTFVHWHCjs.addPackageDependencies; exports.addPackageJsonExport = _chunkVTFVHWHCjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkVTFVHWHCjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkVTFVHWHCjs.addWorkspacePackageJsonFields; exports.analyze = _chunk2QXDIU43js.analyze; exports.copyAssets = _chunkUGNCARJKjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunk2O2FD5DJjs.getEntryPoints; exports.getEnv = _chunkNUMEQYRDjs.getEnv; exports.getExternalDependencies = _chunkWNMPQTPHjs.getExternalDependencies; exports.getExtraDependencies = _chunkWNMPQTPHjs.getExtraDependencies; exports.getFileBanner = _chunkUHJ5ACWHjs.getFileBanner; exports.getInternalDependencies = _chunkWNMPQTPHjs.getInternalDependencies; exports.getOutExtension = _chunkA75DEKU5js.getOutExtension; exports.readNxConfig = _chunkAMJYQRGGjs.readNxConfig; exports.swc = _chunkHQD5ZBIUjs.swc; exports.tsResolvePlugin = _chunkR52KMW6Ajs.tsResolvePlugin; exports.typeDefinitions = _chunkN7HP2YYEjs.typeDefinitions;
|
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ import "./chunk-B4H42WDA.mjs";
|
|
|
22
22
|
import "./chunk-VXUVNB76.mjs";
|
|
23
23
|
import {
|
|
24
24
|
getEnv
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-FEQZSI32.mjs";
|
|
26
26
|
import {
|
|
27
27
|
getFileBanner
|
|
28
28
|
} from "./chunk-KUEYIH7W.mjs";
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
DEFAULT_ORGANIZATION,
|
|
42
42
|
DEFAULT_PLATFORM,
|
|
43
43
|
DEFAULT_TARGET
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-TJ6NHBO5.mjs";
|
|
45
45
|
import "./chunk-WBQAMGXK.mjs";
|
|
46
46
|
import "./chunk-UN3B7LBV.mjs";
|
|
47
47
|
import {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkNUMEQYRDjs = require('../chunk-NUMEQYRD.js');
|
|
4
|
+
require('../chunk-MEINUFJY.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.getEnv =
|
|
7
|
+
exports.getEnv = _chunkNUMEQYRDjs.getEnv;
|
package/dist/utilities/index.js
CHANGED
|
@@ -22,7 +22,7 @@ require('../chunk-BPRPYAQS.js');
|
|
|
22
22
|
require('../chunk-I2YBUOU3.js');
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var _chunkNUMEQYRDjs = require('../chunk-NUMEQYRD.js');
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
var _chunkUHJ5ACWHjs = require('../chunk-UHJ5ACWH.js');
|
|
@@ -34,7 +34,7 @@ var _chunkA75DEKU5js = require('../chunk-A75DEKU5.js');
|
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
var _chunkWNMPQTPHjs = require('../chunk-WNMPQTPH.js');
|
|
37
|
-
require('../chunk-
|
|
37
|
+
require('../chunk-MEINUFJY.js');
|
|
38
38
|
require('../chunk-6BOTIXBI.js');
|
|
39
39
|
|
|
40
40
|
|
|
@@ -52,4 +52,4 @@ require('../chunk-6BOTIXBI.js');
|
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
exports.addPackageDependencies = _chunkVTFVHWHCjs.addPackageDependencies; exports.addPackageJsonExport = _chunkVTFVHWHCjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkVTFVHWHCjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkVTFVHWHCjs.addWorkspacePackageJsonFields; exports.copyAssets = _chunkUGNCARJKjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunk2O2FD5DJjs.getEntryPoints; exports.getEnv =
|
|
55
|
+
exports.addPackageDependencies = _chunkVTFVHWHCjs.addPackageDependencies; exports.addPackageJsonExport = _chunkVTFVHWHCjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkVTFVHWHCjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkVTFVHWHCjs.addWorkspacePackageJsonFields; exports.copyAssets = _chunkUGNCARJKjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunk2O2FD5DJjs.getEntryPoints; exports.getEnv = _chunkNUMEQYRDjs.getEnv; exports.getExternalDependencies = _chunkWNMPQTPHjs.getExternalDependencies; exports.getExtraDependencies = _chunkWNMPQTPHjs.getExtraDependencies; exports.getFileBanner = _chunkUHJ5ACWHjs.getFileBanner; exports.getInternalDependencies = _chunkWNMPQTPHjs.getInternalDependencies; exports.getOutExtension = _chunkA75DEKU5js.getOutExtension; exports.readNxConfig = _chunkAMJYQRGGjs.readNxConfig;
|
package/dist/utilities/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ import "../chunk-B4H42WDA.mjs";
|
|
|
22
22
|
import "../chunk-VXUVNB76.mjs";
|
|
23
23
|
import {
|
|
24
24
|
getEnv
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-FEQZSI32.mjs";
|
|
26
26
|
import {
|
|
27
27
|
getFileBanner
|
|
28
28
|
} from "../chunk-KUEYIH7W.mjs";
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
getExtraDependencies,
|
|
35
35
|
getInternalDependencies
|
|
36
36
|
} from "../chunk-ODQKLK6L.mjs";
|
|
37
|
-
import "../chunk-
|
|
37
|
+
import "../chunk-TJ6NHBO5.mjs";
|
|
38
38
|
import "../chunk-RBJMCJYF.mjs";
|
|
39
39
|
export {
|
|
40
40
|
addPackageDependencies,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.158.
|
|
3
|
+
"version": "0.158.81",
|
|
4
4
|
"description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"typescript": "^5.9.3"
|
|
169
169
|
},
|
|
170
170
|
"publishConfig": { "access": "public" },
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "0305bdb839af50999ab4680248db5dd2c4994ef3"
|
|
172
172
|
}
|
|
@@ -1,236 +0,0 @@
|
|
|
1
|
-
import * as z$1 from 'zod';
|
|
2
|
-
import * as z from 'zod/mini';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Storm Workspace config values used during various dev-ops processes. It represents the config of the entire monorepo.
|
|
6
|
-
*/
|
|
7
|
-
declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
8
|
-
$schema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
9
|
-
extends: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniArray<z.ZodMiniString<string>>]>>;
|
|
10
|
-
name: z.ZodMiniString<string>;
|
|
11
|
-
variant: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
12
|
-
minimal: "minimal";
|
|
13
|
-
monorepo: "monorepo";
|
|
14
|
-
}>>;
|
|
15
|
-
namespace: z.ZodMiniString<string>;
|
|
16
|
-
organization: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
17
|
-
name: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
18
|
-
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
19
|
-
logo: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
20
|
-
icon: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
21
|
-
url: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
22
|
-
}, z.core.$strip>, z.ZodMiniString<string>]>;
|
|
23
|
-
repository: z.ZodMiniString<string>;
|
|
24
|
-
license: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
25
|
-
homepage: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
26
|
-
docs: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
27
|
-
portal: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
28
|
-
licensing: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
29
|
-
contact: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
30
|
-
support: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
31
|
-
branch: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
32
|
-
preid: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
33
|
-
owner: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
34
|
-
bot: z.ZodMiniObject<{
|
|
35
|
-
name: z.ZodMiniString<string>;
|
|
36
|
-
email: z.ZodMiniString<string>;
|
|
37
|
-
}, z.core.$strip>;
|
|
38
|
-
release: z.ZodMiniObject<{
|
|
39
|
-
banner: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
40
|
-
url: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
41
|
-
alt: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
42
|
-
}, z.core.$strip>, z.ZodMiniString<string>]>;
|
|
43
|
-
header: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
44
|
-
footer: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
45
|
-
}, z.core.$strip>;
|
|
46
|
-
socials: z.ZodMiniObject<{
|
|
47
|
-
twitter: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
48
|
-
discord: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
49
|
-
telegram: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
50
|
-
slack: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
51
|
-
medium: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
52
|
-
github: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
53
|
-
}, z.core.$strip>;
|
|
54
|
-
error: z.ZodMiniObject<{
|
|
55
|
-
codesFile: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
56
|
-
url: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
57
|
-
}, z.core.$strip>;
|
|
58
|
-
mode: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
59
|
-
development: "development";
|
|
60
|
-
test: "test";
|
|
61
|
-
production: "production";
|
|
62
|
-
}>>;
|
|
63
|
-
workspaceRoot: z.ZodMiniString<string>;
|
|
64
|
-
skipCache: z.ZodMiniDefault<z.ZodMiniBoolean<boolean>>;
|
|
65
|
-
directories: z.ZodMiniObject<{
|
|
66
|
-
cache: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
67
|
-
data: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
68
|
-
config: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
69
|
-
temp: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
70
|
-
log: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
71
|
-
build: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
72
|
-
}, z.core.$strip>;
|
|
73
|
-
packageManager: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
74
|
-
npm: "npm";
|
|
75
|
-
yarn: "yarn";
|
|
76
|
-
pnpm: "pnpm";
|
|
77
|
-
bun: "bun";
|
|
78
|
-
}>>;
|
|
79
|
-
timezone: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
80
|
-
locale: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
81
|
-
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
82
|
-
debug: "debug";
|
|
83
|
-
error: "error";
|
|
84
|
-
success: "success";
|
|
85
|
-
silent: "silent";
|
|
86
|
-
fatal: "fatal";
|
|
87
|
-
warn: "warn";
|
|
88
|
-
info: "info";
|
|
89
|
-
trace: "trace";
|
|
90
|
-
all: "all";
|
|
91
|
-
}>>;
|
|
92
|
-
skipConfigLogging: z.ZodMiniDefault<z.ZodMiniBoolean<boolean>>;
|
|
93
|
-
registry: z.ZodMiniDefault<z.ZodMiniObject<{
|
|
94
|
-
github: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
95
|
-
npm: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
96
|
-
cargo: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
97
|
-
cyclone: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
98
|
-
container: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
99
|
-
}, z.core.$strip>>;
|
|
100
|
-
configFile: z.ZodMiniDefault<z.ZodMiniNullable<z.ZodMiniString<string>>>;
|
|
101
|
-
colors: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
102
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
103
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
104
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
105
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
106
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
107
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
108
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
113
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
114
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
115
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
116
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
117
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
118
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
119
|
-
dark: z.ZodMiniObject<{
|
|
120
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
121
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
122
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
123
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
124
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
125
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
126
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
127
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
130
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
131
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
132
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
133
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
134
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
135
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
136
|
-
}, z.core.$strip>;
|
|
137
|
-
light: z.ZodMiniObject<{
|
|
138
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
139
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
140
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
141
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
142
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
143
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
144
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
145
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
146
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
148
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
149
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
150
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
151
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
152
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
153
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
154
|
-
}, z.core.$strip>;
|
|
155
|
-
}, z.core.$strip>]>, z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"base">, z.ZodMiniString<string>]>, z.ZodMiniString<string>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
156
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
157
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
158
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
159
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
160
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
161
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
162
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
163
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
164
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
165
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
166
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
167
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
168
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
169
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
170
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
171
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
172
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
173
|
-
dark: z.ZodMiniObject<{
|
|
174
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
175
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
176
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
177
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
178
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
179
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
180
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
181
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
182
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
183
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
184
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
185
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
186
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
187
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
188
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
189
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
190
|
-
}, z.core.$strip>;
|
|
191
|
-
light: z.ZodMiniObject<{
|
|
192
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
193
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
194
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
196
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
197
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
198
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
199
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
200
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
201
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
202
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
203
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
204
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
205
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
206
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
207
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
208
|
-
}, z.core.$strip>;
|
|
209
|
-
}, z.core.$strip>]>>]>;
|
|
210
|
-
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
211
|
-
}, z.core.$strip>;
|
|
212
|
-
|
|
213
|
-
type TStormWorkspaceConfig = z$1.infer<typeof workspaceConfigSchema>;
|
|
214
|
-
/**
|
|
215
|
-
* The Storm workspace's configuration object
|
|
216
|
-
*
|
|
217
|
-
* @remarks
|
|
218
|
-
* This type is used to define the configuration object for the entire Storm workspace/monorepo. The value is extracted from the `storm-workspace.json` file in the workspace root and the currently configuration environment variables. The value can be obtained by calling `getWorkspaceConfig()` in `@storm-software/config-tools`.
|
|
219
|
-
*
|
|
220
|
-
* @deprecated
|
|
221
|
-
* This type is deprecated and will be removed in the next major version. Use {@link StormWorkspaceConfig} instead.
|
|
222
|
-
*/
|
|
223
|
-
type StormConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = TStormWorkspaceConfig & {
|
|
224
|
-
extensions: (TStormWorkspaceConfig["extensions"] & {
|
|
225
|
-
[extensionName in TExtensionName]: TExtensionConfig;
|
|
226
|
-
}) | NonNullable<Record<string, any>>;
|
|
227
|
-
};
|
|
228
|
-
/**
|
|
229
|
-
* The Storm workspace's configuration object
|
|
230
|
-
*
|
|
231
|
-
* @remarks
|
|
232
|
-
* This type is used to define the configuration object for the entire Storm workspace/monorepo. The value is extracted from the `storm-workspace.json` file in the workspace root and the currently configuration environment variables. The value can be obtained by calling `getWorkspaceConfig()` in `@storm-software/config-tools`.
|
|
233
|
-
*/
|
|
234
|
-
type StormWorkspaceConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = StormConfig<TExtensionName, TExtensionConfig>;
|
|
235
|
-
|
|
236
|
-
export type { StormWorkspaceConfig as S };
|
package/dist/types-CFpab8Yq.d.ts
DELETED
|
@@ -1,236 +0,0 @@
|
|
|
1
|
-
import * as z$1 from 'zod';
|
|
2
|
-
import * as z from 'zod/mini';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Storm Workspace config values used during various dev-ops processes. It represents the config of the entire monorepo.
|
|
6
|
-
*/
|
|
7
|
-
declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
8
|
-
$schema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
9
|
-
extends: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniArray<z.ZodMiniString<string>>]>>;
|
|
10
|
-
name: z.ZodMiniString<string>;
|
|
11
|
-
variant: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
12
|
-
minimal: "minimal";
|
|
13
|
-
monorepo: "monorepo";
|
|
14
|
-
}>>;
|
|
15
|
-
namespace: z.ZodMiniString<string>;
|
|
16
|
-
organization: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
17
|
-
name: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
18
|
-
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
19
|
-
logo: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
20
|
-
icon: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
21
|
-
url: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
22
|
-
}, z.core.$strip>, z.ZodMiniString<string>]>;
|
|
23
|
-
repository: z.ZodMiniString<string>;
|
|
24
|
-
license: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
25
|
-
homepage: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
26
|
-
docs: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
27
|
-
portal: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
28
|
-
licensing: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
29
|
-
contact: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
30
|
-
support: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
31
|
-
branch: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
32
|
-
preid: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
33
|
-
owner: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
34
|
-
bot: z.ZodMiniObject<{
|
|
35
|
-
name: z.ZodMiniString<string>;
|
|
36
|
-
email: z.ZodMiniString<string>;
|
|
37
|
-
}, z.core.$strip>;
|
|
38
|
-
release: z.ZodMiniObject<{
|
|
39
|
-
banner: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
40
|
-
url: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
41
|
-
alt: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
42
|
-
}, z.core.$strip>, z.ZodMiniString<string>]>;
|
|
43
|
-
header: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
44
|
-
footer: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
45
|
-
}, z.core.$strip>;
|
|
46
|
-
socials: z.ZodMiniObject<{
|
|
47
|
-
twitter: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
48
|
-
discord: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
49
|
-
telegram: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
50
|
-
slack: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
51
|
-
medium: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
52
|
-
github: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
53
|
-
}, z.core.$strip>;
|
|
54
|
-
error: z.ZodMiniObject<{
|
|
55
|
-
codesFile: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
56
|
-
url: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
57
|
-
}, z.core.$strip>;
|
|
58
|
-
mode: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
59
|
-
development: "development";
|
|
60
|
-
test: "test";
|
|
61
|
-
production: "production";
|
|
62
|
-
}>>;
|
|
63
|
-
workspaceRoot: z.ZodMiniString<string>;
|
|
64
|
-
skipCache: z.ZodMiniDefault<z.ZodMiniBoolean<boolean>>;
|
|
65
|
-
directories: z.ZodMiniObject<{
|
|
66
|
-
cache: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
67
|
-
data: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
68
|
-
config: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
69
|
-
temp: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
70
|
-
log: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
71
|
-
build: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
72
|
-
}, z.core.$strip>;
|
|
73
|
-
packageManager: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
74
|
-
npm: "npm";
|
|
75
|
-
yarn: "yarn";
|
|
76
|
-
pnpm: "pnpm";
|
|
77
|
-
bun: "bun";
|
|
78
|
-
}>>;
|
|
79
|
-
timezone: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
80
|
-
locale: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
81
|
-
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
82
|
-
debug: "debug";
|
|
83
|
-
error: "error";
|
|
84
|
-
success: "success";
|
|
85
|
-
silent: "silent";
|
|
86
|
-
fatal: "fatal";
|
|
87
|
-
warn: "warn";
|
|
88
|
-
info: "info";
|
|
89
|
-
trace: "trace";
|
|
90
|
-
all: "all";
|
|
91
|
-
}>>;
|
|
92
|
-
skipConfigLogging: z.ZodMiniDefault<z.ZodMiniBoolean<boolean>>;
|
|
93
|
-
registry: z.ZodMiniDefault<z.ZodMiniObject<{
|
|
94
|
-
github: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
95
|
-
npm: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
96
|
-
cargo: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
97
|
-
cyclone: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
98
|
-
container: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
99
|
-
}, z.core.$strip>>;
|
|
100
|
-
configFile: z.ZodMiniDefault<z.ZodMiniNullable<z.ZodMiniString<string>>>;
|
|
101
|
-
colors: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
102
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
103
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
104
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
105
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
106
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
107
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
108
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
113
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
114
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
115
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
116
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
117
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
118
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
119
|
-
dark: z.ZodMiniObject<{
|
|
120
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
121
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
122
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
123
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
124
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
125
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
126
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
127
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
130
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
131
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
132
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
133
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
134
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
135
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
136
|
-
}, z.core.$strip>;
|
|
137
|
-
light: z.ZodMiniObject<{
|
|
138
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
139
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
140
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
141
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
142
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
143
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
144
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
145
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
146
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
148
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
149
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
150
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
151
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
152
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
153
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
154
|
-
}, z.core.$strip>;
|
|
155
|
-
}, z.core.$strip>]>, z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"base">, z.ZodMiniString<string>]>, z.ZodMiniString<string>]>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
156
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
157
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
158
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
159
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
160
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
161
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
162
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
163
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
164
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
165
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
166
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
167
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
168
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
169
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
170
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
171
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
172
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
173
|
-
dark: z.ZodMiniObject<{
|
|
174
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
175
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
176
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
177
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
178
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
179
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
180
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
181
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
182
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
183
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
184
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
185
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
186
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
187
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
188
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
189
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
190
|
-
}, z.core.$strip>;
|
|
191
|
-
light: z.ZodMiniObject<{
|
|
192
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
193
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
194
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
196
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
197
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
198
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
199
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
200
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
201
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
202
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
203
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
204
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
205
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
206
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
207
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
208
|
-
}, z.core.$strip>;
|
|
209
|
-
}, z.core.$strip>]>>]>;
|
|
210
|
-
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
211
|
-
}, z.core.$strip>;
|
|
212
|
-
|
|
213
|
-
type TStormWorkspaceConfig = z$1.infer<typeof workspaceConfigSchema>;
|
|
214
|
-
/**
|
|
215
|
-
* The Storm workspace's configuration object
|
|
216
|
-
*
|
|
217
|
-
* @remarks
|
|
218
|
-
* This type is used to define the configuration object for the entire Storm workspace/monorepo. The value is extracted from the `storm-workspace.json` file in the workspace root and the currently configuration environment variables. The value can be obtained by calling `getWorkspaceConfig()` in `@storm-software/config-tools`.
|
|
219
|
-
*
|
|
220
|
-
* @deprecated
|
|
221
|
-
* This type is deprecated and will be removed in the next major version. Use {@link StormWorkspaceConfig} instead.
|
|
222
|
-
*/
|
|
223
|
-
type StormConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = TStormWorkspaceConfig & {
|
|
224
|
-
extensions: (TStormWorkspaceConfig["extensions"] & {
|
|
225
|
-
[extensionName in TExtensionName]: TExtensionConfig;
|
|
226
|
-
}) | NonNullable<Record<string, any>>;
|
|
227
|
-
};
|
|
228
|
-
/**
|
|
229
|
-
* The Storm workspace's configuration object
|
|
230
|
-
*
|
|
231
|
-
* @remarks
|
|
232
|
-
* This type is used to define the configuration object for the entire Storm workspace/monorepo. The value is extracted from the `storm-workspace.json` file in the workspace root and the currently configuration environment variables. The value can be obtained by calling `getWorkspaceConfig()` in `@storm-software/config-tools`.
|
|
233
|
-
*/
|
|
234
|
-
type StormWorkspaceConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = StormConfig<TExtensionName, TExtensionConfig>;
|
|
235
|
-
|
|
236
|
-
export type { StormWorkspaceConfig as S };
|