@storm-software/workspace-tools 1.177.0 → 1.177.1
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 +7 -0
- package/index.js +1 -0
- package/meta.json +1 -1
- package/package.json +1 -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 +1 -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
|
@@ -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
|
});
|
|
@@ -101631,6 +101631,7 @@ ${Object.keys(options).map(
|
|
|
101631
101631
|
${formatLogMessage2(result)}`,
|
|
101632
101632
|
config
|
|
101633
101633
|
);
|
|
101634
|
+
console.error(result);
|
|
101634
101635
|
throw new Error(`The ${name} executor failed to run`, {
|
|
101635
101636
|
cause: result?.error
|
|
101636
101637
|
});
|
|
@@ -69795,6 +69795,7 @@ ${Object.keys(options).map(
|
|
|
69795
69795
|
${formatLogMessage2(result)}`,
|
|
69796
69796
|
config
|
|
69797
69797
|
);
|
|
69798
|
+
console.error(result);
|
|
69798
69799
|
throw new Error(`The ${name} executor failed to run`, {
|
|
69799
69800
|
cause: result?.error
|
|
69800
69801
|
});
|
|
@@ -68424,6 +68424,7 @@ ${Object.keys(options).map(
|
|
|
68424
68424
|
${formatLogMessage2(result)}`,
|
|
68425
68425
|
config
|
|
68426
68426
|
);
|
|
68427
|
+
console.error(result);
|
|
68427
68428
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68428
68429
|
cause: result?.error
|
|
68429
68430
|
});
|
|
@@ -68424,6 +68424,7 @@ ${Object.keys(options).map(
|
|
|
68424
68424
|
${formatLogMessage2(result)}`,
|
|
68425
68425
|
config
|
|
68426
68426
|
);
|
|
68427
|
+
console.error(result);
|
|
68427
68428
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68428
68429
|
cause: result?.error
|
|
68429
68430
|
});
|
|
@@ -68424,6 +68424,7 @@ ${Object.keys(options).map(
|
|
|
68424
68424
|
${formatLogMessage2(result)}`,
|
|
68425
68425
|
config
|
|
68426
68426
|
);
|
|
68427
|
+
console.error(result);
|
|
68427
68428
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68428
68429
|
cause: result?.error
|
|
68429
68430
|
});
|
|
@@ -68424,6 +68424,7 @@ ${Object.keys(options).map(
|
|
|
68424
68424
|
${formatLogMessage2(result)}`,
|
|
68425
68425
|
config
|
|
68426
68426
|
);
|
|
68427
|
+
console.error(result);
|
|
68427
68428
|
throw new Error(`The ${name} executor failed to run`, {
|
|
68428
68429
|
cause: result?.error
|
|
68429
68430
|
});
|
|
@@ -301689,6 +301689,7 @@ ${Object.keys(options).map(
|
|
|
301689
301689
|
${formatLogMessage2(result)}`,
|
|
301690
301690
|
config
|
|
301691
301691
|
);
|
|
301692
|
+
console.error(result);
|
|
301692
301693
|
throw new Error(`The ${name} executor failed to run`, {
|
|
301693
301694
|
cause: result?.error
|
|
301694
301695
|
});
|
|
@@ -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
|
});
|