@storm-software/workspace-tools 1.177.0 → 1.177.2
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/CHANGELOG.md +14 -0
- package/index.js +134806 -38733
- package/meta.json +1 -1
- package/package.json +7 -1
- package/src/base/base-executor.js +1 -0
- package/src/base/index.js +1 -0
- package/src/executors/cargo-build/executor.js +1 -0
- package/src/executors/cargo-check/executor.js +1 -0
- package/src/executors/cargo-clippy/executor.js +1 -0
- package/src/executors/cargo-doc/executor.js +1 -0
- package/src/executors/cargo-format/executor.js +1 -0
- package/src/executors/clean-package/executor.js +1 -0
- package/src/executors/rolldown/executor.js +1 -0
- package/src/executors/rollup/executor.js +311362 -3185
- package/src/executors/rollup/utils/get-options.d.ts +4 -0
- package/src/executors/rollup/utils/normalize-options.d.ts +91 -0
- package/src/executors/size-limit/executor.js +1 -0
- package/src/executors/tsup/executor.js +1 -0
- package/src/executors/tsup-browser/executor.js +1 -0
- package/src/executors/tsup-neutral/executor.js +1 -0
- package/src/executors/tsup-node/executor.js +1 -0
- package/src/executors/typia/executor.js +1 -0
- package/src/executors/unbuild/executor.js +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.177.
|
|
3
|
+
"version": "1.177.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
|
|
6
6
|
"repository": {
|
|
@@ -80,7 +80,11 @@
|
|
|
80
80
|
"@anatine/esbuild-decorators": "0.2.19",
|
|
81
81
|
"@ltd/j-toml": "1.38.0",
|
|
82
82
|
"@nx/devkit": "^19.6.4",
|
|
83
|
+
"@rollup/plugin-babel": "6.0.4",
|
|
84
|
+
"@rollup/plugin-commonjs": "25.0.8",
|
|
85
|
+
"@rollup/plugin-image": "3.0.3",
|
|
83
86
|
"@rollup/plugin-json": "6.1.0",
|
|
87
|
+
"@rollup/plugin-node-resolve": "15.2.3",
|
|
84
88
|
"@size-limit/esbuild": "11.1.4",
|
|
85
89
|
"@size-limit/esbuild-why": "11.1.4",
|
|
86
90
|
"@size-limit/file": "11.1.4",
|
|
@@ -99,7 +103,9 @@
|
|
|
99
103
|
"prettier": "3.3.2",
|
|
100
104
|
"prettier-plugin-packagejson": "2.5.0",
|
|
101
105
|
"rollup": "4.18.0",
|
|
106
|
+
"rollup-plugin-copy": "3.5.0",
|
|
102
107
|
"rollup-plugin-dts": "6.1.1",
|
|
108
|
+
"rollup-plugin-typescript2": "0.36.0",
|
|
103
109
|
"semver": "7.6.2",
|
|
104
110
|
"size-limit": "11.1.4",
|
|
105
111
|
"terser": "5.31.1",
|
|
@@ -68420,6 +68420,7 @@ ${Object.keys(options).map(
|
|
|
68420
68420
|
${formatLogMessage2(result)}`,
|
|
68421
68421
|
config
|
|
68422
68422
|
);
|
|
68423
|
+
console.error(result);
|
|
68423
68424
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68424
68425
|
cause: result?.error
|
|
68425
68426
|
});
|
package/src/base/index.js
CHANGED
|
@@ -68428,6 +68428,7 @@ ${Object.keys(options).map(
|
|
|
68428
68428
|
${formatLogMessage2(result)}`,
|
|
68429
68429
|
config
|
|
68430
68430
|
);
|
|
68431
|
+
console.error(result);
|
|
68431
68432
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68432
68433
|
cause: result?.error
|
|
68433
68434
|
});
|
|
@@ -68423,6 +68423,7 @@ ${Object.keys(options).map(
|
|
|
68423
68423
|
${formatLogMessage2(result)}`,
|
|
68424
68424
|
config
|
|
68425
68425
|
);
|
|
68426
|
+
console.error(result);
|
|
68426
68427
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68427
68428
|
cause: result?.error
|
|
68428
68429
|
});
|
|
@@ -68423,6 +68423,7 @@ ${Object.keys(options).map(
|
|
|
68423
68423
|
${formatLogMessage2(result)}`,
|
|
68424
68424
|
config
|
|
68425
68425
|
);
|
|
68426
|
+
console.error(result);
|
|
68426
68427
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68427
68428
|
cause: result?.error
|
|
68428
68429
|
});
|
|
@@ -68423,6 +68423,7 @@ ${Object.keys(options).map(
|
|
|
68423
68423
|
${formatLogMessage2(result)}`,
|
|
68424
68424
|
config
|
|
68425
68425
|
);
|
|
68426
|
+
console.error(result);
|
|
68426
68427
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68427
68428
|
cause: result?.error
|
|
68428
68429
|
});
|
|
@@ -68454,6 +68454,7 @@ ${Object.keys(options).map(
|
|
|
68454
68454
|
${formatLogMessage2(result)}`,
|
|
68455
68455
|
config
|
|
68456
68456
|
);
|
|
68457
|
+
console.error(result);
|
|
68457
68458
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68458
68459
|
cause: result?.error
|
|
68459
68460
|
});
|
|
@@ -68423,6 +68423,7 @@ ${Object.keys(options).map(
|
|
|
68423
68423
|
${formatLogMessage2(result)}`,
|
|
68424
68424
|
config
|
|
68425
68425
|
);
|
|
68426
|
+
console.error(result);
|
|
68426
68427
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68427
68428
|
cause: result?.error
|
|
68428
68429
|
});
|
|
@@ -79772,6 +79772,7 @@ ${Object.keys(options).map(
|
|
|
79772
79772
|
${formatLogMessage2(result)}`,
|
|
79773
79773
|
config
|
|
79774
79774
|
);
|
|
79775
|
+
console.error(result);
|
|
79775
79776
|
throw new Error(`The ${name} executor failed to run`, {
|
|
79776
79777
|
cause: result?.error
|
|
79777
79778
|
});
|
|
@@ -68423,6 +68423,7 @@ ${Object.keys(options).map(
|
|
|
68423
68423
|
${formatLogMessage2(result)}`,
|
|
68424
68424
|
config
|
|
68425
68425
|
);
|
|
68426
|
+
console.error(result);
|
|
68426
68427
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68427
68428
|
cause: result?.error
|
|
68428
68429
|
});
|