@storm-software/build-tools 0.151.21 → 0.151.22
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-GJBPVWQV.js → chunk-5DY7G4GD.js} +8 -8
- package/dist/{chunk-HG6KME7U.mjs → chunk-6HXSG5RH.mjs} +1 -1
- package/dist/{chunk-RDJXQ27R.mjs → chunk-AIZ2A5WA.mjs} +6 -2
- package/dist/{chunk-OQ7L2KD3.js → chunk-FNFLYCUK.js} +8 -8
- package/dist/{chunk-D2CE3KRZ.mjs → chunk-GK2VTBFX.mjs} +1 -1
- package/dist/{chunk-PZVQHCR3.mjs → chunk-IA7KTO2V.mjs} +1 -1
- package/dist/{chunk-IOXPZJ4F.mjs → chunk-LVQALFMX.mjs} +1 -1
- package/dist/{chunk-MGV4IMYX.mjs → chunk-NEWQJXLG.mjs} +2 -3
- package/dist/{chunk-CNDWLTG3.js → chunk-NTGSP3QX.js} +49 -45
- package/dist/{chunk-RZ3QK5QM.js → chunk-R3GXGCWJ.js} +10 -10
- package/dist/{chunk-UTXEO62G.js → chunk-SECHJFHQ.js} +10 -10
- package/dist/{chunk-OTX5ITS4.js → chunk-SPBNWSXY.js} +2 -2
- package/dist/{chunk-GEGGAV75.js → chunk-T3LLHZTM.js} +2 -3
- package/dist/{chunk-7FDGMKOH.mjs → chunk-THALUBWA.mjs} +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/plugins/analyze.js +3 -3
- package/dist/plugins/analyze.mjs +2 -2
- package/dist/plugins/index.js +4 -4
- package/dist/plugins/index.mjs +3 -3
- package/dist/plugins/ts-resolve.js +3 -3
- package/dist/plugins/ts-resolve.mjs +2 -2
- package/dist/{types-DSVSMow6.d.mts → types-DRiHjhgn.d.mts} +2 -2
- package/dist/{types-DSVSMow6.d.ts → types-DRiHjhgn.d.ts} +2 -2
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/utilities/copy-assets.d.mts +1 -1
- package/dist/utilities/copy-assets.d.ts +1 -1
- package/dist/utilities/copy-assets.js +3 -3
- package/dist/utilities/copy-assets.mjs +2 -2
- package/dist/utilities/generate-package-json.d.mts +1 -1
- package/dist/utilities/generate-package-json.d.ts +1 -1
- package/dist/utilities/generate-package-json.js +3 -3
- package/dist/utilities/generate-package-json.mjs +2 -2
- package/dist/utilities/get-entry-points.d.mts +1 -1
- package/dist/utilities/get-entry-points.d.ts +1 -1
- package/dist/utilities/get-entry-points.js +3 -3
- package/dist/utilities/get-entry-points.mjs +2 -2
- package/dist/utilities/get-env.d.mts +1 -1
- package/dist/utilities/get-env.d.ts +1 -1
- package/dist/utilities/index.d.mts +1 -1
- package/dist/utilities/index.d.ts +1 -1
- package/dist/utilities/index.js +6 -6
- package/dist/utilities/index.mjs +5 -5
- package/dist/utilities/read-nx-config.js +3 -3
- package/dist/utilities/read-nx-config.mjs +2 -2
- package/package.json +2 -2
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 -->
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkT3LLHZTMjs = require('./chunk-T3LLHZTM.js');
|
|
4
4
|
|
|
5
5
|
// src/plugins/ts-resolve.ts
|
|
6
6
|
var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);
|
|
@@ -26,8 +26,8 @@ var tsResolvePlugin = ({
|
|
|
26
26
|
return {
|
|
27
27
|
name: `storm:ts-resolve`,
|
|
28
28
|
async resolveId(source, importer) {
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
_chunkT3LLHZTMjs.writeDebug.call(void 0, `ts-resolve - resolveId source: ${source}`);
|
|
30
|
+
_chunkT3LLHZTMjs.writeDebug.call(void 0, `ts-resolve - resolveId importer: ${importer}`);
|
|
31
31
|
if (!importer) {
|
|
32
32
|
return null;
|
|
33
33
|
}
|
|
@@ -38,7 +38,7 @@ var tsResolvePlugin = ({
|
|
|
38
38
|
return false;
|
|
39
39
|
}
|
|
40
40
|
if (ignore && ignore(source, importer)) {
|
|
41
|
-
|
|
41
|
+
_chunkT3LLHZTMjs.writeDebug.call(void 0, `ts-resolve - ignored ${source}`);
|
|
42
42
|
return null;
|
|
43
43
|
}
|
|
44
44
|
if (resolveOnly) {
|
|
@@ -47,12 +47,12 @@ var tsResolvePlugin = ({
|
|
|
47
47
|
return v.test(source);
|
|
48
48
|
});
|
|
49
49
|
if (!shouldResolve) {
|
|
50
|
-
|
|
50
|
+
_chunkT3LLHZTMjs.writeDebug.call(void 0, `ts-resolve - skipped by matching resolveOnly ${source}`);
|
|
51
51
|
return null;
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
if (_path2.default.isAbsolute(source)) {
|
|
55
|
-
|
|
55
|
+
_chunkT3LLHZTMjs.writeDebug.call(void 0, `ts-resolve - skipped absolute path: ${source}`);
|
|
56
56
|
return null;
|
|
57
57
|
}
|
|
58
58
|
const basedir = importer ? await _fs2.default.promises.realpath(_path2.default.dirname(importer)) : process.cwd();
|
|
@@ -81,10 +81,10 @@ var tsResolvePlugin = ({
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
if (id) {
|
|
84
|
-
|
|
84
|
+
_chunkT3LLHZTMjs.writeDebug.call(void 0, `ts-resolve - resolved ${source} to ${id}`);
|
|
85
85
|
return id;
|
|
86
86
|
}
|
|
87
|
-
|
|
87
|
+
_chunkT3LLHZTMjs.writeDebug.call(void 0, `ts-resolve - mark ${source} as external`);
|
|
88
88
|
return false;
|
|
89
89
|
}
|
|
90
90
|
};
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
stormWorkspaceConfigSchema,
|
|
16
16
|
writeTrace,
|
|
17
17
|
writeWarning
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-NEWQJXLG.mjs";
|
|
19
19
|
|
|
20
20
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
21
21
|
import { loadConfig } from "c12";
|
|
@@ -648,7 +648,11 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
650
|
const defaultConfig = await getPackageJsonConfig(_workspaceRoot);
|
|
651
|
-
const configInput = defu2(
|
|
651
|
+
const configInput = defu2(
|
|
652
|
+
configEnv,
|
|
653
|
+
configFile,
|
|
654
|
+
defaultConfig
|
|
655
|
+
);
|
|
652
656
|
try {
|
|
653
657
|
result = applyDefaultConfig(
|
|
654
658
|
await stormWorkspaceConfigSchema.parseAsync(configInput)
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkT3LLHZTMjs = require('./chunk-T3LLHZTM.js');
|
|
7
7
|
|
|
8
8
|
// src/utilities/get-entry-points.ts
|
|
9
9
|
var _glob = require('glob');
|
|
10
10
|
var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll = false) => {
|
|
11
|
-
const workspaceRoot = config.workspaceRoot ||
|
|
11
|
+
const workspaceRoot = config.workspaceRoot || _chunkT3LLHZTMjs.findWorkspaceRoot.call(void 0, );
|
|
12
12
|
const entryPoints = [];
|
|
13
13
|
if (entry) {
|
|
14
14
|
if (typeof entry === "string") {
|
|
@@ -21,7 +21,7 @@ var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll =
|
|
|
21
21
|
}
|
|
22
22
|
if (emitOnAll) {
|
|
23
23
|
entryPoints.push(
|
|
24
|
-
|
|
24
|
+
_chunkT3LLHZTMjs.joinPaths.call(void 0, workspaceRoot, sourceRoot || projectRoot, "**/*.{ts,tsx}")
|
|
25
25
|
);
|
|
26
26
|
}
|
|
27
27
|
const results = await Promise.all(
|
|
@@ -34,12 +34,12 @@ var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll =
|
|
|
34
34
|
});
|
|
35
35
|
paths.push(
|
|
36
36
|
...files.reduce((ret, filePath) => {
|
|
37
|
-
const result =
|
|
38
|
-
|
|
37
|
+
const result = _chunkT3LLHZTMjs.correctPaths.call(void 0,
|
|
38
|
+
_chunkT3LLHZTMjs.joinPaths.call(void 0, filePath.path, filePath.name).replaceAll(_chunkT3LLHZTMjs.correctPaths.call(void 0, workspaceRoot), "").replaceAll(_chunkT3LLHZTMjs.correctPaths.call(void 0, projectRoot), "")
|
|
39
39
|
);
|
|
40
40
|
if (result) {
|
|
41
|
-
|
|
42
|
-
`Trying to add entry point ${result} at "${
|
|
41
|
+
_chunkT3LLHZTMjs.writeDebug.call(void 0,
|
|
42
|
+
`Trying to add entry point ${result} at "${_chunkT3LLHZTMjs.joinPaths.call(void 0,
|
|
43
43
|
filePath.path,
|
|
44
44
|
filePath.name
|
|
45
45
|
)}"`,
|
|
@@ -53,7 +53,7 @@ var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll =
|
|
|
53
53
|
}, [])
|
|
54
54
|
);
|
|
55
55
|
} else {
|
|
56
|
-
|
|
56
|
+
_chunkT3LLHZTMjs.writeDebug.call(void 0, `Trying to add entry point ${entryPoint}"`, config);
|
|
57
57
|
if (!paths.includes(entryPoint)) {
|
|
58
58
|
paths.push(entryPoint);
|
|
59
59
|
}
|
|
@@ -248,7 +248,6 @@ var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
|
248
248
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
249
249
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
250
250
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
251
|
-
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
252
251
|
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
253
252
|
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
254
253
|
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
@@ -364,13 +363,13 @@ var WorkspaceBotConfigSchema = z.object({
|
|
|
364
363
|
"The workspace's bot user's config used to automated various operations tasks"
|
|
365
364
|
);
|
|
366
365
|
var WorkspaceReleaseConfigSchema = z.object({
|
|
367
|
-
banner: z.string().trim().
|
|
366
|
+
banner: z.string().trim().optional().describe(
|
|
368
367
|
"A URL to a banner image used to display the workspace's release"
|
|
369
368
|
),
|
|
370
369
|
header: z.string().trim().optional().describe(
|
|
371
370
|
"A header message appended to the start of the workspace's release notes"
|
|
372
371
|
),
|
|
373
|
-
footer: z.string().trim().
|
|
372
|
+
footer: z.string().trim().optional().describe(
|
|
374
373
|
"A footer message appended to the end of the workspace's release notes"
|
|
375
374
|
)
|
|
376
375
|
}).describe("The workspace's release config used during the release process");
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkT3LLHZTMjs = require('./chunk-T3LLHZTM.js');
|
|
19
19
|
|
|
20
20
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
21
21
|
var _c12 = require('c12');
|
|
22
22
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
23
23
|
var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
24
|
-
const workspacePath = filePath ||
|
|
24
|
+
const workspacePath = filePath || _chunkT3LLHZTMjs.findWorkspaceRoot.call(void 0, filePath);
|
|
25
25
|
const configs = await Promise.all([
|
|
26
26
|
_c12.loadConfig.call(void 0, {
|
|
27
27
|
cwd: workspacePath,
|
|
@@ -30,7 +30,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
30
30
|
envName: _optionalChain([fileName, 'optionalAccess', _ => _.toUpperCase, 'call', _2 => _2()]),
|
|
31
31
|
jitiOptions: {
|
|
32
32
|
debug: false,
|
|
33
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
33
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkT3LLHZTMjs.joinPaths.call(void 0,
|
|
34
34
|
process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
|
|
35
35
|
"jiti"
|
|
36
36
|
)
|
|
@@ -44,7 +44,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
44
44
|
envName: _optionalChain([fileName, 'optionalAccess', _3 => _3.toUpperCase, 'call', _4 => _4()]),
|
|
45
45
|
jitiOptions: {
|
|
46
46
|
debug: false,
|
|
47
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
47
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkT3LLHZTMjs.joinPaths.call(void 0,
|
|
48
48
|
process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
|
|
49
49
|
"jiti"
|
|
50
50
|
)
|
|
@@ -56,12 +56,12 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
|
56
56
|
return _defu2.default.call(void 0, _nullishCoalesce(configs[0], () => ( {})), _nullishCoalesce(configs[1], () => ( {})));
|
|
57
57
|
};
|
|
58
58
|
var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
59
|
-
const workspacePath = filePath ? filePath :
|
|
59
|
+
const workspacePath = filePath ? filePath : _chunkT3LLHZTMjs.findWorkspaceRoot.call(void 0, filePath);
|
|
60
60
|
const result = await getConfigFileByName("storm-workspace", workspacePath);
|
|
61
61
|
let config = result.config;
|
|
62
62
|
const configFile = result.configFile;
|
|
63
63
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
64
|
-
|
|
64
|
+
_chunkT3LLHZTMjs.writeTrace.call(void 0,
|
|
65
65
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
66
66
|
{
|
|
67
67
|
logLevel: "all"
|
|
@@ -77,7 +77,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
77
77
|
for (const result2 of results) {
|
|
78
78
|
if (_optionalChain([result2, 'optionalAccess', _5 => _5.config]) && _optionalChain([result2, 'optionalAccess', _6 => _6.configFile]) && Object.keys(result2.config).length > 0) {
|
|
79
79
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
80
|
-
|
|
80
|
+
_chunkT3LLHZTMjs.writeTrace.call(void 0,
|
|
81
81
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
82
82
|
{
|
|
83
83
|
logLevel: "all"
|
|
@@ -156,15 +156,15 @@ var getConfigEnv = () => {
|
|
|
156
156
|
support: process.env[`${prefix}SUPPORT`] || void 0,
|
|
157
157
|
timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
|
|
158
158
|
locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
|
|
159
|
-
configFile: process.env[`${prefix}CONFIG_FILE`] ?
|
|
160
|
-
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ?
|
|
159
|
+
configFile: process.env[`${prefix}CONFIG_FILE`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_FILE`]) : void 0,
|
|
160
|
+
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
161
161
|
directories: {
|
|
162
|
-
cache: process.env[`${prefix}CACHE_DIR`] ?
|
|
163
|
-
data: process.env[`${prefix}DATA_DIR`] ?
|
|
164
|
-
config: process.env[`${prefix}CONFIG_DIR`] ?
|
|
165
|
-
temp: process.env[`${prefix}TEMP_DIR`] ?
|
|
166
|
-
log: process.env[`${prefix}LOG_DIR`] ?
|
|
167
|
-
build: process.env[`${prefix}BUILD_DIR`] ?
|
|
162
|
+
cache: process.env[`${prefix}CACHE_DIR`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
|
|
163
|
+
data: process.env[`${prefix}DATA_DIR`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIR`]) : process.env[`${prefix}DATA_DIRECTORY`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIRECTORY`]) : void 0,
|
|
164
|
+
config: process.env[`${prefix}CONFIG_DIR`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIR`]) : process.env[`${prefix}CONFIG_DIRECTORY`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIRECTORY`]) : void 0,
|
|
165
|
+
temp: process.env[`${prefix}TEMP_DIR`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIR`]) : process.env[`${prefix}TEMP_DIRECTORY`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIRECTORY`]) : void 0,
|
|
166
|
+
log: process.env[`${prefix}LOG_DIR`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIR`]) : process.env[`${prefix}LOG_DIRECTORY`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIRECTORY`]) : void 0,
|
|
167
|
+
build: process.env[`${prefix}BUILD_DIR`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIR`]) : process.env[`${prefix}BUILD_DIRECTORY`] ? _chunkT3LLHZTMjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIRECTORY`]) : void 0
|
|
168
168
|
},
|
|
169
169
|
skipCache: process.env[`${prefix}SKIP_CACHE`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CACHE`]) : void 0,
|
|
170
170
|
mode: (_nullishCoalesce(_nullishCoalesce(process.env[`${prefix}MODE`], () => ( process.env.NODE_ENV)), () => ( process.env.ENVIRONMENT))) || void 0,
|
|
@@ -188,13 +188,13 @@ var getConfigEnv = () => {
|
|
|
188
188
|
},
|
|
189
189
|
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
|
|
190
190
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
191
|
-
) ?
|
|
191
|
+
) ? _chunkT3LLHZTMjs.getLogLevelLabel.call(void 0,
|
|
192
192
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
193
193
|
) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
194
194
|
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
195
195
|
};
|
|
196
196
|
const themeNames = Object.keys(process.env).filter(
|
|
197
|
-
(envKey) => envKey.startsWith(`${prefix}COLOR_`) &&
|
|
197
|
+
(envKey) => envKey.startsWith(`${prefix}COLOR_`) && _chunkT3LLHZTMjs.COLOR_KEYS.every(
|
|
198
198
|
(colorKey) => !envKey.startsWith(`${prefix}COLOR_LIGHT_${colorKey}`) && !envKey.startsWith(`${prefix}COLOR_DARK_${colorKey}`)
|
|
199
199
|
)
|
|
200
200
|
);
|
|
@@ -205,16 +205,16 @@ var getConfigEnv = () => {
|
|
|
205
205
|
},
|
|
206
206
|
{}
|
|
207
207
|
) : getThemeColorConfigEnv(prefix);
|
|
208
|
-
if (config.docs ===
|
|
209
|
-
if (config.homepage ===
|
|
210
|
-
config.docs = `${
|
|
208
|
+
if (config.docs === _chunkT3LLHZTMjs.STORM_DEFAULT_DOCS) {
|
|
209
|
+
if (config.homepage === _chunkT3LLHZTMjs.STORM_DEFAULT_HOMEPAGE) {
|
|
210
|
+
config.docs = `${_chunkT3LLHZTMjs.STORM_DEFAULT_HOMEPAGE}/projects/${config.name}/docs`;
|
|
211
211
|
} else {
|
|
212
212
|
config.docs = `${config.homepage}/docs`;
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
|
-
if (config.licensing ===
|
|
216
|
-
if (config.homepage ===
|
|
217
|
-
config.licensing = `${
|
|
215
|
+
if (config.licensing === _chunkT3LLHZTMjs.STORM_DEFAULT_LICENSING) {
|
|
216
|
+
if (config.homepage === _chunkT3LLHZTMjs.STORM_DEFAULT_HOMEPAGE) {
|
|
217
|
+
config.licensing = `${_chunkT3LLHZTMjs.STORM_DEFAULT_HOMEPAGE}/projects/${config.name}/licensing`;
|
|
218
218
|
} else {
|
|
219
219
|
config.licensing = `${config.homepage}/docs`;
|
|
220
220
|
}
|
|
@@ -415,40 +415,40 @@ var setConfigEnv = (config) => {
|
|
|
415
415
|
process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
|
|
416
416
|
}
|
|
417
417
|
if (config.configFile) {
|
|
418
|
-
process.env[`${prefix}CONFIG_FILE`] =
|
|
418
|
+
process.env[`${prefix}CONFIG_FILE`] = _chunkT3LLHZTMjs.correctPaths.call(void 0, config.configFile);
|
|
419
419
|
}
|
|
420
420
|
if (config.workspaceRoot) {
|
|
421
|
-
process.env[`${prefix}WORKSPACE_ROOT`] =
|
|
422
|
-
process.env.NX_WORKSPACE_ROOT =
|
|
423
|
-
process.env.NX_WORKSPACE_ROOT_PATH =
|
|
421
|
+
process.env[`${prefix}WORKSPACE_ROOT`] = _chunkT3LLHZTMjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
422
|
+
process.env.NX_WORKSPACE_ROOT = _chunkT3LLHZTMjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
423
|
+
process.env.NX_WORKSPACE_ROOT_PATH = _chunkT3LLHZTMjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
424
424
|
}
|
|
425
425
|
if (config.directories) {
|
|
426
426
|
if (!config.skipCache && config.directories.cache) {
|
|
427
|
-
process.env[`${prefix}CACHE_DIR`] =
|
|
427
|
+
process.env[`${prefix}CACHE_DIR`] = _chunkT3LLHZTMjs.correctPaths.call(void 0,
|
|
428
428
|
config.directories.cache
|
|
429
429
|
);
|
|
430
430
|
process.env[`${prefix}CACHE_DIRECTORY`] = process.env[`${prefix}CACHE_DIR`];
|
|
431
431
|
}
|
|
432
432
|
if (config.directories.data) {
|
|
433
|
-
process.env[`${prefix}DATA_DIR`] =
|
|
433
|
+
process.env[`${prefix}DATA_DIR`] = _chunkT3LLHZTMjs.correctPaths.call(void 0, config.directories.data);
|
|
434
434
|
process.env[`${prefix}DATA_DIRECTORY`] = process.env[`${prefix}DATA_DIR`];
|
|
435
435
|
}
|
|
436
436
|
if (config.directories.config) {
|
|
437
|
-
process.env[`${prefix}CONFIG_DIR`] =
|
|
437
|
+
process.env[`${prefix}CONFIG_DIR`] = _chunkT3LLHZTMjs.correctPaths.call(void 0,
|
|
438
438
|
config.directories.config
|
|
439
439
|
);
|
|
440
440
|
process.env[`${prefix}CONFIG_DIRECTORY`] = process.env[`${prefix}CONFIG_DIR`];
|
|
441
441
|
}
|
|
442
442
|
if (config.directories.temp) {
|
|
443
|
-
process.env[`${prefix}TEMP_DIR`] =
|
|
443
|
+
process.env[`${prefix}TEMP_DIR`] = _chunkT3LLHZTMjs.correctPaths.call(void 0, config.directories.temp);
|
|
444
444
|
process.env[`${prefix}TEMP_DIRECTORY`] = process.env[`${prefix}TEMP_DIR`];
|
|
445
445
|
}
|
|
446
446
|
if (config.directories.log) {
|
|
447
|
-
process.env[`${prefix}LOG_DIR`] =
|
|
447
|
+
process.env[`${prefix}LOG_DIR`] = _chunkT3LLHZTMjs.correctPaths.call(void 0, config.directories.log);
|
|
448
448
|
process.env[`${prefix}LOG_DIRECTORY`] = process.env[`${prefix}LOG_DIR`];
|
|
449
449
|
}
|
|
450
450
|
if (config.directories.build) {
|
|
451
|
-
process.env[`${prefix}BUILD_DIR`] =
|
|
451
|
+
process.env[`${prefix}BUILD_DIR`] = _chunkT3LLHZTMjs.correctPaths.call(void 0,
|
|
452
452
|
config.directories.build
|
|
453
453
|
);
|
|
454
454
|
process.env[`${prefix}BUILD_DIRECTORY`] = process.env[`${prefix}BUILD_DIR`];
|
|
@@ -510,9 +510,9 @@ var setConfigEnv = (config) => {
|
|
|
510
510
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
511
511
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
512
512
|
process.env.NX_VERBOSE_LOGGING = String(
|
|
513
|
-
|
|
513
|
+
_chunkT3LLHZTMjs.getLogLevel.call(void 0, config.logLevel) >= _chunkT3LLHZTMjs.LogLevel.DEBUG ? true : false
|
|
514
514
|
);
|
|
515
|
-
process.env.RUST_BACKTRACE =
|
|
515
|
+
process.env.RUST_BACKTRACE = _chunkT3LLHZTMjs.getLogLevel.call(void 0, config.logLevel) >= _chunkT3LLHZTMjs.LogLevel.DEBUG ? "full" : "none";
|
|
516
516
|
}
|
|
517
517
|
if (config.skipConfigLogging !== void 0) {
|
|
518
518
|
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
|
|
@@ -632,13 +632,13 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
632
632
|
if (!_optionalChain([_static_cache, 'optionalAccess', _29 => _29.data]) || !_optionalChain([_static_cache, 'optionalAccess', _30 => _30.timestamp]) || _static_cache.timestamp < Date.now() - 8e3) {
|
|
633
633
|
let _workspaceRoot = workspaceRoot;
|
|
634
634
|
if (!_workspaceRoot) {
|
|
635
|
-
_workspaceRoot =
|
|
635
|
+
_workspaceRoot = _chunkT3LLHZTMjs.findWorkspaceRoot.call(void 0, );
|
|
636
636
|
}
|
|
637
637
|
const configEnv = getConfigEnv();
|
|
638
638
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
639
639
|
if (!configFile) {
|
|
640
640
|
if (!skipLogs) {
|
|
641
|
-
|
|
641
|
+
_chunkT3LLHZTMjs.writeWarning.call(void 0,
|
|
642
642
|
"No Storm Workspace configuration file found in the current repository. Please ensure this is the expected behavior - you can add a `storm-workspace.json` file to the root of your workspace if it is not.\n",
|
|
643
643
|
{ logLevel: "all" }
|
|
644
644
|
);
|
|
@@ -647,18 +647,22 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
647
647
|
return void 0;
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
|
-
const defaultConfig = await
|
|
651
|
-
const configInput = _defu2.default.call(void 0,
|
|
650
|
+
const defaultConfig = await _chunkT3LLHZTMjs.getPackageJsonConfig.call(void 0, _workspaceRoot);
|
|
651
|
+
const configInput = _defu2.default.call(void 0,
|
|
652
|
+
configEnv,
|
|
653
|
+
configFile,
|
|
654
|
+
defaultConfig
|
|
655
|
+
);
|
|
652
656
|
try {
|
|
653
|
-
result =
|
|
654
|
-
await
|
|
657
|
+
result = _chunkT3LLHZTMjs.applyDefaultConfig.call(void 0,
|
|
658
|
+
await _chunkT3LLHZTMjs.stormWorkspaceConfigSchema.parseAsync(configInput)
|
|
655
659
|
);
|
|
656
660
|
result.workspaceRoot ??= _workspaceRoot;
|
|
657
661
|
} catch (error) {
|
|
658
662
|
throw new Error(
|
|
659
663
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _31 => _31.message]) ? `: ${error.message}` : ""}
|
|
660
664
|
|
|
661
|
-
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${
|
|
665
|
+
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkT3LLHZTMjs.formatLogMessage.call(void 0,
|
|
662
666
|
configInput
|
|
663
667
|
)}`,
|
|
664
668
|
{
|
|
@@ -703,9 +707,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
703
707
|
);
|
|
704
708
|
setConfigEnv(config);
|
|
705
709
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
706
|
-
|
|
710
|
+
_chunkT3LLHZTMjs.writeTrace.call(void 0,
|
|
707
711
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
708
|
-
${
|
|
712
|
+
${_chunkT3LLHZTMjs.formatLogMessage.call(void 0, config)}`,
|
|
709
713
|
config
|
|
710
714
|
);
|
|
711
715
|
}
|
|
@@ -726,7 +730,7 @@ var readNxConfig = async (workspaceRoot) => {
|
|
|
726
730
|
const config = await getConfig();
|
|
727
731
|
rootDir = config.workspaceRoot;
|
|
728
732
|
}
|
|
729
|
-
const nxJsonPath =
|
|
733
|
+
const nxJsonPath = _chunkT3LLHZTMjs.joinPaths.call(void 0, rootDir, "nx.json");
|
|
730
734
|
if (!_fs.existsSync.call(void 0, nxJsonPath)) {
|
|
731
735
|
throw new Error("Cannot find project.json configuration");
|
|
732
736
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkT3LLHZTMjs = require('./chunk-T3LLHZTM.js');
|
|
6
6
|
|
|
7
7
|
// src/utilities/copy-assets.ts
|
|
8
8
|
var _copyassetshandler = require('@nx/js/src/utils/assets/copy-assets-handler');
|
|
@@ -34,9 +34,9 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
34
34
|
output: "src/"
|
|
35
35
|
});
|
|
36
36
|
}
|
|
37
|
-
|
|
37
|
+
_chunkT3LLHZTMjs.writeTrace.call(void 0,
|
|
38
38
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
39
|
-
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${
|
|
39
|
+
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkT3LLHZTMjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
40
40
|
config
|
|
41
41
|
);
|
|
42
42
|
const assetHandler = new (0, _copyassetshandler.CopyAssetsHandler)({
|
|
@@ -46,20 +46,20 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
46
46
|
assets: pendingAssets
|
|
47
47
|
});
|
|
48
48
|
await assetHandler.processAllAssetsOnce();
|
|
49
|
-
|
|
49
|
+
_chunkT3LLHZTMjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
50
50
|
if (includeSrc === true) {
|
|
51
|
-
|
|
52
|
-
`\u{1F4DD} Adding banner and writing source files: ${
|
|
51
|
+
_chunkT3LLHZTMjs.writeDebug.call(void 0,
|
|
52
|
+
`\u{1F4DD} Adding banner and writing source files: ${_chunkT3LLHZTMjs.joinPaths.call(void 0,
|
|
53
53
|
outputPath,
|
|
54
54
|
"src"
|
|
55
55
|
)}`,
|
|
56
56
|
config
|
|
57
57
|
);
|
|
58
58
|
const files = await _glob.glob.call(void 0, [
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
59
|
+
_chunkT3LLHZTMjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.ts"),
|
|
60
|
+
_chunkT3LLHZTMjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.tsx"),
|
|
61
|
+
_chunkT3LLHZTMjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.js"),
|
|
62
|
+
_chunkT3LLHZTMjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.jsx")
|
|
63
63
|
]);
|
|
64
64
|
await Promise.allSettled(
|
|
65
65
|
files.map(
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkT3LLHZTMjs = require('./chunk-T3LLHZTM.js');
|
|
6
6
|
|
|
7
7
|
// src/utilities/generate-package-json.ts
|
|
8
8
|
var _buildablelibsutils = require('@nx/js/src/utils/buildable-libs-utils');
|
|
@@ -42,7 +42,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
42
42
|
)) {
|
|
43
43
|
const projectNode = project.node;
|
|
44
44
|
if (projectNode.data.root) {
|
|
45
|
-
const projectPackageJsonPath =
|
|
45
|
+
const projectPackageJsonPath = _chunkT3LLHZTMjs.joinPaths.call(void 0,
|
|
46
46
|
workspaceRoot,
|
|
47
47
|
projectNode.data.root,
|
|
48
48
|
"package.json"
|
|
@@ -60,11 +60,11 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
if (localPackages.length > 0) {
|
|
63
|
-
|
|
63
|
+
_chunkT3LLHZTMjs.writeTrace.call(void 0,
|
|
64
64
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
65
65
|
);
|
|
66
66
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
67
|
-
|
|
67
|
+
_chunkT3LLHZTMjs.joinPaths.call(void 0, projectRoot, "project.json"),
|
|
68
68
|
"utf8"
|
|
69
69
|
);
|
|
70
70
|
const projectJson = JSON.parse(projectJsonFile);
|
|
@@ -77,7 +77,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
77
77
|
}
|
|
78
78
|
const implicitDependencies = _optionalChain([projectConfigurations, 'access', _9 => _9.projects, 'optionalAccess', _10 => _10[projectName2], 'access', _11 => _11.implicitDependencies, 'optionalAccess', _12 => _12.reduce, 'call', _13 => _13((ret, dep) => {
|
|
79
79
|
if (_optionalChain([projectConfigurations, 'access', _14 => _14.projects, 'optionalAccess', _15 => _15[dep]])) {
|
|
80
|
-
const depPackageJsonPath =
|
|
80
|
+
const depPackageJsonPath = _chunkT3LLHZTMjs.joinPaths.call(void 0,
|
|
81
81
|
workspaceRoot,
|
|
82
82
|
projectConfigurations.projects[dep].root,
|
|
83
83
|
"package.json"
|
|
@@ -108,14 +108,14 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
108
108
|
return ret;
|
|
109
109
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
110
110
|
} else {
|
|
111
|
-
|
|
111
|
+
_chunkT3LLHZTMjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
112
112
|
}
|
|
113
113
|
return packageJson;
|
|
114
114
|
};
|
|
115
115
|
var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceRoot, projectName, includeSrc = false, packageJson) => {
|
|
116
|
-
const workspaceRoot = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot :
|
|
116
|
+
const workspaceRoot = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot : _chunkT3LLHZTMjs.findWorkspaceRoot.call(void 0, );
|
|
117
117
|
const workspacePackageJsonContent = await _promises.readFile.call(void 0,
|
|
118
|
-
|
|
118
|
+
_chunkT3LLHZTMjs.joinPaths.call(void 0, workspaceRoot, "package.json"),
|
|
119
119
|
"utf8"
|
|
120
120
|
);
|
|
121
121
|
const workspacePackageJson = JSON.parse(workspacePackageJsonContent);
|
|
@@ -126,7 +126,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
126
126
|
if (distSrc.startsWith("/")) {
|
|
127
127
|
distSrc = distSrc.substring(1);
|
|
128
128
|
}
|
|
129
|
-
packageJson.source ??= `${
|
|
129
|
+
packageJson.source ??= `${_chunkT3LLHZTMjs.joinPaths.call(void 0, distSrc, "index.ts").replaceAll("\\", "/")}`;
|
|
130
130
|
}
|
|
131
131
|
packageJson.files ??= ["dist/**/*"];
|
|
132
132
|
if (includeSrc === true && !packageJson.files.includes("src")) {
|
|
@@ -151,7 +151,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
151
151
|
packageJson.contributors = [packageJson.author];
|
|
152
152
|
}
|
|
153
153
|
packageJson.repository ??= workspacePackageJson.repository;
|
|
154
|
-
packageJson.repository.directory ??= projectRoot ? projectRoot :
|
|
154
|
+
packageJson.repository.directory ??= projectRoot ? projectRoot : _chunkT3LLHZTMjs.joinPaths.call(void 0, "packages", projectName);
|
|
155
155
|
return packageJson;
|
|
156
156
|
};
|
|
157
157
|
var addPackageJsonExport = (file, type = "module", sourceRoot) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkT3LLHZTMjs = require('./chunk-T3LLHZTM.js');
|
|
4
4
|
|
|
5
5
|
// src/plugins/analyze.ts
|
|
6
6
|
var formatBytes = (bytes) => {
|
|
@@ -22,7 +22,7 @@ function analyze() {
|
|
|
22
22
|
renderChunk(source, chunk) {
|
|
23
23
|
const sourceBytes = formatBytes(source.length);
|
|
24
24
|
const fileName = chunk.fileName;
|
|
25
|
-
|
|
25
|
+
_chunkT3LLHZTMjs.writeInfo.call(void 0, ` - ${fileName} ${sourceBytes}`);
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
}
|
|
@@ -248,7 +248,6 @@ var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
|
248
248
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
249
249
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
250
250
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
251
|
-
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
252
251
|
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
253
252
|
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
254
253
|
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
@@ -364,13 +363,13 @@ var WorkspaceBotConfigSchema = z.object({
|
|
|
364
363
|
"The workspace's bot user's config used to automated various operations tasks"
|
|
365
364
|
);
|
|
366
365
|
var WorkspaceReleaseConfigSchema = z.object({
|
|
367
|
-
banner: z.string().trim().
|
|
366
|
+
banner: z.string().trim().optional().describe(
|
|
368
367
|
"A URL to a banner image used to display the workspace's release"
|
|
369
368
|
),
|
|
370
369
|
header: z.string().trim().optional().describe(
|
|
371
370
|
"A header message appended to the start of the workspace's release notes"
|
|
372
371
|
),
|
|
373
|
-
footer: z.string().trim().
|
|
372
|
+
footer: z.string().trim().optional().describe(
|
|
374
373
|
"A footer message appended to the end of the workspace's release notes"
|
|
375
374
|
)
|
|
376
375
|
}).describe("The workspace's release config used during the release process");
|
package/dist/index.d.mts
CHANGED
|
@@ -14,7 +14,7 @@ export { getExternalDependencies, getExtraDependencies, getInternalDependencies
|
|
|
14
14
|
export { readNxConfig } from './utilities/read-nx-config.mjs';
|
|
15
15
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './utilities/task-graph.mjs';
|
|
16
16
|
import 'rollup';
|
|
17
|
-
import './types-
|
|
17
|
+
import './types-DRiHjhgn.mjs';
|
|
18
18
|
import 'zod/v4';
|
|
19
19
|
import '@nx/devkit';
|
|
20
20
|
import '@nx/js/src/utils/buildable-libs-utils';
|
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export { getExternalDependencies, getExtraDependencies, getInternalDependencies
|
|
|
14
14
|
export { readNxConfig } from './utilities/read-nx-config.js';
|
|
15
15
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './utilities/task-graph.js';
|
|
16
16
|
import 'rollup';
|
|
17
|
-
import './types-
|
|
17
|
+
import './types-DRiHjhgn.js';
|
|
18
18
|
import 'zod/v4';
|
|
19
19
|
import '@nx/devkit';
|
|
20
20
|
import '@nx/js/src/utils/buildable-libs-utils';
|
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-65HIHTHN.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkNTGSP3QXjs = require('./chunk-NTGSP3QX.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
var _chunkP3MQZA3Djs = require('./chunk-P3MQZA3D.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkR3GXGCWJjs = require('./chunk-R3GXGCWJ.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkSECHJFHQjs = require('./chunk-SECHJFHQ.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkFNFLYCUKjs = require('./chunk-FNFLYCUK.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
var _chunkWLW3DA6Xjs = require('./chunk-WLW3DA6X.js');
|
|
@@ -43,14 +43,14 @@ require('./chunk-6F4PWJZI.js');
|
|
|
43
43
|
require('./chunk-WPFIBCZT.js');
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
var
|
|
46
|
+
var _chunkSPBNWSXYjs = require('./chunk-SPBNWSXY.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
var _chunkHQD5ZBIUjs = require('./chunk-HQD5ZBIU.js');
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
var
|
|
53
|
-
require('./chunk-
|
|
52
|
+
var _chunk5DY7G4GDjs = require('./chunk-5DY7G4GD.js');
|
|
53
|
+
require('./chunk-T3LLHZTM.js');
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
var _chunkN7HP2YYEjs = require('./chunk-N7HP2YYE.js');
|
|
@@ -79,4 +79,4 @@ var _chunkN7HP2YYEjs = require('./chunk-N7HP2YYE.js');
|
|
|
79
79
|
|
|
80
80
|
|
|
81
81
|
|
|
82
|
-
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 =
|
|
82
|
+
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 = _chunkSECHJFHQjs.addPackageDependencies; exports.addPackageJsonExport = _chunkSECHJFHQjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkSECHJFHQjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkSECHJFHQjs.addWorkspacePackageJsonFields; exports.analyze = _chunkSPBNWSXYjs.analyze; exports.copyAssets = _chunkR3GXGCWJjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkFNFLYCUKjs.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 = _chunkNTGSP3QXjs.readNxConfig; exports.swc = _chunkHQD5ZBIUjs.swc; exports.tsResolvePlugin = _chunk5DY7G4GDjs.tsResolvePlugin; exports.typeDefinitions = _chunkN7HP2YYEjs.typeDefinitions;
|
package/dist/index.mjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "./chunk-KVP3YMX6.mjs";
|
|
2
2
|
import {
|
|
3
3
|
readNxConfig
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-AIZ2A5WA.mjs";
|
|
5
5
|
import {
|
|
6
6
|
createTaskId,
|
|
7
7
|
getAllWorkspaceTaskGraphs
|
|
8
8
|
} from "./chunk-JCFRYUYP.mjs";
|
|
9
9
|
import {
|
|
10
10
|
copyAssets
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-GK2VTBFX.mjs";
|
|
12
12
|
import {
|
|
13
13
|
addPackageDependencies,
|
|
14
14
|
addPackageJsonExport,
|
|
15
15
|
addPackageJsonExports,
|
|
16
16
|
addWorkspacePackageJsonFields
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-THALUBWA.mjs";
|
|
18
18
|
import {
|
|
19
19
|
getEntryPoints
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-6HXSG5RH.mjs";
|
|
21
21
|
import {
|
|
22
22
|
getEnv
|
|
23
23
|
} from "./chunk-HGTDDXA5.mjs";
|
|
@@ -43,14 +43,14 @@ import "./chunk-WBQAMGXK.mjs";
|
|
|
43
43
|
import "./chunk-UN3B7LBV.mjs";
|
|
44
44
|
import {
|
|
45
45
|
analyze
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-IA7KTO2V.mjs";
|
|
47
47
|
import {
|
|
48
48
|
swc
|
|
49
49
|
} from "./chunk-7YKXR5JJ.mjs";
|
|
50
50
|
import {
|
|
51
51
|
tsResolvePlugin
|
|
52
|
-
} from "./chunk-
|
|
53
|
-
import "./chunk-
|
|
52
|
+
} from "./chunk-LVQALFMX.mjs";
|
|
53
|
+
import "./chunk-NEWQJXLG.mjs";
|
|
54
54
|
import {
|
|
55
55
|
typeDefinitions
|
|
56
56
|
} from "./chunk-VGLIZ2H3.mjs";
|
package/dist/plugins/analyze.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkSPBNWSXYjs = require('../chunk-SPBNWSXY.js');
|
|
4
|
+
require('../chunk-T3LLHZTM.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.analyze =
|
|
7
|
+
exports.analyze = _chunkSPBNWSXYjs.analyze;
|
package/dist/plugins/analyze.mjs
CHANGED
package/dist/plugins/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-WPFIBCZT.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkSPBNWSXYjs = require('../chunk-SPBNWSXY.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkHQD5ZBIUjs = require('../chunk-HQD5ZBIU.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
11
|
-
require('../chunk-
|
|
10
|
+
var _chunk5DY7G4GDjs = require('../chunk-5DY7G4GD.js');
|
|
11
|
+
require('../chunk-T3LLHZTM.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
var _chunkN7HP2YYEjs = require('../chunk-N7HP2YYE.js');
|
|
@@ -17,4 +17,4 @@ var _chunkN7HP2YYEjs = require('../chunk-N7HP2YYE.js');
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
exports.analyze =
|
|
20
|
+
exports.analyze = _chunkSPBNWSXYjs.analyze; exports.swc = _chunkHQD5ZBIUjs.swc; exports.tsResolvePlugin = _chunk5DY7G4GDjs.tsResolvePlugin; exports.typeDefinitions = _chunkN7HP2YYEjs.typeDefinitions;
|
package/dist/plugins/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import "../chunk-UN3B7LBV.mjs";
|
|
2
2
|
import {
|
|
3
3
|
analyze
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-IA7KTO2V.mjs";
|
|
5
5
|
import {
|
|
6
6
|
swc
|
|
7
7
|
} from "../chunk-7YKXR5JJ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
tsResolvePlugin
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-LVQALFMX.mjs";
|
|
11
|
+
import "../chunk-NEWQJXLG.mjs";
|
|
12
12
|
import {
|
|
13
13
|
typeDefinitions
|
|
14
14
|
} from "../chunk-VGLIZ2H3.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunk5DY7G4GDjs = require('../chunk-5DY7G4GD.js');
|
|
4
|
+
require('../chunk-T3LLHZTM.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.tsResolvePlugin =
|
|
7
|
+
exports.tsResolvePlugin = _chunk5DY7G4GDjs.tsResolvePlugin;
|
|
@@ -31,9 +31,9 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
31
31
|
email: z.ZodDefault<z.ZodString>;
|
|
32
32
|
}, z.core.$strip>;
|
|
33
33
|
release: z.ZodObject<{
|
|
34
|
-
banner: z.
|
|
34
|
+
banner: z.ZodOptional<z.ZodString>;
|
|
35
35
|
header: z.ZodOptional<z.ZodString>;
|
|
36
|
-
footer: z.
|
|
36
|
+
footer: z.ZodOptional<z.ZodString>;
|
|
37
37
|
}, z.core.$strip>;
|
|
38
38
|
socials: z.ZodObject<{
|
|
39
39
|
twitter: z.ZodDefault<z.ZodString>;
|
|
@@ -31,9 +31,9 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
31
31
|
email: z.ZodDefault<z.ZodString>;
|
|
32
32
|
}, z.core.$strip>;
|
|
33
33
|
release: z.ZodObject<{
|
|
34
|
-
banner: z.
|
|
34
|
+
banner: z.ZodOptional<z.ZodString>;
|
|
35
35
|
header: z.ZodOptional<z.ZodString>;
|
|
36
|
-
footer: z.
|
|
36
|
+
footer: z.ZodOptional<z.ZodString>;
|
|
37
37
|
}, z.core.$strip>;
|
|
38
38
|
socials: z.ZodObject<{
|
|
39
39
|
twitter: z.ZodDefault<z.ZodString>;
|
package/dist/types.d.mts
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkR3GXGCWJjs = require('../chunk-R3GXGCWJ.js');
|
|
4
|
+
require('../chunk-T3LLHZTM.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.copyAssets =
|
|
7
|
+
exports.copyAssets = _chunkR3GXGCWJjs.copyAssets;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as StormWorkspaceConfig } from '../types-
|
|
1
|
+
import { S as StormWorkspaceConfig } from '../types-DRiHjhgn.mjs';
|
|
2
2
|
import 'zod/v4';
|
|
3
3
|
|
|
4
4
|
declare const addPackageDependencies: (workspaceRoot: string, projectRoot: string, projectName: string, packageJson: Record<string, any>) => Promise<Record<string, any>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as StormWorkspaceConfig } from '../types-
|
|
1
|
+
import { S as StormWorkspaceConfig } from '../types-DRiHjhgn.js';
|
|
2
2
|
import 'zod/v4';
|
|
3
3
|
|
|
4
4
|
declare const addPackageDependencies: (workspaceRoot: string, projectRoot: string, projectName: string, packageJson: Record<string, any>) => Promise<Record<string, any>>;
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
7
|
-
require('../chunk-
|
|
6
|
+
var _chunkSECHJFHQjs = require('../chunk-SECHJFHQ.js');
|
|
7
|
+
require('../chunk-T3LLHZTM.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.addPackageDependencies =
|
|
13
|
+
exports.addPackageDependencies = _chunkSECHJFHQjs.addPackageDependencies; exports.addPackageJsonExport = _chunkSECHJFHQjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkSECHJFHQjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkSECHJFHQjs.addWorkspacePackageJsonFields;
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
addPackageJsonExport,
|
|
4
4
|
addPackageJsonExports,
|
|
5
5
|
addWorkspacePackageJsonFields
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-THALUBWA.mjs";
|
|
7
|
+
import "../chunk-NEWQJXLG.mjs";
|
|
8
8
|
export {
|
|
9
9
|
addPackageDependencies,
|
|
10
10
|
addPackageJsonExport,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkFNFLYCUKjs = require('../chunk-FNFLYCUK.js');
|
|
4
|
+
require('../chunk-T3LLHZTM.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.getEntryPoints =
|
|
7
|
+
exports.getEntryPoints = _chunkFNFLYCUKjs.getEntryPoints;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TypeScriptBuildResolvedOptions, TypeScriptBuildEnv } from '../types.mjs';
|
|
2
|
-
import '../types-
|
|
2
|
+
import '../types-DRiHjhgn.mjs';
|
|
3
3
|
import 'zod/v4';
|
|
4
4
|
|
|
5
5
|
declare const getEnv: (builder: string, options: Pick<TypeScriptBuildResolvedOptions, "name" | "mode" | "orgName" | "platform" | "target" | "format">) => TypeScriptBuildEnv;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TypeScriptBuildResolvedOptions, TypeScriptBuildEnv } from '../types.js';
|
|
2
|
-
import '../types-
|
|
2
|
+
import '../types-DRiHjhgn.js';
|
|
3
3
|
import 'zod/v4';
|
|
4
4
|
|
|
5
5
|
declare const getEnv: (builder: string, options: Pick<TypeScriptBuildResolvedOptions, "name" | "mode" | "orgName" | "platform" | "target" | "format">) => TypeScriptBuildEnv;
|
|
@@ -7,7 +7,7 @@ export { getOutExtension } from './get-out-extension.mjs';
|
|
|
7
7
|
export { getExternalDependencies, getExtraDependencies, getInternalDependencies } from './get-project-deps.mjs';
|
|
8
8
|
export { readNxConfig } from './read-nx-config.mjs';
|
|
9
9
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './task-graph.mjs';
|
|
10
|
-
import '../types-
|
|
10
|
+
import '../types-DRiHjhgn.mjs';
|
|
11
11
|
import 'zod/v4';
|
|
12
12
|
import '../types.mjs';
|
|
13
13
|
import '@nx/devkit';
|
|
@@ -7,7 +7,7 @@ export { getOutExtension } from './get-out-extension.js';
|
|
|
7
7
|
export { getExternalDependencies, getExtraDependencies, getInternalDependencies } from './get-project-deps.js';
|
|
8
8
|
export { readNxConfig } from './read-nx-config.js';
|
|
9
9
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './task-graph.js';
|
|
10
|
-
import '../types-
|
|
10
|
+
import '../types-DRiHjhgn.js';
|
|
11
11
|
import 'zod/v4';
|
|
12
12
|
import '../types.js';
|
|
13
13
|
import '@nx/devkit';
|
package/dist/utilities/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-65HIHTHN.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkNTGSP3QXjs = require('../chunk-NTGSP3QX.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
var _chunkP3MQZA3Djs = require('../chunk-P3MQZA3D.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkR3GXGCWJjs = require('../chunk-R3GXGCWJ.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkSECHJFHQjs = require('../chunk-SECHJFHQ.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkFNFLYCUKjs = require('../chunk-FNFLYCUK.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
var _chunkWLW3DA6Xjs = require('../chunk-WLW3DA6X.js');
|
|
@@ -33,7 +33,7 @@ var _chunkA75DEKU5js = require('../chunk-A75DEKU5.js');
|
|
|
33
33
|
|
|
34
34
|
var _chunkWNMPQTPHjs = require('../chunk-WNMPQTPH.js');
|
|
35
35
|
require('../chunk-MYIXHZMS.js');
|
|
36
|
-
require('../chunk-
|
|
36
|
+
require('../chunk-T3LLHZTM.js');
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
@@ -50,4 +50,4 @@ require('../chunk-GEGGAV75.js');
|
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
exports.addPackageDependencies =
|
|
53
|
+
exports.addPackageDependencies = _chunkSECHJFHQjs.addPackageDependencies; exports.addPackageJsonExport = _chunkSECHJFHQjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkSECHJFHQjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkSECHJFHQjs.addWorkspacePackageJsonFields; exports.copyAssets = _chunkR3GXGCWJjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkFNFLYCUKjs.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 = _chunkNTGSP3QXjs.readNxConfig;
|
package/dist/utilities/index.mjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "../chunk-KVP3YMX6.mjs";
|
|
2
2
|
import {
|
|
3
3
|
readNxConfig
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-AIZ2A5WA.mjs";
|
|
5
5
|
import {
|
|
6
6
|
createTaskId,
|
|
7
7
|
getAllWorkspaceTaskGraphs
|
|
8
8
|
} from "../chunk-JCFRYUYP.mjs";
|
|
9
9
|
import {
|
|
10
10
|
copyAssets
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-GK2VTBFX.mjs";
|
|
12
12
|
import {
|
|
13
13
|
addPackageDependencies,
|
|
14
14
|
addPackageJsonExport,
|
|
15
15
|
addPackageJsonExports,
|
|
16
16
|
addWorkspacePackageJsonFields
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-THALUBWA.mjs";
|
|
18
18
|
import {
|
|
19
19
|
getEntryPoints
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-6HXSG5RH.mjs";
|
|
21
21
|
import {
|
|
22
22
|
getEnv
|
|
23
23
|
} from "../chunk-HGTDDXA5.mjs";
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
getInternalDependencies
|
|
34
34
|
} from "../chunk-ODQKLK6L.mjs";
|
|
35
35
|
import "../chunk-BEMVEXMQ.mjs";
|
|
36
|
-
import "../chunk-
|
|
36
|
+
import "../chunk-NEWQJXLG.mjs";
|
|
37
37
|
export {
|
|
38
38
|
addPackageDependencies,
|
|
39
39
|
addPackageJsonExport,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkNTGSP3QXjs = require('../chunk-NTGSP3QX.js');
|
|
4
|
+
require('../chunk-T3LLHZTM.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.readNxConfig =
|
|
7
|
+
exports.readNxConfig = _chunkNTGSP3QXjs.readNxConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.151.
|
|
3
|
+
"version": "0.151.22",
|
|
4
4
|
"description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"typescript": "^5.8.3"
|
|
169
169
|
},
|
|
170
170
|
"publishConfig": { "access": "public" },
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "a8ed9927e278fdcef751286a496cea6a4727208a"
|
|
172
172
|
}
|