@storm-software/build-tools 0.153.5 → 0.153.7
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-SK5CWHBH.mjs → chunk-6TUKWOFJ.mjs} +6 -4
- package/dist/{chunk-GJI7UHDZ.js → chunk-QPVZKJM7.js} +6 -4
- 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 +9 -9
- 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)
|
|
@@ -828,7 +828,7 @@ var getConfigEnv = () => {
|
|
|
828
828
|
support: process.env[`${prefix}SUPPORT`] || void 0,
|
|
829
829
|
timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
|
|
830
830
|
locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
|
|
831
|
-
configFile: process.env[`${prefix}
|
|
831
|
+
configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ? correctPaths(process.env[`${prefix}WORKSPACE_CONFIG_FILE`]) : void 0,
|
|
832
832
|
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? correctPaths(process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
833
833
|
directories: {
|
|
834
834
|
cache: process.env[`${prefix}CACHE_DIR`] ? correctPaths(process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? correctPaths(process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
|
|
@@ -891,7 +891,7 @@ var getConfigEnv = () => {
|
|
|
891
891
|
config.licensing = `${config.homepage}/docs`;
|
|
892
892
|
}
|
|
893
893
|
}
|
|
894
|
-
const serializedConfig = process.env[`${prefix}
|
|
894
|
+
const serializedConfig = process.env[`${prefix}WORKSPACE_CONFIG`];
|
|
895
895
|
if (serializedConfig) {
|
|
896
896
|
const parsed = JSON.parse(serializedConfig);
|
|
897
897
|
config = {
|
|
@@ -1123,7 +1123,9 @@ var setConfigEnv = (config) => {
|
|
|
1123
1123
|
process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
|
|
1124
1124
|
}
|
|
1125
1125
|
if (config.configFile) {
|
|
1126
|
-
process.env[`${prefix}
|
|
1126
|
+
process.env[`${prefix}WORKSPACE_CONFIG_FILE`] = correctPaths(
|
|
1127
|
+
config.configFile
|
|
1128
|
+
);
|
|
1127
1129
|
}
|
|
1128
1130
|
if (config.workspaceRoot) {
|
|
1129
1131
|
process.env[`${prefix}WORKSPACE_ROOT`] = correctPaths(config.workspaceRoot);
|
|
@@ -1227,7 +1229,7 @@ var setConfigEnv = (config) => {
|
|
|
1227
1229
|
config.skipConfigLogging
|
|
1228
1230
|
);
|
|
1229
1231
|
}
|
|
1230
|
-
process.env[`${prefix}
|
|
1232
|
+
process.env[`${prefix}WORKSPACE_CONFIG`] = JSON.stringify(config);
|
|
1231
1233
|
for (const key of Object.keys(config.extensions ?? {})) {
|
|
1232
1234
|
if (config.extensions[key] && Object.keys(config.extensions[key])) {
|
|
1233
1235
|
setExtensionEnv(key, config.extensions[key]);
|
|
@@ -828,7 +828,7 @@ var getConfigEnv = () => {
|
|
|
828
828
|
support: process.env[`${prefix}SUPPORT`] || void 0,
|
|
829
829
|
timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
|
|
830
830
|
locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
|
|
831
|
-
configFile: process.env[`${prefix}
|
|
831
|
+
configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ? _chunkJVKCJMCKjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_CONFIG_FILE`]) : void 0,
|
|
832
832
|
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? _chunkJVKCJMCKjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
833
833
|
directories: {
|
|
834
834
|
cache: process.env[`${prefix}CACHE_DIR`] ? _chunkJVKCJMCKjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? _chunkJVKCJMCKjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
|
|
@@ -891,7 +891,7 @@ var getConfigEnv = () => {
|
|
|
891
891
|
config.licensing = `${config.homepage}/docs`;
|
|
892
892
|
}
|
|
893
893
|
}
|
|
894
|
-
const serializedConfig = process.env[`${prefix}
|
|
894
|
+
const serializedConfig = process.env[`${prefix}WORKSPACE_CONFIG`];
|
|
895
895
|
if (serializedConfig) {
|
|
896
896
|
const parsed = JSON.parse(serializedConfig);
|
|
897
897
|
config = {
|
|
@@ -1123,7 +1123,9 @@ var setConfigEnv = (config) => {
|
|
|
1123
1123
|
process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
|
|
1124
1124
|
}
|
|
1125
1125
|
if (config.configFile) {
|
|
1126
|
-
process.env[`${prefix}
|
|
1126
|
+
process.env[`${prefix}WORKSPACE_CONFIG_FILE`] = _chunkJVKCJMCKjs.correctPaths.call(void 0,
|
|
1127
|
+
config.configFile
|
|
1128
|
+
);
|
|
1127
1129
|
}
|
|
1128
1130
|
if (config.workspaceRoot) {
|
|
1129
1131
|
process.env[`${prefix}WORKSPACE_ROOT`] = _chunkJVKCJMCKjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
@@ -1227,7 +1229,7 @@ var setConfigEnv = (config) => {
|
|
|
1227
1229
|
config.skipConfigLogging
|
|
1228
1230
|
);
|
|
1229
1231
|
}
|
|
1230
|
-
process.env[`${prefix}
|
|
1232
|
+
process.env[`${prefix}WORKSPACE_CONFIG`] = JSON.stringify(config);
|
|
1231
1233
|
for (const key of Object.keys(_nullishCoalesce(config.extensions, () => ( {})))) {
|
|
1232
1234
|
if (config.extensions[key] && Object.keys(config.extensions[key])) {
|
|
1233
1235
|
setExtensionEnv(key, config.extensions[key]);
|
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 _chunkQPVZKJM7js = require('./chunk-QPVZKJM7.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 = _chunkQPVZKJM7js.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 _chunkQPVZKJM7js = require('../chunk-QPVZKJM7.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 = _chunkQPVZKJM7js.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 _chunkQPVZKJM7js = require('../chunk-QPVZKJM7.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 = _chunkQPVZKJM7js.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.7",
|
|
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",
|
|
@@ -141,10 +141,10 @@
|
|
|
141
141
|
"sullivanpj"
|
|
142
142
|
],
|
|
143
143
|
"peerDependencies": {
|
|
144
|
-
"@nx/devkit": "^21.
|
|
145
|
-
"@nx/js": "^21.
|
|
146
|
-
"nx": "^21.
|
|
147
|
-
"typescript": "^5.
|
|
144
|
+
"@nx/devkit": "^21.4.1",
|
|
145
|
+
"@nx/js": "^21.4.1",
|
|
146
|
+
"nx": "^21.4.1",
|
|
147
|
+
"typescript": "^5.9.2"
|
|
148
148
|
},
|
|
149
149
|
"peerDependenciesMeta": {
|
|
150
150
|
"@nx/devkit": { "optional": false },
|
|
@@ -160,13 +160,13 @@
|
|
|
160
160
|
"rollup": "^4.29.1"
|
|
161
161
|
},
|
|
162
162
|
"devDependencies": {
|
|
163
|
-
"@nx/devkit": "^21.
|
|
164
|
-
"@nx/js": "^21.
|
|
163
|
+
"@nx/devkit": "^21.4.1",
|
|
164
|
+
"@nx/js": "^21.4.1",
|
|
165
165
|
"@types/node": "^22.10.2",
|
|
166
|
-
"nx": "^21.
|
|
166
|
+
"nx": "^21.4.1",
|
|
167
167
|
"tsup": "8.4.0",
|
|
168
168
|
"typescript": "^5.9.2"
|
|
169
169
|
},
|
|
170
170
|
"publishConfig": { "access": "public" },
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "4ae47f6ad886922f9e56642be8f868fb02b75554"
|
|
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 };
|