@storm-software/build-tools 0.153.4 → 0.153.6
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/README.md +2 -1
- package/dist/{chunk-M5UNNISH.js → chunk-GJI7UHDZ.js} +2 -5
- package/dist/{chunk-CD62RCLQ.mjs → chunk-SK5CWHBH.mjs} +2 -5
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/utilities/index.js +2 -2
- package/dist/utilities/index.mjs +1 -1
- package/dist/utilities/read-nx-config.js +2 -2
- package/dist/utilities/read-nx-config.mjs +1 -1
- package/package.json +3 -3
- package/dist/types-B9d4_BzW.d.mts +0 -226
- package/dist/types-B9d4_BzW.d.ts +0 -226
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Build Tools](#storm-build-tools)
|
|
@@ -501,16 +501,13 @@ schemaRegistry.add(packageManagerSchema, {
|
|
|
501
501
|
description: "The JavaScript/TypeScript package manager used by the repository"
|
|
502
502
|
});
|
|
503
503
|
var timezoneSchema = z._default(
|
|
504
|
-
z.string().check(z.trim()
|
|
504
|
+
z.string().check(z.trim()),
|
|
505
505
|
"America/New_York"
|
|
506
506
|
);
|
|
507
507
|
schemaRegistry.add(timezoneSchema, {
|
|
508
508
|
description: "The default timezone of the workspace"
|
|
509
509
|
});
|
|
510
|
-
var localeSchema = z._default(
|
|
511
|
-
z.string().check(z.trim(), z.toLowerCase()),
|
|
512
|
-
"en-US"
|
|
513
|
-
);
|
|
510
|
+
var localeSchema = z._default(z.string().check(z.trim()), "en-US");
|
|
514
511
|
schemaRegistry.add(localeSchema, {
|
|
515
512
|
description: "The default locale of the workspace"
|
|
516
513
|
});
|
|
@@ -501,16 +501,13 @@ schemaRegistry.add(packageManagerSchema, {
|
|
|
501
501
|
description: "The JavaScript/TypeScript package manager used by the repository"
|
|
502
502
|
});
|
|
503
503
|
var timezoneSchema = z._default(
|
|
504
|
-
z.string().check(z.trim()
|
|
504
|
+
z.string().check(z.trim()),
|
|
505
505
|
"America/New_York"
|
|
506
506
|
);
|
|
507
507
|
schemaRegistry.add(timezoneSchema, {
|
|
508
508
|
description: "The default timezone of the workspace"
|
|
509
509
|
});
|
|
510
|
-
var localeSchema = z._default(
|
|
511
|
-
z.string().check(z.trim(), z.toLowerCase()),
|
|
512
|
-
"en-US"
|
|
513
|
-
);
|
|
510
|
+
var localeSchema = z._default(z.string().check(z.trim()), "en-US");
|
|
514
511
|
schemaRegistry.add(localeSchema, {
|
|
515
512
|
description: "The default locale of the workspace"
|
|
516
513
|
});
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-65HIHTHN.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkGJI7UHDZjs = require('./chunk-GJI7UHDZ.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -81,4 +81,4 @@ var _chunkN7HP2YYEjs = require('./chunk-N7HP2YYE.js');
|
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
|
|
84
|
-
exports.DEFAULT_COMPILED_BANNER = _chunkMYIXHZMSjs.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunkMYIXHZMSjs.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunkMYIXHZMSjs.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunkMYIXHZMSjs.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunkMYIXHZMSjs.DEFAULT_TARGET; exports.addPackageDependencies = _chunkWBSHEDA6js.addPackageDependencies; exports.addPackageJsonExport = _chunkWBSHEDA6js.addPackageJsonExport; exports.addPackageJsonExports = _chunkWBSHEDA6js.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkWBSHEDA6js.addWorkspacePackageJsonFields; exports.analyze = _chunkFCNQFEENjs.analyze; exports.copyAssets = _chunkBP4NPFBZjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunk35Z5ZVARjs.getEntryPoints; exports.getEnv = _chunkWLW3DA6Xjs.getEnv; exports.getExternalDependencies = _chunkWNMPQTPHjs.getExternalDependencies; exports.getExtraDependencies = _chunkWNMPQTPHjs.getExtraDependencies; exports.getFileBanner = _chunkUHJ5ACWHjs.getFileBanner; exports.getInternalDependencies = _chunkWNMPQTPHjs.getInternalDependencies; exports.getOutExtension = _chunkA75DEKU5js.getOutExtension; exports.readNxConfig =
|
|
84
|
+
exports.DEFAULT_COMPILED_BANNER = _chunkMYIXHZMSjs.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunkMYIXHZMSjs.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunkMYIXHZMSjs.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunkMYIXHZMSjs.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunkMYIXHZMSjs.DEFAULT_TARGET; exports.addPackageDependencies = _chunkWBSHEDA6js.addPackageDependencies; exports.addPackageJsonExport = _chunkWBSHEDA6js.addPackageJsonExport; exports.addPackageJsonExports = _chunkWBSHEDA6js.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkWBSHEDA6js.addWorkspacePackageJsonFields; exports.analyze = _chunkFCNQFEENjs.analyze; exports.copyAssets = _chunkBP4NPFBZjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunk35Z5ZVARjs.getEntryPoints; exports.getEnv = _chunkWLW3DA6Xjs.getEnv; exports.getExternalDependencies = _chunkWNMPQTPHjs.getExternalDependencies; exports.getExtraDependencies = _chunkWNMPQTPHjs.getExtraDependencies; exports.getFileBanner = _chunkUHJ5ACWHjs.getFileBanner; exports.getInternalDependencies = _chunkWNMPQTPHjs.getInternalDependencies; exports.getOutExtension = _chunkA75DEKU5js.getOutExtension; exports.readNxConfig = _chunkGJI7UHDZjs.readNxConfig; exports.swc = _chunkHQD5ZBIUjs.swc; exports.tsResolvePlugin = _chunkHHQVJURJjs.tsResolvePlugin; exports.typeDefinitions = _chunkN7HP2YYEjs.typeDefinitions;
|
package/dist/index.mjs
CHANGED
package/dist/utilities/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-65HIHTHN.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkGJI7UHDZjs = require('../chunk-GJI7UHDZ.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -52,4 +52,4 @@ require('../chunk-KTEGKYAH.js');
|
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
exports.addPackageDependencies = _chunkWBSHEDA6js.addPackageDependencies; exports.addPackageJsonExport = _chunkWBSHEDA6js.addPackageJsonExport; exports.addPackageJsonExports = _chunkWBSHEDA6js.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkWBSHEDA6js.addWorkspacePackageJsonFields; exports.copyAssets = _chunkBP4NPFBZjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunk35Z5ZVARjs.getEntryPoints; exports.getEnv = _chunkWLW3DA6Xjs.getEnv; exports.getExternalDependencies = _chunkWNMPQTPHjs.getExternalDependencies; exports.getExtraDependencies = _chunkWNMPQTPHjs.getExtraDependencies; exports.getFileBanner = _chunkUHJ5ACWHjs.getFileBanner; exports.getInternalDependencies = _chunkWNMPQTPHjs.getInternalDependencies; exports.getOutExtension = _chunkA75DEKU5js.getOutExtension; exports.readNxConfig =
|
|
55
|
+
exports.addPackageDependencies = _chunkWBSHEDA6js.addPackageDependencies; exports.addPackageJsonExport = _chunkWBSHEDA6js.addPackageJsonExport; exports.addPackageJsonExports = _chunkWBSHEDA6js.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkWBSHEDA6js.addWorkspacePackageJsonFields; exports.copyAssets = _chunkBP4NPFBZjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunk35Z5ZVARjs.getEntryPoints; exports.getEnv = _chunkWLW3DA6Xjs.getEnv; exports.getExternalDependencies = _chunkWNMPQTPHjs.getExternalDependencies; exports.getExtraDependencies = _chunkWNMPQTPHjs.getExtraDependencies; exports.getFileBanner = _chunkUHJ5ACWHjs.getFileBanner; exports.getInternalDependencies = _chunkWNMPQTPHjs.getInternalDependencies; exports.getOutExtension = _chunkA75DEKU5js.getOutExtension; exports.readNxConfig = _chunkGJI7UHDZjs.readNxConfig;
|
package/dist/utilities/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkGJI7UHDZjs = require('../chunk-GJI7UHDZ.js');
|
|
4
4
|
require('../chunk-UMP4EIAS.js');
|
|
5
5
|
require('../chunk-JVKCJMCK.js');
|
|
6
6
|
require('../chunk-KTEGKYAH.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.readNxConfig =
|
|
9
|
+
exports.readNxConfig = _chunkGJI7UHDZjs.readNxConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.153.
|
|
3
|
+
"version": "0.153.6",
|
|
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",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@nx/devkit": "^21.3.10",
|
|
145
145
|
"@nx/js": "^21.3.10",
|
|
146
146
|
"nx": "^21.3.10",
|
|
147
|
-
"typescript": "^5.
|
|
147
|
+
"typescript": "^5.9.2"
|
|
148
148
|
},
|
|
149
149
|
"peerDependenciesMeta": {
|
|
150
150
|
"@nx/devkit": { "optional": false },
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"typescript": "^5.9.2"
|
|
169
169
|
},
|
|
170
170
|
"publishConfig": { "access": "public" },
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "044d535c80810296f217c0bb741e51f164aede5b"
|
|
172
172
|
}
|
|
@@ -1,226 +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
|
-
namespace: z.ZodMiniString<string>;
|
|
12
|
-
organization: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
13
|
-
name: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
14
|
-
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
15
|
-
logo: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
16
|
-
icon: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
17
|
-
url: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
18
|
-
}, z.core.$strip>, z.ZodMiniString<string>]>;
|
|
19
|
-
repository: z.ZodMiniString<string>;
|
|
20
|
-
license: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
21
|
-
homepage: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
22
|
-
docs: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
23
|
-
portal: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
24
|
-
licensing: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
25
|
-
contact: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
26
|
-
support: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
27
|
-
branch: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
28
|
-
preid: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
29
|
-
owner: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
30
|
-
bot: z.ZodMiniObject<{
|
|
31
|
-
name: z.ZodMiniString<string>;
|
|
32
|
-
email: z.ZodMiniString<string>;
|
|
33
|
-
}, z.core.$strip>;
|
|
34
|
-
release: z.ZodMiniObject<{
|
|
35
|
-
banner: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
36
|
-
url: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
37
|
-
alt: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
38
|
-
}, z.core.$strip>, z.ZodMiniString<string>]>;
|
|
39
|
-
header: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
40
|
-
footer: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
41
|
-
}, z.core.$strip>;
|
|
42
|
-
socials: z.ZodMiniObject<{
|
|
43
|
-
twitter: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
44
|
-
discord: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
45
|
-
telegram: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
46
|
-
slack: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
47
|
-
medium: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
48
|
-
github: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
49
|
-
}, z.core.$strip>;
|
|
50
|
-
error: z.ZodMiniObject<{
|
|
51
|
-
codesFile: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
52
|
-
url: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
53
|
-
}, z.core.$strip>;
|
|
54
|
-
mode: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
55
|
-
development: "development";
|
|
56
|
-
staging: "staging";
|
|
57
|
-
production: "production";
|
|
58
|
-
}>>;
|
|
59
|
-
workspaceRoot: z.ZodMiniString<string>;
|
|
60
|
-
skipCache: z.ZodMiniDefault<z.ZodMiniBoolean<boolean>>;
|
|
61
|
-
directories: z.ZodMiniObject<{
|
|
62
|
-
cache: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
63
|
-
data: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
64
|
-
config: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
65
|
-
temp: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
66
|
-
log: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
67
|
-
build: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
68
|
-
}, z.core.$strip>;
|
|
69
|
-
packageManager: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
70
|
-
npm: "npm";
|
|
71
|
-
yarn: "yarn";
|
|
72
|
-
pnpm: "pnpm";
|
|
73
|
-
bun: "bun";
|
|
74
|
-
}>>;
|
|
75
|
-
timezone: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
76
|
-
locale: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
77
|
-
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
78
|
-
debug: "debug";
|
|
79
|
-
error: "error";
|
|
80
|
-
success: "success";
|
|
81
|
-
silent: "silent";
|
|
82
|
-
fatal: "fatal";
|
|
83
|
-
warn: "warn";
|
|
84
|
-
info: "info";
|
|
85
|
-
trace: "trace";
|
|
86
|
-
all: "all";
|
|
87
|
-
}>>;
|
|
88
|
-
skipConfigLogging: z.ZodMiniDefault<z.ZodMiniBoolean<boolean>>;
|
|
89
|
-
registry: z.ZodMiniDefault<z.ZodMiniObject<{
|
|
90
|
-
github: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
91
|
-
npm: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
92
|
-
cargo: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
93
|
-
cyclone: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
94
|
-
container: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
95
|
-
}, z.core.$strip>>;
|
|
96
|
-
configFile: z.ZodMiniDefault<z.ZodMiniNullable<z.ZodMiniString<string>>>;
|
|
97
|
-
colors: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
98
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
99
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
100
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
101
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
102
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
103
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
104
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
105
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
106
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
107
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
108
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
110
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
113
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
114
|
-
dark: z.ZodMiniObject<{
|
|
115
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
116
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
117
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
118
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
119
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
120
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
121
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
122
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
123
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
124
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
125
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
126
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
127
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
130
|
-
}, z.core.$strip>;
|
|
131
|
-
light: z.ZodMiniObject<{
|
|
132
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
133
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
134
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
135
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
136
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
137
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
138
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
139
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
140
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
141
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
142
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
143
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
144
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
145
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
146
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
147
|
-
}, z.core.$strip>;
|
|
148
|
-
}, 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<{
|
|
149
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
150
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
151
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
152
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
153
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
154
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
155
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
156
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
157
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
158
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
159
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
160
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
161
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
162
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
163
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
164
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
165
|
-
dark: z.ZodMiniObject<{
|
|
166
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
167
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
168
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
169
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
170
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
171
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
172
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
173
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
174
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
175
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
176
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
177
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
178
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
179
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
180
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
181
|
-
}, z.core.$strip>;
|
|
182
|
-
light: z.ZodMiniObject<{
|
|
183
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
184
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
185
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
186
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
187
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
188
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
189
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
190
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
191
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
192
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
193
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
194
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
195
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
196
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
197
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
198
|
-
}, z.core.$strip>;
|
|
199
|
-
}, z.core.$strip>]>>]>;
|
|
200
|
-
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
201
|
-
}, z.core.$strip>;
|
|
202
|
-
|
|
203
|
-
type TStormWorkspaceConfig = z$1.infer<typeof workspaceConfigSchema>;
|
|
204
|
-
/**
|
|
205
|
-
* The Storm workspace's configuration object
|
|
206
|
-
*
|
|
207
|
-
* @remarks
|
|
208
|
-
* 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`.
|
|
209
|
-
*
|
|
210
|
-
* @deprecated
|
|
211
|
-
* This type is deprecated and will be removed in the next major version. Use {@link StormWorkspaceConfig} instead.
|
|
212
|
-
*/
|
|
213
|
-
type StormConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = TStormWorkspaceConfig & {
|
|
214
|
-
extensions: (TStormWorkspaceConfig["extensions"] & {
|
|
215
|
-
[extensionName in TExtensionName]: TExtensionConfig;
|
|
216
|
-
}) | NonNullable<Record<string, any>>;
|
|
217
|
-
};
|
|
218
|
-
/**
|
|
219
|
-
* The Storm workspace's configuration object
|
|
220
|
-
*
|
|
221
|
-
* @remarks
|
|
222
|
-
* 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`.
|
|
223
|
-
*/
|
|
224
|
-
type StormWorkspaceConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = StormConfig<TExtensionName, TExtensionConfig>;
|
|
225
|
-
|
|
226
|
-
export type { StormWorkspaceConfig as S };
|
package/dist/types-B9d4_BzW.d.ts
DELETED
|
@@ -1,226 +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
|
-
namespace: z.ZodMiniString<string>;
|
|
12
|
-
organization: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
13
|
-
name: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
14
|
-
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
15
|
-
logo: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
16
|
-
icon: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
17
|
-
url: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
18
|
-
}, z.core.$strip>, z.ZodMiniString<string>]>;
|
|
19
|
-
repository: z.ZodMiniString<string>;
|
|
20
|
-
license: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
21
|
-
homepage: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
22
|
-
docs: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
23
|
-
portal: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
24
|
-
licensing: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
25
|
-
contact: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
26
|
-
support: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
27
|
-
branch: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
28
|
-
preid: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
29
|
-
owner: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
30
|
-
bot: z.ZodMiniObject<{
|
|
31
|
-
name: z.ZodMiniString<string>;
|
|
32
|
-
email: z.ZodMiniString<string>;
|
|
33
|
-
}, z.core.$strip>;
|
|
34
|
-
release: z.ZodMiniObject<{
|
|
35
|
-
banner: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
36
|
-
url: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
37
|
-
alt: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
38
|
-
}, z.core.$strip>, z.ZodMiniString<string>]>;
|
|
39
|
-
header: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
40
|
-
footer: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
41
|
-
}, z.core.$strip>;
|
|
42
|
-
socials: z.ZodMiniObject<{
|
|
43
|
-
twitter: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
44
|
-
discord: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
45
|
-
telegram: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
46
|
-
slack: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
47
|
-
medium: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
48
|
-
github: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
49
|
-
}, z.core.$strip>;
|
|
50
|
-
error: z.ZodMiniObject<{
|
|
51
|
-
codesFile: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
52
|
-
url: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
53
|
-
}, z.core.$strip>;
|
|
54
|
-
mode: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
55
|
-
development: "development";
|
|
56
|
-
staging: "staging";
|
|
57
|
-
production: "production";
|
|
58
|
-
}>>;
|
|
59
|
-
workspaceRoot: z.ZodMiniString<string>;
|
|
60
|
-
skipCache: z.ZodMiniDefault<z.ZodMiniBoolean<boolean>>;
|
|
61
|
-
directories: z.ZodMiniObject<{
|
|
62
|
-
cache: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
63
|
-
data: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
64
|
-
config: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
65
|
-
temp: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
66
|
-
log: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
67
|
-
build: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
68
|
-
}, z.core.$strip>;
|
|
69
|
-
packageManager: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
70
|
-
npm: "npm";
|
|
71
|
-
yarn: "yarn";
|
|
72
|
-
pnpm: "pnpm";
|
|
73
|
-
bun: "bun";
|
|
74
|
-
}>>;
|
|
75
|
-
timezone: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
76
|
-
locale: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
77
|
-
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
78
|
-
debug: "debug";
|
|
79
|
-
error: "error";
|
|
80
|
-
success: "success";
|
|
81
|
-
silent: "silent";
|
|
82
|
-
fatal: "fatal";
|
|
83
|
-
warn: "warn";
|
|
84
|
-
info: "info";
|
|
85
|
-
trace: "trace";
|
|
86
|
-
all: "all";
|
|
87
|
-
}>>;
|
|
88
|
-
skipConfigLogging: z.ZodMiniDefault<z.ZodMiniBoolean<boolean>>;
|
|
89
|
-
registry: z.ZodMiniDefault<z.ZodMiniObject<{
|
|
90
|
-
github: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
91
|
-
npm: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
92
|
-
cargo: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
93
|
-
cyclone: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
94
|
-
container: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
95
|
-
}, z.core.$strip>>;
|
|
96
|
-
configFile: z.ZodMiniDefault<z.ZodMiniNullable<z.ZodMiniString<string>>>;
|
|
97
|
-
colors: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
98
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
99
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
100
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
101
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
102
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
103
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
104
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
105
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
106
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
107
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
108
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
110
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
113
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
114
|
-
dark: z.ZodMiniObject<{
|
|
115
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
116
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
117
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
118
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
119
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
120
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
121
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
122
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
123
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
124
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
125
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
126
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
127
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
130
|
-
}, z.core.$strip>;
|
|
131
|
-
light: z.ZodMiniObject<{
|
|
132
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
133
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
134
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
135
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
136
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
137
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
138
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
139
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
140
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
141
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
142
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
143
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
144
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
145
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
146
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
147
|
-
}, z.core.$strip>;
|
|
148
|
-
}, 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<{
|
|
149
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
150
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
151
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
152
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
153
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
154
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
155
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
156
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
157
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
158
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
159
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
160
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
161
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
162
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
163
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
164
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
165
|
-
dark: z.ZodMiniObject<{
|
|
166
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
167
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
168
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
169
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
170
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
171
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
172
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
173
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
174
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
175
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
176
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
177
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
178
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
179
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
180
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
181
|
-
}, z.core.$strip>;
|
|
182
|
-
light: z.ZodMiniObject<{
|
|
183
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
184
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
185
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
186
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
187
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
188
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
189
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
190
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
191
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
192
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
193
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
194
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
195
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
196
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
197
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
198
|
-
}, z.core.$strip>;
|
|
199
|
-
}, z.core.$strip>]>>]>;
|
|
200
|
-
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
201
|
-
}, z.core.$strip>;
|
|
202
|
-
|
|
203
|
-
type TStormWorkspaceConfig = z$1.infer<typeof workspaceConfigSchema>;
|
|
204
|
-
/**
|
|
205
|
-
* The Storm workspace's configuration object
|
|
206
|
-
*
|
|
207
|
-
* @remarks
|
|
208
|
-
* 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`.
|
|
209
|
-
*
|
|
210
|
-
* @deprecated
|
|
211
|
-
* This type is deprecated and will be removed in the next major version. Use {@link StormWorkspaceConfig} instead.
|
|
212
|
-
*/
|
|
213
|
-
type StormConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = TStormWorkspaceConfig & {
|
|
214
|
-
extensions: (TStormWorkspaceConfig["extensions"] & {
|
|
215
|
-
[extensionName in TExtensionName]: TExtensionConfig;
|
|
216
|
-
}) | NonNullable<Record<string, any>>;
|
|
217
|
-
};
|
|
218
|
-
/**
|
|
219
|
-
* The Storm workspace's configuration object
|
|
220
|
-
*
|
|
221
|
-
* @remarks
|
|
222
|
-
* 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`.
|
|
223
|
-
*/
|
|
224
|
-
type StormWorkspaceConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = StormConfig<TExtensionName, TExtensionConfig>;
|
|
225
|
-
|
|
226
|
-
export type { StormWorkspaceConfig as S };
|