@storm-software/workspace-tools 1.197.0 → 1.198.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## 1.198.0 (2024-11-08)
2
+
3
+ ### Features
4
+
5
+ - **build-tools:** Added back cjs build and local package.json dependencies
6
+ ([d86d3c2a](https://github.com/storm-software/storm-ops/commit/d86d3c2a))
7
+
1
8
  ## 1.197.0 (2024-11-07)
2
9
 
3
10
  ### Features
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
- [![Version](https://img.shields.io/badge/version-1.196.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.197.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/index.js CHANGED
@@ -66554,10 +66554,9 @@ var init_logger = __esm({
66554
66554
  if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel || typeof logLevel === "string" && LogLevel.FATAL >= getLogLevel(logLevel)) {
66555
66555
  return (message) => {
66556
66556
  console.error(
66557
- `
66558
- ${_chalk.bold.hex(colors2.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors2.fatal ?? "#7d1a1a").whiteBright(
66557
+ `${_chalk.bold.hex(colors2.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors2.fatal ?? "#7d1a1a").whiteBright(
66559
66558
  " \u{1F480} Fatal "
66560
- )} ${_chalk.hex(colors2.danger ?? "#f85149")(formatLogMessage(message))}
66559
+ )} ${_chalk.hex(colors2.danger ?? "#f85149")(formatLogMessage(message))}\r
66561
66560
  `
66562
66561
  );
66563
66562
  };
@@ -66565,10 +66564,9 @@ ${_chalk.bold.hex(colors2.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors2
66565
66564
  if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel || typeof logLevel === "string" && LogLevel.ERROR >= getLogLevel(logLevel)) {
66566
66565
  return (message) => {
66567
66566
  console.error(
66568
- `
66569
- ${_chalk.bold.hex(colors2.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors2.danger ?? "#f85149").whiteBright(
66567
+ `${_chalk.bold.hex(colors2.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors2.danger ?? "#f85149").whiteBright(
66570
66568
  " \u2718 Error "
66571
- )} ${_chalk.hex(colors2.danger ?? "#f85149")(formatLogMessage(message))}
66569
+ )} ${_chalk.hex(colors2.danger ?? "#f85149")(formatLogMessage(message))}\r
66572
66570
  `
66573
66571
  );
66574
66572
  };
@@ -66576,10 +66574,9 @@ ${_chalk.bold.hex(colors2.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors2
66576
66574
  if (typeof logLevel === "number" && LogLevel.WARN >= logLevel || typeof logLevel === "string" && LogLevel.WARN >= getLogLevel(logLevel)) {
66577
66575
  return (message) => {
66578
66576
  console.warn(
66579
- `
66580
- ${_chalk.bold.hex(colors2.warning ?? "#e3b341")(">")} ${_chalk.bold.bgHex(colors2.warning ?? "#e3b341").whiteBright(
66577
+ `${_chalk.bold.hex(colors2.warning ?? "#e3b341")(">")} ${_chalk.bold.bgHex(colors2.warning ?? "#e3b341").whiteBright(
66581
66578
  " \u26A0 Warn "
66582
- )} ${_chalk.hex(colors2.warning ?? "#e3b341")(formatLogMessage(message))}
66579
+ )} ${_chalk.hex(colors2.warning ?? "#e3b341")(formatLogMessage(message))}\r
66583
66580
  `
66584
66581
  );
66585
66582
  };
@@ -66587,10 +66584,9 @@ ${_chalk.bold.hex(colors2.warning ?? "#e3b341")(">")} ${_chalk.bold.bgHex(colors
66587
66584
  if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel || typeof logLevel === "string" && LogLevel.SUCCESS >= getLogLevel(logLevel)) {
66588
66585
  return (message) => {
66589
66586
  console.info(
66590
- `
66591
- ${_chalk.bold.hex(colors2.success ?? "#56d364")(">")} ${_chalk.bold.bgHex(colors2.success ?? "#56d364").whiteBright(
66587
+ `${_chalk.bold.hex(colors2.success ?? "#56d364")(">")} ${_chalk.bold.bgHex(colors2.success ?? "#56d364").whiteBright(
66592
66588
  " \u2713 Success "
66593
- )} ${_chalk.hex(colors2.success ?? "#56d364")(formatLogMessage(message))}
66589
+ )} ${_chalk.hex(colors2.success ?? "#56d364")(formatLogMessage(message))}\r
66594
66590
  `
66595
66591
  );
66596
66592
  };
@@ -66598,10 +66594,9 @@ ${_chalk.bold.hex(colors2.success ?? "#56d364")(">")} ${_chalk.bold.bgHex(colors
66598
66594
  if (typeof logLevel === "number" && LogLevel.INFO >= logLevel || typeof logLevel === "string" && LogLevel.INFO >= getLogLevel(logLevel)) {
66599
66595
  return (message) => {
66600
66596
  console.info(
66601
- `
66602
- ${_chalk.bold.hex(colors2.info ?? "#58a6ff")(">")} ${_chalk.bold.bgHex(colors2.info ?? "#58a6ff").whiteBright(
66597
+ `${_chalk.bold.hex(colors2.info ?? "#58a6ff")(">")} ${_chalk.bold.bgHex(colors2.info ?? "#58a6ff").whiteBright(
66603
66598
  " \u2139 Info "
66604
- )} ${_chalk.hex(colors2.info ?? "#58a6ff")(formatLogMessage(message))}
66599
+ )} ${_chalk.hex(colors2.info ?? "#58a6ff")(formatLogMessage(message))}\r
66605
66600
  `
66606
66601
  );
66607
66602
  };
@@ -66609,20 +66604,18 @@ ${_chalk.bold.hex(colors2.info ?? "#58a6ff")(">")} ${_chalk.bold.bgHex(colors2.i
66609
66604
  if (typeof logLevel === "number" && LogLevel.DEBUG >= logLevel || typeof logLevel === "string" && LogLevel.DEBUG >= getLogLevel(logLevel)) {
66610
66605
  return (message) => {
66611
66606
  console.debug(
66612
- `
66613
- ${_chalk.bold.hex(colors2.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors2.brand ?? "#1fb2a6").whiteBright(
66607
+ `${_chalk.bold.hex(colors2.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors2.brand ?? "#1fb2a6").whiteBright(
66614
66608
  " \u{1F6E0} Debug "
66615
- )} ${_chalk.hex(colors2.brand ?? "#1fb2a6")(formatLogMessage(message))}
66609
+ )} ${_chalk.hex(colors2.brand ?? "#1fb2a6")(formatLogMessage(message))}\r
66616
66610
  `
66617
66611
  );
66618
66612
  };
66619
66613
  }
66620
66614
  return (message) => {
66621
66615
  console.log(
66622
- `
66623
- ${_chalk.bold.hex(colors2.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors2.brand ?? "#1fb2a6").whiteBright(
66616
+ `${_chalk.bold.hex(colors2.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors2.brand ?? "#1fb2a6").whiteBright(
66624
66617
  " \u2709 System "
66625
- )} ${_chalk.hex(colors2.brand ?? "#1fb2a6")(formatLogMessage(message))}
66618
+ )} ${_chalk.hex(colors2.brand ?? "#1fb2a6")(formatLogMessage(message))}\r
66626
66619
  `
66627
66620
  );
66628
66621
  };
package/meta.json CHANGED
@@ -28248,7 +28248,7 @@
28248
28248
  "bytesInOutput": 1469
28249
28249
  },
28250
28250
  "packages/config-tools/src/utilities/logger.ts": {
28251
- "bytesInOutput": 6581
28251
+ "bytesInOutput": 6588
28252
28252
  },
28253
28253
  "packages/config-tools/src/utilities/process-handler.ts": {
28254
28254
  "bytesInOutput": 1597
@@ -31254,7 +31254,7 @@
31254
31254
  "bytesInOutput": 205
31255
31255
  }
31256
31256
  },
31257
- "bytes": 10827766
31257
+ "bytes": 10827773
31258
31258
  },
31259
31259
  "dist/packages/workspace-tools/src/executors/unbuild/executor.js": {
31260
31260
  "imports": [
@@ -32706,7 +32706,7 @@
32706
32706
  "bytesInOutput": 1469
32707
32707
  },
32708
32708
  "packages/config-tools/src/utilities/logger.ts": {
32709
- "bytesInOutput": 6559
32709
+ "bytesInOutput": 6566
32710
32710
  },
32711
32711
  "packages/config-tools/src/utilities/process-handler.ts": {
32712
32712
  "bytesInOutput": 1592
@@ -32748,7 +32748,7 @@
32748
32748
  "bytesInOutput": 1689
32749
32749
  }
32750
32750
  },
32751
- "bytes": 4191872
32751
+ "bytes": 4191879
32752
32752
  },
32753
32753
  "dist/packages/workspace-tools/src/executors/rolldown/executor.js": {
32754
32754
  "imports": [
@@ -34200,7 +34200,7 @@
34200
34200
  "bytesInOutput": 1469
34201
34201
  },
34202
34202
  "packages/config-tools/src/utilities/logger.ts": {
34203
- "bytesInOutput": 6559
34203
+ "bytesInOutput": 6566
34204
34204
  },
34205
34205
  "packages/config-tools/src/utilities/process-handler.ts": {
34206
34206
  "bytesInOutput": 1592
@@ -34242,7 +34242,7 @@
34242
34242
  "bytesInOutput": 1689
34243
34243
  }
34244
34244
  },
34245
- "bytes": 4191881
34245
+ "bytes": 4191888
34246
34246
  },
34247
34247
  "dist/packages/workspace-tools/src/executors/rollup/executor.js": {
34248
34248
  "imports": [
@@ -36934,7 +36934,7 @@
36934
36934
  "bytesInOutput": 1469
36935
36935
  },
36936
36936
  "packages/config-tools/src/utilities/logger.ts": {
36937
- "bytesInOutput": 6581
36937
+ "bytesInOutput": 6588
36938
36938
  },
36939
36939
  "packages/config-tools/src/utilities/process-handler.ts": {
36940
36940
  "bytesInOutput": 1597
@@ -38656,7 +38656,7 @@
38656
38656
  "bytesInOutput": 3411
38657
38657
  }
38658
38658
  },
38659
- "bytes": 9330664
38659
+ "bytes": 9330671
38660
38660
  },
38661
38661
  "dist/packages/workspace-tools/src/executors/tsup/executor.js": {
38662
38662
  "imports": [
@@ -40103,7 +40103,7 @@
40103
40103
  "bytesInOutput": 1469
40104
40104
  },
40105
40105
  "packages/config-tools/src/utilities/logger.ts": {
40106
- "bytesInOutput": 6559
40106
+ "bytesInOutput": 6566
40107
40107
  },
40108
40108
  "packages/config-tools/src/utilities/process-handler.ts": {
40109
40109
  "bytesInOutput": 1592
@@ -40145,7 +40145,7 @@
40145
40145
  "bytesInOutput": 1689
40146
40146
  }
40147
40147
  },
40148
- "bytes": 4191724
40148
+ "bytes": 4191731
40149
40149
  },
40150
40150
  "dist/packages/workspace-tools/src/executors/tsup-neutral/executor.js": {
40151
40151
  "imports": [
@@ -41597,7 +41597,7 @@
41597
41597
  "bytesInOutput": 1469
41598
41598
  },
41599
41599
  "packages/config-tools/src/utilities/logger.ts": {
41600
- "bytesInOutput": 6559
41600
+ "bytesInOutput": 6566
41601
41601
  },
41602
41602
  "packages/config-tools/src/utilities/process-handler.ts": {
41603
41603
  "bytesInOutput": 1592
@@ -41642,7 +41642,7 @@
41642
41642
  "bytesInOutput": 1234
41643
41643
  }
41644
41644
  },
41645
- "bytes": 4193071
41645
+ "bytes": 4193078
41646
41646
  },
41647
41647
  "dist/packages/workspace-tools/src/executors/tsup-node/executor.js": {
41648
41648
  "imports": [
@@ -43094,7 +43094,7 @@
43094
43094
  "bytesInOutput": 1469
43095
43095
  },
43096
43096
  "packages/config-tools/src/utilities/logger.ts": {
43097
- "bytesInOutput": 6559
43097
+ "bytesInOutput": 6566
43098
43098
  },
43099
43099
  "packages/config-tools/src/utilities/process-handler.ts": {
43100
43100
  "bytesInOutput": 1592
@@ -43139,7 +43139,7 @@
43139
43139
  "bytesInOutput": 1234
43140
43140
  }
43141
43141
  },
43142
- "bytes": 4193028
43142
+ "bytes": 4193035
43143
43143
  },
43144
43144
  "dist/packages/workspace-tools/src/executors/tsup-browser/executor.js": {
43145
43145
  "imports": [
@@ -44591,7 +44591,7 @@
44591
44591
  "bytesInOutput": 1469
44592
44592
  },
44593
44593
  "packages/config-tools/src/utilities/logger.ts": {
44594
- "bytesInOutput": 6559
44594
+ "bytesInOutput": 6566
44595
44595
  },
44596
44596
  "packages/config-tools/src/utilities/process-handler.ts": {
44597
44597
  "bytesInOutput": 1592
@@ -44636,7 +44636,7 @@
44636
44636
  "bytesInOutput": 1234
44637
44637
  }
44638
44638
  },
44639
- "bytes": 4193013
44639
+ "bytes": 4193020
44640
44640
  },
44641
44641
  "dist/packages/workspace-tools/src/executors/typia/executor.js": {
44642
44642
  "imports": [
@@ -47694,7 +47694,7 @@
47694
47694
  "bytesInOutput": 1469
47695
47695
  },
47696
47696
  "packages/config-tools/src/utilities/logger.ts": {
47697
- "bytesInOutput": 6559
47697
+ "bytesInOutput": 6566
47698
47698
  },
47699
47699
  "packages/config-tools/src/utilities/process-handler.ts": {
47700
47700
  "bytesInOutput": 1592
@@ -47736,7 +47736,7 @@
47736
47736
  "bytesInOutput": 1689
47737
47737
  }
47738
47738
  },
47739
- "bytes": 5457415
47739
+ "bytes": 5457422
47740
47740
  },
47741
47741
  "dist/packages/workspace-tools/src/executors/clean-package/executor.js": {
47742
47742
  "imports": [
@@ -49456,7 +49456,7 @@
49456
49456
  "bytesInOutput": 1469
49457
49457
  },
49458
49458
  "packages/config-tools/src/utilities/logger.ts": {
49459
- "bytesInOutput": 6559
49459
+ "bytesInOutput": 6566
49460
49460
  },
49461
49461
  "packages/config-tools/src/utilities/process-handler.ts": {
49462
49462
  "bytesInOutput": 1592
@@ -49603,7 +49603,7 @@
49603
49603
  "bytesInOutput": 1872
49604
49604
  }
49605
49605
  },
49606
- "bytes": 4563303
49606
+ "bytes": 4563310
49607
49607
  },
49608
49608
  "dist/packages/workspace-tools/src/executors/size-limit/executor.js": {
49609
49609
  "imports": [
@@ -51258,7 +51258,7 @@
51258
51258
  "bytesInOutput": 1469
51259
51259
  },
51260
51260
  "packages/config-tools/src/utilities/logger.ts": {
51261
- "bytesInOutput": 6559
51261
+ "bytesInOutput": 6566
51262
51262
  },
51263
51263
  "packages/config-tools/src/utilities/process-handler.ts": {
51264
51264
  "bytesInOutput": 1592
@@ -51375,7 +51375,7 @@
51375
51375
  "bytesInOutput": 1689
51376
51376
  }
51377
51377
  },
51378
- "bytes": 4242323
51378
+ "bytes": 4242330
51379
51379
  },
51380
51380
  "dist/packages/workspace-tools/src/executors/npm-publish/executor.js": {
51381
51381
  "imports": [
@@ -52892,7 +52892,7 @@
52892
52892
  "bytesInOutput": 1469
52893
52893
  },
52894
52894
  "packages/config-tools/src/utilities/logger.ts": {
52895
- "bytesInOutput": 6559
52895
+ "bytesInOutput": 6566
52896
52896
  },
52897
52897
  "packages/config-tools/src/utilities/process-handler.ts": {
52898
52898
  "bytesInOutput": 1592
@@ -52937,7 +52937,7 @@
52937
52937
  "bytesInOutput": 3101
52938
52938
  }
52939
52939
  },
52940
- "bytes": 4194181
52940
+ "bytes": 4194188
52941
52941
  },
52942
52942
  "dist/packages/workspace-tools/src/executors/cargo-check/executor.js": {
52943
52943
  "imports": [
@@ -54389,7 +54389,7 @@
54389
54389
  "bytesInOutput": 1469
54390
54390
  },
54391
54391
  "packages/config-tools/src/utilities/logger.ts": {
54392
- "bytesInOutput": 6559
54392
+ "bytesInOutput": 6566
54393
54393
  },
54394
54394
  "packages/config-tools/src/utilities/process-handler.ts": {
54395
54395
  "bytesInOutput": 1592
@@ -54434,7 +54434,7 @@
54434
54434
  "bytesInOutput": 3101
54435
54435
  }
54436
54436
  },
54437
- "bytes": 4194121
54437
+ "bytes": 4194128
54438
54438
  },
54439
54439
  "dist/packages/workspace-tools/src/executors/cargo-clippy/executor.js": {
54440
54440
  "imports": [
@@ -55886,7 +55886,7 @@
55886
55886
  "bytesInOutput": 1469
55887
55887
  },
55888
55888
  "packages/config-tools/src/utilities/logger.ts": {
55889
- "bytesInOutput": 6559
55889
+ "bytesInOutput": 6566
55890
55890
  },
55891
55891
  "packages/config-tools/src/utilities/process-handler.ts": {
55892
55892
  "bytesInOutput": 1592
@@ -55931,7 +55931,7 @@
55931
55931
  "bytesInOutput": 3101
55932
55932
  }
55933
55933
  },
55934
- "bytes": 4194161
55934
+ "bytes": 4194168
55935
55935
  },
55936
55936
  "dist/packages/workspace-tools/src/executors/cargo-doc/executor.js": {
55937
55937
  "imports": [
@@ -57383,7 +57383,7 @@
57383
57383
  "bytesInOutput": 1469
57384
57384
  },
57385
57385
  "packages/config-tools/src/utilities/logger.ts": {
57386
- "bytesInOutput": 6559
57386
+ "bytesInOutput": 6566
57387
57387
  },
57388
57388
  "packages/config-tools/src/utilities/process-handler.ts": {
57389
57389
  "bytesInOutput": 1592
@@ -57431,7 +57431,7 @@
57431
57431
  "bytesInOutput": 3101
57432
57432
  }
57433
57433
  },
57434
- "bytes": 4195499
57434
+ "bytes": 4195506
57435
57435
  },
57436
57436
  "dist/packages/workspace-tools/src/executors/cargo-format/executor.js": {
57437
57437
  "imports": [
@@ -58883,7 +58883,7 @@
58883
58883
  "bytesInOutput": 1469
58884
58884
  },
58885
58885
  "packages/config-tools/src/utilities/logger.ts": {
58886
- "bytesInOutput": 6559
58886
+ "bytesInOutput": 6566
58887
58887
  },
58888
58888
  "packages/config-tools/src/utilities/process-handler.ts": {
58889
58889
  "bytesInOutput": 1592
@@ -58928,7 +58928,7 @@
58928
58928
  "bytesInOutput": 3101
58929
58929
  }
58930
58930
  },
58931
- "bytes": 4194187
58931
+ "bytes": 4194194
58932
58932
  },
58933
58933
  "dist/packages/workspace-tools/src/generators/init/init.js": {
58934
58934
  "imports": [
@@ -60427,7 +60427,7 @@
60427
60427
  "bytesInOutput": 1469
60428
60428
  },
60429
60429
  "packages/config-tools/src/utilities/logger.ts": {
60430
- "bytesInOutput": 6559
60430
+ "bytesInOutput": 6566
60431
60431
  },
60432
60432
  "packages/config-tools/src/utilities/process-handler.ts": {
60433
60433
  "bytesInOutput": 1592
@@ -60472,7 +60472,7 @@
60472
60472
  "bytesInOutput": 60
60473
60473
  }
60474
60474
  },
60475
- "bytes": 4200743
60475
+ "bytes": 4200750
60476
60476
  },
60477
60477
  "dist/packages/workspace-tools/src/generators/neutral-library/generator.js": {
60478
60478
  "imports": [
@@ -61954,7 +61954,7 @@
61954
61954
  "bytesInOutput": 1469
61955
61955
  },
61956
61956
  "packages/config-tools/src/utilities/logger.ts": {
61957
- "bytesInOutput": 6559
61957
+ "bytesInOutput": 6566
61958
61958
  },
61959
61959
  "packages/config-tools/src/utilities/process-handler.ts": {
61960
61960
  "bytesInOutput": 1592
@@ -61999,7 +61999,7 @@
61999
61999
  "bytesInOutput": 27
62000
62000
  }
62001
62001
  },
62002
- "bytes": 4200695
62002
+ "bytes": 4200702
62003
62003
  },
62004
62004
  "dist/packages/workspace-tools/src/generators/browser-library/generator.js": {
62005
62005
  "imports": [
@@ -63481,7 +63481,7 @@
63481
63481
  "bytesInOutput": 1469
63482
63482
  },
63483
63483
  "packages/config-tools/src/utilities/logger.ts": {
63484
- "bytesInOutput": 6559
63484
+ "bytesInOutput": 6566
63485
63485
  },
63486
63486
  "packages/config-tools/src/utilities/process-handler.ts": {
63487
63487
  "bytesInOutput": 1592
@@ -63526,7 +63526,7 @@
63526
63526
  "bytesInOutput": 27
63527
63527
  }
63528
63528
  },
63529
- "bytes": 4201242
63529
+ "bytes": 4201249
63530
63530
  },
63531
63531
  "dist/packages/workspace-tools/src/generators/release-version/generator.js": {
63532
63532
  "imports": [
@@ -65163,7 +65163,7 @@
65163
65163
  "bytesInOutput": 1469
65164
65164
  },
65165
65165
  "packages/config-tools/src/utilities/logger.ts": {
65166
- "bytesInOutput": 6559
65166
+ "bytesInOutput": 6566
65167
65167
  },
65168
65168
  "packages/config-tools/src/utilities/process-handler.ts": {
65169
65169
  "bytesInOutput": 1592
@@ -65205,7 +65205,7 @@
65205
65205
  "bytesInOutput": 1027
65206
65206
  }
65207
65207
  },
65208
- "bytes": 4387419
65208
+ "bytes": 4387426
65209
65209
  },
65210
65210
  "dist/packages/workspace-tools/src/generators/preset/generator.js": {
65211
65211
  "imports": [
@@ -66657,7 +66657,7 @@
66657
66657
  "bytesInOutput": 1469
66658
66658
  },
66659
66659
  "packages/config-tools/src/utilities/logger.ts": {
66660
- "bytesInOutput": 6559
66660
+ "bytesInOutput": 6566
66661
66661
  },
66662
66662
  "packages/config-tools/src/utilities/process-handler.ts": {
66663
66663
  "bytesInOutput": 1592
@@ -66699,7 +66699,7 @@
66699
66699
  "bytesInOutput": 57
66700
66700
  }
66701
66701
  },
66702
- "bytes": 4195637
66702
+ "bytes": 4195644
66703
66703
  },
66704
66704
  "dist/packages/workspace-tools/src/generators/config-schema/generator.js": {
66705
66705
  "imports": [
@@ -68146,7 +68146,7 @@
68146
68146
  "bytesInOutput": 1469
68147
68147
  },
68148
68148
  "packages/config-tools/src/utilities/logger.ts": {
68149
- "bytesInOutput": 6559
68149
+ "bytesInOutput": 6566
68150
68150
  },
68151
68151
  "packages/config-tools/src/utilities/process-handler.ts": {
68152
68152
  "bytesInOutput": 1592
@@ -68293,7 +68293,7 @@
68293
68293
  "bytesInOutput": 3245
68294
68294
  }
68295
68295
  },
68296
- "bytes": 4227355
68296
+ "bytes": 4227362
68297
68297
  },
68298
68298
  "dist/packages/workspace-tools/src/plugins/rust/index.js": {
68299
68299
  "imports": [
@@ -70439,7 +70439,7 @@
70439
70439
  "bytesInOutput": 1469
70440
70440
  },
70441
70441
  "packages/config-tools/src/utilities/logger.ts": {
70442
- "bytesInOutput": 6559
70442
+ "bytesInOutput": 6566
70443
70443
  },
70444
70444
  "packages/config-tools/src/utilities/process-handler.ts": {
70445
70445
  "bytesInOutput": 1592
@@ -71366,7 +71366,7 @@
71366
71366
  "bytesInOutput": 582
71367
71367
  }
71368
71368
  },
71369
- "bytes": 5486792
71369
+ "bytes": 5486799
71370
71370
  },
71371
71371
  "dist/packages/workspace-tools/src/utils/project-tags.js": {
71372
71372
  "imports": [],
@@ -72933,7 +72933,7 @@
72933
72933
  "bytesInOutput": 1469
72934
72934
  },
72935
72935
  "packages/config-tools/src/utilities/logger.ts": {
72936
- "bytesInOutput": 6559
72936
+ "bytesInOutput": 6566
72937
72937
  },
72938
72938
  "packages/config-tools/src/utilities/process-handler.ts": {
72939
72939
  "bytesInOutput": 1592
@@ -72984,7 +72984,7 @@
72984
72984
  "bytesInOutput": 27
72985
72985
  }
72986
72986
  },
72987
- "bytes": 4206024
72987
+ "bytes": 4206031
72988
72988
  },
72989
72989
  "dist/packages/workspace-tools/src/base/base-executor.js": {
72990
72990
  "imports": [
@@ -74426,7 +74426,7 @@
74426
74426
  "bytesInOutput": 1469
74427
74427
  },
74428
74428
  "packages/config-tools/src/utilities/logger.ts": {
74429
- "bytesInOutput": 6559
74429
+ "bytesInOutput": 6566
74430
74430
  },
74431
74431
  "packages/config-tools/src/utilities/process-handler.ts": {
74432
74432
  "bytesInOutput": 1592
@@ -74465,7 +74465,7 @@
74465
74465
  "bytesInOutput": 1689
74466
74466
  }
74467
74467
  },
74468
- "bytes": 4190344
74468
+ "bytes": 4190351
74469
74469
  },
74470
74470
  "dist/packages/workspace-tools/src/base/base-generator.js": {
74471
74471
  "imports": [
@@ -75907,7 +75907,7 @@
75907
75907
  "bytesInOutput": 1469
75908
75908
  },
75909
75909
  "packages/config-tools/src/utilities/logger.ts": {
75910
- "bytesInOutput": 6559
75910
+ "bytesInOutput": 6566
75911
75911
  },
75912
75912
  "packages/config-tools/src/utilities/process-handler.ts": {
75913
75913
  "bytesInOutput": 1592
@@ -75943,7 +75943,7 @@
75943
75943
  "bytesInOutput": 3415
75944
75944
  }
75945
75945
  },
75946
- "bytes": 4187213
75946
+ "bytes": 4187220
75947
75947
  },
75948
75948
  "dist/packages/workspace-tools/src/base/typescript-library-generator.js": {
75949
75949
  "imports": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.197.0",
3
+ "version": "1.198.0",
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": {
@@ -66554,10 +66554,9 @@ var init_logger = __esm({
66554
66554
  if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel || typeof logLevel === "string" && LogLevel.FATAL >= getLogLevel(logLevel)) {
66555
66555
  return (message) => {
66556
66556
  console.error(
66557
- `
66558
- ${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fatal ?? "#7d1a1a").whiteBright(
66557
+ `${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fatal ?? "#7d1a1a").whiteBright(
66559
66558
  " \u{1F480} Fatal "
66560
- )} ${_chalk.hex(colors.danger ?? "#f85149")(formatLogMessage(message))}
66559
+ )} ${_chalk.hex(colors.danger ?? "#f85149")(formatLogMessage(message))}\r
66561
66560
  `
66562
66561
  );
66563
66562
  };
@@ -66565,10 +66564,9 @@ ${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.f
66565
66564
  if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel || typeof logLevel === "string" && LogLevel.ERROR >= getLogLevel(logLevel)) {
66566
66565
  return (message) => {
66567
66566
  console.error(
66568
- `
66569
- ${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.danger ?? "#f85149").whiteBright(
66567
+ `${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.danger ?? "#f85149").whiteBright(
66570
66568
  " \u2718 Error "
66571
- )} ${_chalk.hex(colors.danger ?? "#f85149")(formatLogMessage(message))}
66569
+ )} ${_chalk.hex(colors.danger ?? "#f85149")(formatLogMessage(message))}\r
66572
66570
  `
66573
66571
  );
66574
66572
  };
@@ -66576,10 +66574,9 @@ ${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.d
66576
66574
  if (typeof logLevel === "number" && LogLevel.WARN >= logLevel || typeof logLevel === "string" && LogLevel.WARN >= getLogLevel(logLevel)) {
66577
66575
  return (message) => {
66578
66576
  console.warn(
66579
- `
66580
- ${_chalk.bold.hex(colors.warning ?? "#e3b341")(">")} ${_chalk.bold.bgHex(colors.warning ?? "#e3b341").whiteBright(
66577
+ `${_chalk.bold.hex(colors.warning ?? "#e3b341")(">")} ${_chalk.bold.bgHex(colors.warning ?? "#e3b341").whiteBright(
66581
66578
  " \u26A0 Warn "
66582
- )} ${_chalk.hex(colors.warning ?? "#e3b341")(formatLogMessage(message))}
66579
+ )} ${_chalk.hex(colors.warning ?? "#e3b341")(formatLogMessage(message))}\r
66583
66580
  `
66584
66581
  );
66585
66582
  };
@@ -66587,10 +66584,9 @@ ${_chalk.bold.hex(colors.warning ?? "#e3b341")(">")} ${_chalk.bold.bgHex(colors.
66587
66584
  if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel || typeof logLevel === "string" && LogLevel.SUCCESS >= getLogLevel(logLevel)) {
66588
66585
  return (message) => {
66589
66586
  console.info(
66590
- `
66591
- ${_chalk.bold.hex(colors.success ?? "#56d364")(">")} ${_chalk.bold.bgHex(colors.success ?? "#56d364").whiteBright(
66587
+ `${_chalk.bold.hex(colors.success ?? "#56d364")(">")} ${_chalk.bold.bgHex(colors.success ?? "#56d364").whiteBright(
66592
66588
  " \u2713 Success "
66593
- )} ${_chalk.hex(colors.success ?? "#56d364")(formatLogMessage(message))}
66589
+ )} ${_chalk.hex(colors.success ?? "#56d364")(formatLogMessage(message))}\r
66594
66590
  `
66595
66591
  );
66596
66592
  };
@@ -66598,10 +66594,9 @@ ${_chalk.bold.hex(colors.success ?? "#56d364")(">")} ${_chalk.bold.bgHex(colors.
66598
66594
  if (typeof logLevel === "number" && LogLevel.INFO >= logLevel || typeof logLevel === "string" && LogLevel.INFO >= getLogLevel(logLevel)) {
66599
66595
  return (message) => {
66600
66596
  console.info(
66601
- `
66602
- ${_chalk.bold.hex(colors.info ?? "#58a6ff")(">")} ${_chalk.bold.bgHex(colors.info ?? "#58a6ff").whiteBright(
66597
+ `${_chalk.bold.hex(colors.info ?? "#58a6ff")(">")} ${_chalk.bold.bgHex(colors.info ?? "#58a6ff").whiteBright(
66603
66598
  " \u2139 Info "
66604
- )} ${_chalk.hex(colors.info ?? "#58a6ff")(formatLogMessage(message))}
66599
+ )} ${_chalk.hex(colors.info ?? "#58a6ff")(formatLogMessage(message))}\r
66605
66600
  `
66606
66601
  );
66607
66602
  };
@@ -66609,20 +66604,18 @@ ${_chalk.bold.hex(colors.info ?? "#58a6ff")(">")} ${_chalk.bold.bgHex(colors.inf
66609
66604
  if (typeof logLevel === "number" && LogLevel.DEBUG >= logLevel || typeof logLevel === "string" && LogLevel.DEBUG >= getLogLevel(logLevel)) {
66610
66605
  return (message) => {
66611
66606
  console.debug(
66612
- `
66613
- ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.brand ?? "#1fb2a6").whiteBright(
66607
+ `${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.brand ?? "#1fb2a6").whiteBright(
66614
66608
  " \u{1F6E0} Debug "
66615
- )} ${_chalk.hex(colors.brand ?? "#1fb2a6")(formatLogMessage(message))}
66609
+ )} ${_chalk.hex(colors.brand ?? "#1fb2a6")(formatLogMessage(message))}\r
66616
66610
  `
66617
66611
  );
66618
66612
  };
66619
66613
  }
66620
66614
  return (message) => {
66621
66615
  console.log(
66622
- `
66623
- ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.brand ?? "#1fb2a6").whiteBright(
66616
+ `${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(">")} ${_chalk.bold.bgHex(colors.brand ?? "#1fb2a6").whiteBright(
66624
66617
  " \u2709 System "
66625
- )} ${_chalk.hex(colors.brand ?? "#1fb2a6")(formatLogMessage(message))}
66618
+ )} ${_chalk.hex(colors.brand ?? "#1fb2a6")(formatLogMessage(message))}\r
66626
66619
  `
66627
66620
  );
66628
66621
  };