@storm-software/build-tools 0.158.141 → 0.158.143
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 +1 -1
- package/dist/chunk-7XOGFW55.mjs +0 -0
- package/dist/chunk-CM636JMJ.mjs +16 -0
- package/dist/chunk-PI7QPASQ.js +16 -0
- package/dist/chunk-VRW4DCVB.js +1 -0
- package/dist/constants/index.d.mts +1 -0
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.js +7 -0
- package/dist/constants/index.mjs +7 -0
- package/dist/constants/internal-packages.d.mts +3 -0
- package/dist/constants/internal-packages.d.ts +3 -0
- package/dist/constants/internal-packages.js +6 -0
- package/dist/constants/internal-packages.mjs +6 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +15 -10
- package/dist/index.mjs +17 -12
- package/dist/plugins/index.js +4 -4
- package/dist/plugins/index.mjs +7 -7
- package/dist/utilities/index.js +5 -5
- package/dist/utilities/index.mjs +5 -5
- package/package.json +64 -36
- package/dist/types-DxphL6FF.d.mts +0 -243
- package/dist/types-DxphL6FF.d.ts +0 -243
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
File without changes
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// src/constants/internal-packages.ts
|
|
2
|
+
var INTERNAL_PACKAGES = [
|
|
3
|
+
"@storm-software/*",
|
|
4
|
+
"conventional-changelog-storm-software",
|
|
5
|
+
"pnpm-plugin-storm-software",
|
|
6
|
+
"@stryke/*",
|
|
7
|
+
"@powerlines/*",
|
|
8
|
+
"powerlines",
|
|
9
|
+
"@shell-shock/*",
|
|
10
|
+
"@earthquake/*",
|
|
11
|
+
"earthquake"
|
|
12
|
+
];
|
|
13
|
+
|
|
14
|
+
export {
|
|
15
|
+
INTERNAL_PACKAGES
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/constants/internal-packages.ts
|
|
2
|
+
var INTERNAL_PACKAGES = [
|
|
3
|
+
"@storm-software/*",
|
|
4
|
+
"conventional-changelog-storm-software",
|
|
5
|
+
"pnpm-plugin-storm-software",
|
|
6
|
+
"@stryke/*",
|
|
7
|
+
"@powerlines/*",
|
|
8
|
+
"powerlines",
|
|
9
|
+
"@shell-shock/*",
|
|
10
|
+
"@earthquake/*",
|
|
11
|
+
"earthquake"
|
|
12
|
+
];
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
exports.INTERNAL_PACKAGES = INTERNAL_PACKAGES;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { INTERNAL_PACKAGES } from './internal-packages.mjs';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { INTERNAL_PACKAGES } from './internal-packages.js';
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { DEFAULT_CSS_BANNER, DEFAULT_ENVIRONMENT, DEFAULT_JS_BANNER, DEFAULT_ORGANIZATION, DEFAULT_PLATFORM, DEFAULT_TARGET } from './config.mjs';
|
|
2
|
+
export { INTERNAL_PACKAGES } from './constants/internal-packages.mjs';
|
|
2
3
|
export { analyze } from './plugins/analyze.mjs';
|
|
3
4
|
export { swc } from './plugins/swc.mjs';
|
|
4
5
|
export { TsResolveOptions, tsResolvePlugin } from './plugins/ts-resolve.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { DEFAULT_CSS_BANNER, DEFAULT_ENVIRONMENT, DEFAULT_JS_BANNER, DEFAULT_ORGANIZATION, DEFAULT_PLATFORM, DEFAULT_TARGET } from './config.js';
|
|
2
|
+
export { INTERNAL_PACKAGES } from './constants/internal-packages.js';
|
|
2
3
|
export { analyze } from './plugins/analyze.js';
|
|
3
4
|
export { swc } from './plugins/swc.js';
|
|
4
5
|
export { TsResolveOptions, tsResolvePlugin } from './plugins/ts-resolve.js';
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-65HIHTHN.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkWNMPQTPHjs = require('./chunk-WNMPQTPH.js');
|
|
7
|
+
|
|
8
|
+
|
|
4
9
|
var _chunkBK7ROZFJjs = require('./chunk-BK7ROZFJ.js');
|
|
5
10
|
|
|
6
11
|
|
|
@@ -33,30 +38,30 @@ var _chunkA75DEKU5js = require('./chunk-A75DEKU5.js');
|
|
|
33
38
|
|
|
34
39
|
|
|
35
40
|
|
|
36
|
-
var _chunkWNMPQTPHjs = require('./chunk-WNMPQTPH.js');
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
var _chunkMEINUFJYjs = require('./chunk-MEINUFJY.js');
|
|
45
45
|
require('./chunk-6F4PWJZI.js');
|
|
46
|
+
require('./chunk-VRW4DCVB.js');
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
var _chunkPI7QPASQjs = require('./chunk-PI7QPASQ.js');
|
|
46
50
|
require('./chunk-WPFIBCZT.js');
|
|
47
51
|
|
|
48
52
|
|
|
49
|
-
var
|
|
53
|
+
var _chunkTXTYCRUYjs = require('./chunk-TXTYCRUY.js');
|
|
50
54
|
|
|
51
55
|
|
|
52
|
-
var
|
|
56
|
+
var _chunkN7HP2YYEjs = require('./chunk-N7HP2YYE.js');
|
|
53
57
|
|
|
54
58
|
|
|
55
|
-
var
|
|
59
|
+
var _chunkKI36GZ5Njs = require('./chunk-KI36GZ5N.js');
|
|
56
60
|
require('./chunk-TTKYBNC2.js');
|
|
57
61
|
|
|
58
62
|
|
|
59
|
-
var
|
|
63
|
+
var _chunkHQD5ZBIUjs = require('./chunk-HQD5ZBIU.js');
|
|
64
|
+
|
|
60
65
|
|
|
61
66
|
|
|
62
67
|
|
|
@@ -83,4 +88,4 @@ var _chunkN7HP2YYEjs = require('./chunk-N7HP2YYE.js');
|
|
|
83
88
|
|
|
84
89
|
|
|
85
90
|
|
|
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 = _chunkWH5UGVX7js.addPackageDependencies; exports.addPackageJsonExport = _chunkWH5UGVX7js.addPackageJsonExport; exports.addPackageJsonExports = _chunkWH5UGVX7js.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkWH5UGVX7js.addWorkspacePackageJsonFields; exports.analyze = _chunkKI36GZ5Njs.analyze; exports.copyAssets = _chunkSU3XIIJLjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkRKVSF2KPjs.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 = _chunkBK7ROZFJjs.readNxConfig; exports.swc = _chunkHQD5ZBIUjs.swc; exports.tsResolvePlugin = _chunkTXTYCRUYjs.tsResolvePlugin; exports.typeDefinitions = _chunkN7HP2YYEjs.typeDefinitions;
|
|
91
|
+
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.INTERNAL_PACKAGES = _chunkPI7QPASQjs.INTERNAL_PACKAGES; exports.addPackageDependencies = _chunkWH5UGVX7js.addPackageDependencies; exports.addPackageJsonExport = _chunkWH5UGVX7js.addPackageJsonExport; exports.addPackageJsonExports = _chunkWH5UGVX7js.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkWH5UGVX7js.addWorkspacePackageJsonFields; exports.analyze = _chunkKI36GZ5Njs.analyze; exports.copyAssets = _chunkSU3XIIJLjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkRKVSF2KPjs.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 = _chunkBK7ROZFJjs.readNxConfig; exports.swc = _chunkHQD5ZBIUjs.swc; exports.tsResolvePlugin = _chunkTXTYCRUYjs.tsResolvePlugin; exports.typeDefinitions = _chunkN7HP2YYEjs.typeDefinitions;
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import "./chunk-KVP3YMX6.mjs";
|
|
2
|
+
import {
|
|
3
|
+
getExternalDependencies,
|
|
4
|
+
getExtraDependencies,
|
|
5
|
+
getInternalDependencies
|
|
6
|
+
} from "./chunk-ODQKLK6L.mjs";
|
|
2
7
|
import {
|
|
3
8
|
readNxConfig
|
|
4
9
|
} from "./chunk-EOEGTTHV.mjs";
|
|
@@ -29,11 +34,6 @@ import {
|
|
|
29
34
|
import {
|
|
30
35
|
getOutExtension
|
|
31
36
|
} from "./chunk-3VZVP5XV.mjs";
|
|
32
|
-
import {
|
|
33
|
-
getExternalDependencies,
|
|
34
|
-
getExtraDependencies,
|
|
35
|
-
getInternalDependencies
|
|
36
|
-
} from "./chunk-ODQKLK6L.mjs";
|
|
37
37
|
import {
|
|
38
38
|
DEFAULT_CSS_BANNER,
|
|
39
39
|
DEFAULT_ENVIRONMENT,
|
|
@@ -43,20 +43,24 @@ import {
|
|
|
43
43
|
DEFAULT_TARGET
|
|
44
44
|
} from "./chunk-TJ6NHBO5.mjs";
|
|
45
45
|
import "./chunk-WBQAMGXK.mjs";
|
|
46
|
-
import "./chunk-
|
|
46
|
+
import "./chunk-7XOGFW55.mjs";
|
|
47
47
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
50
|
-
import
|
|
51
|
-
swc
|
|
52
|
-
} from "./chunk-7YKXR5JJ.mjs";
|
|
48
|
+
INTERNAL_PACKAGES
|
|
49
|
+
} from "./chunk-CM636JMJ.mjs";
|
|
50
|
+
import "./chunk-UN3B7LBV.mjs";
|
|
53
51
|
import {
|
|
54
52
|
tsResolvePlugin
|
|
55
53
|
} from "./chunk-MY2WU4YR.mjs";
|
|
56
|
-
import "./chunk-JAOQUOKQ.mjs";
|
|
57
54
|
import {
|
|
58
55
|
typeDefinitions
|
|
59
56
|
} from "./chunk-VGLIZ2H3.mjs";
|
|
57
|
+
import {
|
|
58
|
+
analyze
|
|
59
|
+
} from "./chunk-A6SGJYI3.mjs";
|
|
60
|
+
import "./chunk-JAOQUOKQ.mjs";
|
|
61
|
+
import {
|
|
62
|
+
swc
|
|
63
|
+
} from "./chunk-7YKXR5JJ.mjs";
|
|
60
64
|
export {
|
|
61
65
|
DEFAULT_CSS_BANNER,
|
|
62
66
|
DEFAULT_ENVIRONMENT,
|
|
@@ -64,6 +68,7 @@ export {
|
|
|
64
68
|
DEFAULT_ORGANIZATION,
|
|
65
69
|
DEFAULT_PLATFORM,
|
|
66
70
|
DEFAULT_TARGET,
|
|
71
|
+
INTERNAL_PACKAGES,
|
|
67
72
|
addPackageDependencies,
|
|
68
73
|
addPackageJsonExport,
|
|
69
74
|
addPackageJsonExports,
|
package/dist/plugins/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-WPFIBCZT.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTXTYCRUYjs = require('../chunk-TXTYCRUY.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkN7HP2YYEjs = require('../chunk-N7HP2YYE.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkKI36GZ5Njs = require('../chunk-KI36GZ5N.js');
|
|
11
11
|
require('../chunk-TTKYBNC2.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunkHQD5ZBIUjs = require('../chunk-HQD5ZBIU.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
package/dist/plugins/index.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "../chunk-UN3B7LBV.mjs";
|
|
2
|
-
import {
|
|
3
|
-
analyze
|
|
4
|
-
} from "../chunk-A6SGJYI3.mjs";
|
|
5
|
-
import {
|
|
6
|
-
swc
|
|
7
|
-
} from "../chunk-7YKXR5JJ.mjs";
|
|
8
2
|
import {
|
|
9
3
|
tsResolvePlugin
|
|
10
4
|
} from "../chunk-MY2WU4YR.mjs";
|
|
11
|
-
import "../chunk-JAOQUOKQ.mjs";
|
|
12
5
|
import {
|
|
13
6
|
typeDefinitions
|
|
14
7
|
} from "../chunk-VGLIZ2H3.mjs";
|
|
8
|
+
import {
|
|
9
|
+
analyze
|
|
10
|
+
} from "../chunk-A6SGJYI3.mjs";
|
|
11
|
+
import "../chunk-JAOQUOKQ.mjs";
|
|
12
|
+
import {
|
|
13
|
+
swc
|
|
14
|
+
} from "../chunk-7YKXR5JJ.mjs";
|
|
15
15
|
export {
|
|
16
16
|
analyze,
|
|
17
17
|
swc,
|
package/dist/utilities/index.js
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-65HIHTHN.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkWNMPQTPHjs = require('../chunk-WNMPQTPH.js');
|
|
7
|
+
|
|
8
|
+
|
|
4
9
|
var _chunkBK7ROZFJjs = require('../chunk-BK7ROZFJ.js');
|
|
5
10
|
|
|
6
11
|
|
|
@@ -29,11 +34,6 @@ var _chunkUHJ5ACWHjs = require('../chunk-UHJ5ACWH.js');
|
|
|
29
34
|
|
|
30
35
|
|
|
31
36
|
var _chunkA75DEKU5js = require('../chunk-A75DEKU5.js');
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
var _chunkWNMPQTPHjs = require('../chunk-WNMPQTPH.js');
|
|
37
37
|
require('../chunk-MEINUFJY.js');
|
|
38
38
|
require('../chunk-TTKYBNC2.js');
|
|
39
39
|
|
package/dist/utilities/index.mjs
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import "../chunk-KVP3YMX6.mjs";
|
|
2
|
+
import {
|
|
3
|
+
getExternalDependencies,
|
|
4
|
+
getExtraDependencies,
|
|
5
|
+
getInternalDependencies
|
|
6
|
+
} from "../chunk-ODQKLK6L.mjs";
|
|
2
7
|
import {
|
|
3
8
|
readNxConfig
|
|
4
9
|
} from "../chunk-EOEGTTHV.mjs";
|
|
@@ -29,11 +34,6 @@ import {
|
|
|
29
34
|
import {
|
|
30
35
|
getOutExtension
|
|
31
36
|
} from "../chunk-3VZVP5XV.mjs";
|
|
32
|
-
import {
|
|
33
|
-
getExternalDependencies,
|
|
34
|
-
getExtraDependencies,
|
|
35
|
-
getInternalDependencies
|
|
36
|
-
} from "../chunk-ODQKLK6L.mjs";
|
|
37
37
|
import "../chunk-TJ6NHBO5.mjs";
|
|
38
38
|
import "../chunk-JAOQUOKQ.mjs";
|
|
39
39
|
export {
|
package/package.json
CHANGED
|
@@ -1,17 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.158.
|
|
3
|
+
"version": "0.158.143",
|
|
4
|
+
"private": false,
|
|
4
5
|
"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.",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"monorepo",
|
|
8
|
+
"open-system",
|
|
9
|
+
"storm",
|
|
10
|
+
"storm-ops",
|
|
11
|
+
"storm-stack",
|
|
12
|
+
"stormstack",
|
|
13
|
+
"sullivanpj"
|
|
14
|
+
],
|
|
15
|
+
"homepage": "https://stormsoftware.com",
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://stormsoftware.com/support",
|
|
18
|
+
"email": "support@stormsoftware.com"
|
|
19
|
+
},
|
|
5
20
|
"repository": {
|
|
6
21
|
"type": "github",
|
|
7
22
|
"url": "https://github.com/storm-software/storm-ops",
|
|
8
23
|
"directory": "packages/build-tools"
|
|
9
24
|
},
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
"url": "https://
|
|
13
|
-
"email": "support@stormsoftware.com"
|
|
25
|
+
"funding": {
|
|
26
|
+
"type": "github",
|
|
27
|
+
"url": "https://github.com/sponsors/storm-software"
|
|
14
28
|
},
|
|
29
|
+
"license": "Apache-2.0",
|
|
15
30
|
"author": {
|
|
16
31
|
"name": "Storm Software",
|
|
17
32
|
"email": "contact@stormsoftware.com",
|
|
@@ -24,14 +39,6 @@
|
|
|
24
39
|
"url": "https://stormsoftware.com"
|
|
25
40
|
}
|
|
26
41
|
],
|
|
27
|
-
"funding": {
|
|
28
|
-
"type": "github",
|
|
29
|
-
"url": "https://github.com/sponsors/storm-software"
|
|
30
|
-
},
|
|
31
|
-
"license": "Apache-2.0",
|
|
32
|
-
"private": false,
|
|
33
|
-
"main": "./dist/index.js",
|
|
34
|
-
"module": "./dist/index.mjs",
|
|
35
42
|
"exports": {
|
|
36
43
|
"./package.json": "./package.json",
|
|
37
44
|
"./types": {
|
|
@@ -72,6 +79,34 @@
|
|
|
72
79
|
"default": "./dist/config.js"
|
|
73
80
|
}
|
|
74
81
|
},
|
|
82
|
+
"./constants": {
|
|
83
|
+
"import": {
|
|
84
|
+
"types": "./dist/constants/index.d.mts",
|
|
85
|
+
"default": "./dist/constants/index.mjs"
|
|
86
|
+
},
|
|
87
|
+
"require": {
|
|
88
|
+
"types": "./dist/constants/index.d.ts",
|
|
89
|
+
"default": "./dist/constants/index.js"
|
|
90
|
+
},
|
|
91
|
+
"default": {
|
|
92
|
+
"types": "./dist/constants/index.d.ts",
|
|
93
|
+
"default": "./dist/constants/index.js"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"./constants/*": {
|
|
97
|
+
"import": {
|
|
98
|
+
"types": "./dist/constants/*.d.mts",
|
|
99
|
+
"default": "./dist/constants/*.mjs"
|
|
100
|
+
},
|
|
101
|
+
"require": {
|
|
102
|
+
"types": "./dist/constants/*.d.ts",
|
|
103
|
+
"default": "./dist/constants/*.js"
|
|
104
|
+
},
|
|
105
|
+
"default": {
|
|
106
|
+
"types": "./dist/constants/*.d.ts",
|
|
107
|
+
"default": "./dist/constants/*.js"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
75
110
|
"./plugins": {
|
|
76
111
|
"import": {
|
|
77
112
|
"types": "./dist/plugins/index.d.mts",
|
|
@@ -129,35 +164,16 @@
|
|
|
129
164
|
}
|
|
130
165
|
}
|
|
131
166
|
},
|
|
167
|
+
"main": "./dist/index.js",
|
|
168
|
+
"module": "./dist/index.mjs",
|
|
132
169
|
"types": "./dist/index.d.ts",
|
|
133
170
|
"files": ["dist/**/*"],
|
|
134
|
-
"keywords": [
|
|
135
|
-
"monorepo",
|
|
136
|
-
"open-system",
|
|
137
|
-
"storm",
|
|
138
|
-
"storm-ops",
|
|
139
|
-
"storm-stack",
|
|
140
|
-
"stormstack",
|
|
141
|
-
"sullivanpj"
|
|
142
|
-
],
|
|
143
|
-
"peerDependencies": {
|
|
144
|
-
"@nx/devkit": "22.6.0",
|
|
145
|
-
"@nx/js": "22.6.0",
|
|
146
|
-
"nx": "22.6.0",
|
|
147
|
-
"typescript": "^5.9.2"
|
|
148
|
-
},
|
|
149
|
-
"peerDependenciesMeta": {
|
|
150
|
-
"@nx/devkit": { "optional": false },
|
|
151
|
-
"@nx/js": { "optional": false },
|
|
152
|
-
"nx": { "optional": false },
|
|
153
|
-
"typescript": { "optional": false }
|
|
154
|
-
},
|
|
155
171
|
"dependencies": {
|
|
156
172
|
"@swc/core": "1.7.26",
|
|
157
173
|
"glob": "^11.1.0",
|
|
158
174
|
"resolve": "1.22.8",
|
|
159
175
|
"resolve-from": "5.0.0",
|
|
160
|
-
"rollup": "^4.60.
|
|
176
|
+
"rollup": "^4.60.1"
|
|
161
177
|
},
|
|
162
178
|
"devDependencies": {
|
|
163
179
|
"@nx/devkit": "22.6.0",
|
|
@@ -167,6 +183,18 @@
|
|
|
167
183
|
"tsup": "8.4.0",
|
|
168
184
|
"typescript": "^5.9.3"
|
|
169
185
|
},
|
|
186
|
+
"peerDependencies": {
|
|
187
|
+
"@nx/devkit": "22.6.0",
|
|
188
|
+
"@nx/js": "22.6.0",
|
|
189
|
+
"nx": "22.6.0",
|
|
190
|
+
"typescript": "^5.9.2"
|
|
191
|
+
},
|
|
192
|
+
"peerDependenciesMeta": {
|
|
193
|
+
"@nx/devkit": { "optional": false },
|
|
194
|
+
"@nx/js": { "optional": false },
|
|
195
|
+
"nx": { "optional": false },
|
|
196
|
+
"typescript": { "optional": false }
|
|
197
|
+
},
|
|
170
198
|
"publishConfig": { "access": "public" },
|
|
171
|
-
"gitHead": "
|
|
199
|
+
"gitHead": "c9e22f77a54addf393da062dd661a01624fea3b1"
|
|
172
200
|
}
|
|
@@ -1,243 +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
|
-
performance: "performance";
|
|
90
|
-
trace: "trace";
|
|
91
|
-
all: "all";
|
|
92
|
-
}>>;
|
|
93
|
-
skipConfigLogging: z.ZodMiniDefault<z.ZodMiniBoolean<boolean>>;
|
|
94
|
-
registry: z.ZodMiniDefault<z.ZodMiniObject<{
|
|
95
|
-
github: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
96
|
-
npm: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
97
|
-
cargo: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
98
|
-
cyclone: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
99
|
-
container: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
100
|
-
}, z.core.$strip>>;
|
|
101
|
-
configFile: z.ZodMiniDefault<z.ZodMiniNullable<z.ZodMiniString<string>>>;
|
|
102
|
-
colors: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
103
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
104
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
105
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
106
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
107
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
108
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
113
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
114
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
115
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
116
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
117
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
118
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
119
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
120
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
121
|
-
dark: z.ZodMiniObject<{
|
|
122
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
123
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
124
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
125
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
126
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
127
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
130
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
131
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
132
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
133
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
134
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
135
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
136
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
137
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
138
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
139
|
-
}, z.core.$strip>;
|
|
140
|
-
light: z.ZodMiniObject<{
|
|
141
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
142
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
143
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
144
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
145
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
146
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
148
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
149
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
150
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
151
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
152
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
153
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
154
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
155
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
156
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
157
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
158
|
-
}, z.core.$strip>;
|
|
159
|
-
}, 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<{
|
|
160
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
161
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
162
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
163
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
164
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
165
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
166
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
167
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
168
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
169
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
170
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
171
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
172
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
173
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
174
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
175
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
176
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
177
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
178
|
-
dark: z.ZodMiniObject<{
|
|
179
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
180
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
181
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
182
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
183
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
184
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
185
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
186
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
187
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
188
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
189
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
190
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
191
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
192
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
193
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
194
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
196
|
-
}, z.core.$strip>;
|
|
197
|
-
light: z.ZodMiniObject<{
|
|
198
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
199
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
200
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
201
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
202
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
203
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
204
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
205
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
206
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
207
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
208
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
209
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
210
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
211
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
212
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
213
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
214
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
215
|
-
}, z.core.$strip>;
|
|
216
|
-
}, z.core.$strip>]>>]>;
|
|
217
|
-
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
218
|
-
}, z.core.$strip>;
|
|
219
|
-
|
|
220
|
-
type TStormWorkspaceConfig = z$1.infer<typeof workspaceConfigSchema>;
|
|
221
|
-
/**
|
|
222
|
-
* The Storm workspace's configuration object
|
|
223
|
-
*
|
|
224
|
-
* @remarks
|
|
225
|
-
* 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`.
|
|
226
|
-
*
|
|
227
|
-
* @deprecated
|
|
228
|
-
* This type is deprecated and will be removed in the next major version. Use {@link StormWorkspaceConfig} instead.
|
|
229
|
-
*/
|
|
230
|
-
type StormConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = TStormWorkspaceConfig & {
|
|
231
|
-
extensions: (TStormWorkspaceConfig["extensions"] & {
|
|
232
|
-
[extensionName in TExtensionName]: TExtensionConfig;
|
|
233
|
-
}) | NonNullable<Record<string, any>>;
|
|
234
|
-
};
|
|
235
|
-
/**
|
|
236
|
-
* The Storm workspace's configuration object
|
|
237
|
-
*
|
|
238
|
-
* @remarks
|
|
239
|
-
* 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`.
|
|
240
|
-
*/
|
|
241
|
-
type StormWorkspaceConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = StormConfig<TExtensionName, TExtensionConfig>;
|
|
242
|
-
|
|
243
|
-
export type { StormWorkspaceConfig as S };
|
package/dist/types-DxphL6FF.d.ts
DELETED
|
@@ -1,243 +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
|
-
performance: "performance";
|
|
90
|
-
trace: "trace";
|
|
91
|
-
all: "all";
|
|
92
|
-
}>>;
|
|
93
|
-
skipConfigLogging: z.ZodMiniDefault<z.ZodMiniBoolean<boolean>>;
|
|
94
|
-
registry: z.ZodMiniDefault<z.ZodMiniObject<{
|
|
95
|
-
github: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
96
|
-
npm: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
97
|
-
cargo: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
98
|
-
cyclone: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
99
|
-
container: z.ZodMiniOptional<z.ZodMiniURL>;
|
|
100
|
-
}, z.core.$strip>>;
|
|
101
|
-
configFile: z.ZodMiniDefault<z.ZodMiniNullable<z.ZodMiniString<string>>>;
|
|
102
|
-
colors: z.ZodMiniUnion<readonly [z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
103
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
104
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
105
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
106
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
107
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
108
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
113
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
114
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
115
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
116
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
117
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
118
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
119
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
120
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
121
|
-
dark: z.ZodMiniObject<{
|
|
122
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
123
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
124
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
125
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
126
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
127
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
130
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
131
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
132
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
133
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
134
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
135
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
136
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
137
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
138
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
139
|
-
}, z.core.$strip>;
|
|
140
|
-
light: z.ZodMiniObject<{
|
|
141
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
142
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
143
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
144
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
145
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
146
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
148
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
149
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
150
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
151
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
152
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
153
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
154
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
155
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
156
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
157
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
158
|
-
}, z.core.$strip>;
|
|
159
|
-
}, 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<{
|
|
160
|
-
dark: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
161
|
-
light: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
162
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
163
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
164
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
165
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
166
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
167
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
168
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
169
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
170
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
171
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
172
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
173
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
174
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
175
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
176
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
177
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
178
|
-
dark: z.ZodMiniObject<{
|
|
179
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
180
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
181
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
182
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
183
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
184
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
185
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
186
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
187
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
188
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
189
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
190
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
191
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
192
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
193
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
194
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
196
|
-
}, z.core.$strip>;
|
|
197
|
-
light: z.ZodMiniObject<{
|
|
198
|
-
foreground: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
199
|
-
background: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
200
|
-
brand: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
201
|
-
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
202
|
-
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
203
|
-
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
204
|
-
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
205
|
-
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
206
|
-
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
207
|
-
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
208
|
-
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
209
|
-
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
210
|
-
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
211
|
-
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
212
|
-
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
213
|
-
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
214
|
-
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
215
|
-
}, z.core.$strip>;
|
|
216
|
-
}, z.core.$strip>]>>]>;
|
|
217
|
-
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
218
|
-
}, z.core.$strip>;
|
|
219
|
-
|
|
220
|
-
type TStormWorkspaceConfig = z$1.infer<typeof workspaceConfigSchema>;
|
|
221
|
-
/**
|
|
222
|
-
* The Storm workspace's configuration object
|
|
223
|
-
*
|
|
224
|
-
* @remarks
|
|
225
|
-
* 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`.
|
|
226
|
-
*
|
|
227
|
-
* @deprecated
|
|
228
|
-
* This type is deprecated and will be removed in the next major version. Use {@link StormWorkspaceConfig} instead.
|
|
229
|
-
*/
|
|
230
|
-
type StormConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = TStormWorkspaceConfig & {
|
|
231
|
-
extensions: (TStormWorkspaceConfig["extensions"] & {
|
|
232
|
-
[extensionName in TExtensionName]: TExtensionConfig;
|
|
233
|
-
}) | NonNullable<Record<string, any>>;
|
|
234
|
-
};
|
|
235
|
-
/**
|
|
236
|
-
* The Storm workspace's configuration object
|
|
237
|
-
*
|
|
238
|
-
* @remarks
|
|
239
|
-
* 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`.
|
|
240
|
-
*/
|
|
241
|
-
type StormWorkspaceConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = StormConfig<TExtensionName, TExtensionConfig>;
|
|
242
|
-
|
|
243
|
-
export type { StormWorkspaceConfig as S };
|