@storm-software/workspace-tools 1.191.2 → 1.192.0
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/README.md +1 -1
- package/index.js +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/base-executor.js +1 -1
- package/src/base/base-generator.js +1 -1
- package/src/base/index.js +1 -1
- package/src/executors/cargo-build/executor.js +1 -1
- package/src/executors/cargo-check/executor.js +1 -1
- package/src/executors/cargo-clippy/executor.js +1 -1
- package/src/executors/cargo-doc/executor.js +1 -1
- package/src/executors/cargo-format/executor.js +1 -1
- package/src/executors/clean-package/executor.js +1 -1
- package/src/executors/rolldown/executor.js +1 -1
- package/src/executors/rollup/executor.js +1 -1
- package/src/executors/size-limit/executor.js +1 -1
- package/src/executors/tsup/executor.js +1 -1
- package/src/executors/tsup-browser/executor.js +1 -1
- package/src/executors/tsup-neutral/executor.js +1 -1
- package/src/executors/tsup-node/executor.js +1 -1
- package/src/executors/typia/executor.js +1 -1
- package/src/executors/unbuild/executor.js +1 -1
- package/src/generators/browser-library/generator.js +1 -1
- package/src/generators/config-schema/generator.js +1 -1
- package/src/generators/neutral-library/generator.js +1 -1
- package/src/generators/node-library/generator.js +1 -1
- package/src/generators/preset/generator.js +1 -1
- package/src/generators/release-version/generator.js +1 -1
- package/src/utils/index.js +1 -1
package/package.json
CHANGED
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
package/src/base/index.js
CHANGED
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -68948,7 +68948,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
68948
68948
|
);
|
|
68949
68949
|
};
|
|
68950
68950
|
};
|
|
68951
|
-
MAX_DEPTH =
|
|
68951
|
+
MAX_DEPTH = 4;
|
|
68952
68952
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
68953
68953
|
if (depth2 > MAX_DEPTH) {
|
|
68954
68954
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -93541,7 +93541,7 @@ ${_chalk.bold.hex(colors2.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors2.
|
|
|
93541
93541
|
);
|
|
93542
93542
|
};
|
|
93543
93543
|
};
|
|
93544
|
-
MAX_DEPTH =
|
|
93544
|
+
MAX_DEPTH = 4;
|
|
93545
93545
|
formatLogMessage = (message, prefix = "-", depth3 = 0) => {
|
|
93546
93546
|
if (depth3 > MAX_DEPTH) {
|
|
93547
93547
|
return "<max depth>";
|
|
@@ -67115,7 +67115,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
67115
67115
|
);
|
|
67116
67116
|
};
|
|
67117
67117
|
};
|
|
67118
|
-
MAX_DEPTH =
|
|
67118
|
+
MAX_DEPTH = 4;
|
|
67119
67119
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
67120
67120
|
if (depth2 > MAX_DEPTH) {
|
|
67121
67121
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -92397,7 +92397,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
92397
92397
|
);
|
|
92398
92398
|
};
|
|
92399
92399
|
};
|
|
92400
|
-
MAX_DEPTH =
|
|
92400
|
+
MAX_DEPTH = 4;
|
|
92401
92401
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
92402
92402
|
if (depth2 > MAX_DEPTH) {
|
|
92403
92403
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|
|
@@ -68451,7 +68451,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
68451
68451
|
);
|
|
68452
68452
|
};
|
|
68453
68453
|
};
|
|
68454
|
-
MAX_DEPTH =
|
|
68454
|
+
MAX_DEPTH = 4;
|
|
68455
68455
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
68456
68456
|
if (depth2 > MAX_DEPTH) {
|
|
68457
68457
|
return "<max depth>";
|
package/src/utils/index.js
CHANGED
|
@@ -66627,7 +66627,7 @@ ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.br
|
|
|
66627
66627
|
);
|
|
66628
66628
|
};
|
|
66629
66629
|
};
|
|
66630
|
-
MAX_DEPTH =
|
|
66630
|
+
MAX_DEPTH = 4;
|
|
66631
66631
|
formatLogMessage = (message, prefix = "-", depth2 = 0) => {
|
|
66632
66632
|
if (depth2 > MAX_DEPTH) {
|
|
66633
66633
|
return "<max depth>";
|