@storm-software/workspace-tools 1.294.0 → 1.294.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.
Files changed (114) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/{chunk-F6URZIFS.js → chunk-3GKMFXQ6.js} +2 -2
  3. package/dist/{chunk-TNGFWLBR.mjs → chunk-44IQ5DGO.mjs} +1 -1
  4. package/dist/{chunk-B2WIAR6B.js → chunk-4KWCRJ42.js} +3 -3
  5. package/dist/{chunk-3LZUGRMT.mjs → chunk-5BONSUJM.mjs} +1 -1
  6. package/dist/{chunk-Z5GSN373.mjs → chunk-73A7IONK.mjs} +2 -2
  7. package/dist/{chunk-M3TJCESM.mjs → chunk-AQ7B26V3.mjs} +1 -1
  8. package/dist/{chunk-ZPLXDRD4.mjs → chunk-AWEZ7UJ3.mjs} +1 -1
  9. package/dist/{chunk-FKYMJ3KW.js → chunk-BZMYB75M.js} +4 -4
  10. package/dist/{chunk-WICWDWS6.mjs → chunk-CXY6VDX7.mjs} +1 -1
  11. package/dist/{chunk-2XWSOZUG.mjs → chunk-FKPWMB63.mjs} +1 -1
  12. package/dist/{chunk-2EX3I4ZZ.js → chunk-L7PM76XK.js} +3 -3
  13. package/dist/{chunk-AQUCMNIA.js → chunk-LZC7BM3D.js} +7 -7
  14. package/dist/{chunk-H723BL2Q.mjs → chunk-M3YWCYUX.mjs} +1 -1
  15. package/dist/{chunk-CLDNQJKP.mjs → chunk-MILWDGNH.mjs} +2 -2
  16. package/dist/{chunk-ABHRPVXT.js → chunk-NU3RM6J3.js} +10 -10
  17. package/dist/{chunk-ITJ3EZU2.mjs → chunk-R4N2WEQ2.mjs} +2 -2
  18. package/dist/{chunk-6MT6IAIJ.js → chunk-UHTWNVEZ.js} +1 -1
  19. package/dist/{chunk-4E77ODGU.mjs → chunk-WBPHMZKE.mjs} +2 -2
  20. package/dist/{chunk-ZK2RKIFU.js → chunk-WI26APPF.js} +3 -3
  21. package/dist/{chunk-Y2EEM3ZZ.js → chunk-XZ6L6OXJ.js} +6 -6
  22. package/dist/executors.js +4 -4
  23. package/dist/executors.mjs +4 -4
  24. package/dist/generators.js +6 -6
  25. package/dist/generators.mjs +7 -7
  26. package/dist/index.js +9 -9
  27. package/dist/index.mjs +10 -10
  28. package/dist/src/base/base-executor.mjs +1 -1
  29. package/dist/src/base/base-executor.untyped.mjs +1 -1
  30. package/dist/src/base/base-generator.mjs +1 -1
  31. package/dist/src/base/base-generator.untyped.mjs +1 -1
  32. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  33. package/dist/src/base/index.js +3 -3
  34. package/dist/src/base/index.mjs +3 -3
  35. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  36. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  37. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  38. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  39. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  40. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  41. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  42. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  43. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  44. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  45. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  46. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  47. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  48. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  49. package/dist/src/executors/clean-package/executor.mjs +1 -1
  50. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  51. package/dist/src/executors/esbuild/executor.mjs +1 -1
  52. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  53. package/dist/src/executors/napi/executor.mjs +1 -1
  54. package/dist/src/executors/napi/untyped.mjs +1 -1
  55. package/dist/src/executors/npm-publish/executor.js +4 -4
  56. package/dist/src/executors/npm-publish/executor.mjs +4 -4
  57. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  58. package/dist/src/executors/size-limit/executor.mjs +1 -1
  59. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  60. package/dist/src/executors/tsdown/executor.mjs +1 -1
  61. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  62. package/dist/src/executors/typia/executor.mjs +1 -1
  63. package/dist/src/executors/typia/untyped.mjs +1 -1
  64. package/dist/src/executors/unbuild/executor.mjs +1 -1
  65. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  66. package/dist/src/generators/browser-library/generator.js +4 -4
  67. package/dist/src/generators/browser-library/generator.mjs +4 -4
  68. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  69. package/dist/src/generators/config-schema/generator.mjs +1 -1
  70. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  71. package/dist/src/generators/init/init.mjs +1 -1
  72. package/dist/src/generators/init/untyped.mjs +1 -1
  73. package/dist/src/generators/neutral-library/generator.js +4 -4
  74. package/dist/src/generators/neutral-library/generator.mjs +4 -4
  75. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  76. package/dist/src/generators/node-library/generator.js +4 -4
  77. package/dist/src/generators/node-library/generator.mjs +4 -4
  78. package/dist/src/generators/node-library/untyped.mjs +1 -1
  79. package/dist/src/generators/preset/generator.mjs +2 -2
  80. package/dist/src/generators/preset/untyped.mjs +1 -1
  81. package/dist/src/plugins/rust/cargo-toml.js +4 -4
  82. package/dist/src/plugins/rust/cargo-toml.mjs +4 -4
  83. package/dist/src/plugins/rust/index.js +4 -4
  84. package/dist/src/plugins/rust/index.mjs +4 -4
  85. package/dist/src/plugins/typescript/index.js +32 -32
  86. package/dist/src/plugins/typescript/index.mjs +3 -3
  87. package/dist/src/plugins/typescript/tsdown.js +12 -12
  88. package/dist/src/plugins/typescript/tsdown.mjs +5 -5
  89. package/dist/src/plugins/typescript/tsup.js +10 -10
  90. package/dist/src/plugins/typescript/tsup.mjs +3 -3
  91. package/dist/src/plugins/typescript/untyped-schema.js +4 -4
  92. package/dist/src/plugins/typescript/untyped-schema.mjs +3 -3
  93. package/dist/src/release/index.mjs +1 -1
  94. package/dist/src/release/js-version-actions.mjs +1 -1
  95. package/dist/src/release/rust-version-actions.mjs +1 -1
  96. package/dist/src/types.mjs +1 -1
  97. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  98. package/dist/src/utils/cargo.mjs +1 -1
  99. package/dist/src/utils/create-cli-options.mjs +1 -1
  100. package/dist/src/utils/get-project-configurations.mjs +1 -1
  101. package/dist/src/utils/index.js +4 -4
  102. package/dist/src/utils/index.mjs +4 -4
  103. package/dist/src/utils/lock-file.mjs +1 -1
  104. package/dist/src/utils/nx-json.mjs +1 -1
  105. package/dist/src/utils/package-helpers.js +3 -3
  106. package/dist/src/utils/package-helpers.mjs +3 -3
  107. package/dist/src/utils/plugin-helpers.js +3 -3
  108. package/dist/src/utils/plugin-helpers.mjs +3 -3
  109. package/dist/src/utils/project-tags.js +2 -2
  110. package/dist/src/utils/project-tags.mjs +2 -2
  111. package/dist/src/utils/registry-helpers.mjs +1 -1
  112. package/dist/src/utils/typia-transform.mjs +1 -1
  113. package/dist/src/utils/versions.mjs +1 -1
  114. package/package.json +10 -10
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  browserLibraryGeneratorFn,
3
3
  generator_default
4
- } from "../../../chunk-CLDNQJKP.mjs";
5
- import "../../../chunk-H723BL2Q.mjs";
4
+ } from "../../../chunk-MILWDGNH.mjs";
5
+ import "../../../chunk-M3YWCYUX.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
- import "../../../chunk-M3TJCESM.mjs";
7
+ import "../../../chunk-AQ7B26V3.mjs";
8
8
  import "../../../chunk-2ZQ423JU.mjs";
9
9
  import "../../../chunk-QYHQD375.mjs";
10
10
  import "../../../chunk-T5345GNL.mjs";
11
11
  import "../../../chunk-6MATO2MJ.mjs";
12
12
  import "../../../chunk-GSZ2BO7G.mjs";
13
13
  import "../../../chunk-TBW5MCN6.mjs";
14
- import "../../../chunk-WICWDWS6.mjs";
14
+ import "../../../chunk-CXY6VDX7.mjs";
15
15
  export {
16
16
  browserLibraryGeneratorFn,
17
17
  generator_default as default
@@ -2,7 +2,7 @@ import {
2
2
  typescript_library_generator_untyped_default
3
3
  } from "../../../chunk-SW2E5MQJ.mjs";
4
4
  import "../../../chunk-34LSWMWV.mjs";
5
- import "../../../chunk-WICWDWS6.mjs";
5
+ import "../../../chunk-CXY6VDX7.mjs";
6
6
 
7
7
  // src/generators/browser-library/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-T5345GNL.mjs";
8
8
  import "../../../chunk-6MATO2MJ.mjs";
9
9
  import "../../../chunk-GSZ2BO7G.mjs";
10
10
  import "../../../chunk-TBW5MCN6.mjs";
11
- import "../../../chunk-WICWDWS6.mjs";
11
+ import "../../../chunk-CXY6VDX7.mjs";
12
12
  export {
13
13
  configSchemaGeneratorFn,
14
14
  generator_default as default
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_generator_untyped_default
3
3
  } from "../../../chunk-34LSWMWV.mjs";
4
- import "../../../chunk-WICWDWS6.mjs";
4
+ import "../../../chunk-CXY6VDX7.mjs";
5
5
 
6
6
  // src/generators/config-schema/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -2,7 +2,7 @@ import {
2
2
  initGenerator,
3
3
  init_default
4
4
  } from "../../../chunk-437WGH2M.mjs";
5
- import "../../../chunk-WICWDWS6.mjs";
5
+ import "../../../chunk-CXY6VDX7.mjs";
6
6
  export {
7
7
  init_default as default,
8
8
  initGenerator
@@ -1,4 +1,4 @@
1
- import "../../../chunk-WICWDWS6.mjs";
1
+ import "../../../chunk-CXY6VDX7.mjs";
2
2
 
3
3
  // src/generators/init/untyped.ts
4
4
  import { defineUntypedSchema } from "untyped";
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkZK2RKIFUjs = require('../../../chunk-ZK2RKIFU.js');
5
- require('../../../chunk-FKYMJ3KW.js');
4
+ var _chunkWI26APPFjs = require('../../../chunk-WI26APPF.js');
5
+ require('../../../chunk-BZMYB75M.js');
6
6
  require('../../../chunk-SZWM7COV.js');
7
- require('../../../chunk-6MT6IAIJ.js');
7
+ require('../../../chunk-UHTWNVEZ.js');
8
8
  require('../../../chunk-HYK7X5TY.js');
9
9
  require('../../../chunk-ML2VHRB6.js');
10
10
  require('../../../chunk-7OGVJELA.js');
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
14
14
 
15
15
 
16
16
 
17
- exports.default = _chunkZK2RKIFUjs.generator_default; exports.neutralLibraryGeneratorFn = _chunkZK2RKIFUjs.neutralLibraryGeneratorFn;
17
+ exports.default = _chunkWI26APPFjs.generator_default; exports.neutralLibraryGeneratorFn = _chunkWI26APPFjs.neutralLibraryGeneratorFn;
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  generator_default,
3
3
  neutralLibraryGeneratorFn
4
- } from "../../../chunk-4E77ODGU.mjs";
5
- import "../../../chunk-H723BL2Q.mjs";
4
+ } from "../../../chunk-WBPHMZKE.mjs";
5
+ import "../../../chunk-M3YWCYUX.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
- import "../../../chunk-M3TJCESM.mjs";
7
+ import "../../../chunk-AQ7B26V3.mjs";
8
8
  import "../../../chunk-2ZQ423JU.mjs";
9
9
  import "../../../chunk-QYHQD375.mjs";
10
10
  import "../../../chunk-T5345GNL.mjs";
11
11
  import "../../../chunk-6MATO2MJ.mjs";
12
12
  import "../../../chunk-GSZ2BO7G.mjs";
13
13
  import "../../../chunk-TBW5MCN6.mjs";
14
- import "../../../chunk-WICWDWS6.mjs";
14
+ import "../../../chunk-CXY6VDX7.mjs";
15
15
  export {
16
16
  generator_default as default,
17
17
  neutralLibraryGeneratorFn
@@ -2,7 +2,7 @@ import {
2
2
  typescript_library_generator_untyped_default
3
3
  } from "../../../chunk-SW2E5MQJ.mjs";
4
4
  import "../../../chunk-34LSWMWV.mjs";
5
- import "../../../chunk-WICWDWS6.mjs";
5
+ import "../../../chunk-CXY6VDX7.mjs";
6
6
 
7
7
  // src/generators/neutral-library/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunk2EX3I4ZZjs = require('../../../chunk-2EX3I4ZZ.js');
5
- require('../../../chunk-FKYMJ3KW.js');
4
+ var _chunkL7PM76XKjs = require('../../../chunk-L7PM76XK.js');
5
+ require('../../../chunk-BZMYB75M.js');
6
6
  require('../../../chunk-SZWM7COV.js');
7
- require('../../../chunk-6MT6IAIJ.js');
7
+ require('../../../chunk-UHTWNVEZ.js');
8
8
  require('../../../chunk-HYK7X5TY.js');
9
9
  require('../../../chunk-ML2VHRB6.js');
10
10
  require('../../../chunk-7OGVJELA.js');
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
14
14
 
15
15
 
16
16
 
17
- exports.default = _chunk2EX3I4ZZjs.generator_default; exports.nodeLibraryGeneratorFn = _chunk2EX3I4ZZjs.nodeLibraryGeneratorFn;
17
+ exports.default = _chunkL7PM76XKjs.generator_default; exports.nodeLibraryGeneratorFn = _chunkL7PM76XKjs.nodeLibraryGeneratorFn;
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  generator_default,
3
3
  nodeLibraryGeneratorFn
4
- } from "../../../chunk-Z5GSN373.mjs";
5
- import "../../../chunk-H723BL2Q.mjs";
4
+ } from "../../../chunk-73A7IONK.mjs";
5
+ import "../../../chunk-M3YWCYUX.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
- import "../../../chunk-M3TJCESM.mjs";
7
+ import "../../../chunk-AQ7B26V3.mjs";
8
8
  import "../../../chunk-2ZQ423JU.mjs";
9
9
  import "../../../chunk-QYHQD375.mjs";
10
10
  import "../../../chunk-T5345GNL.mjs";
11
11
  import "../../../chunk-6MATO2MJ.mjs";
12
12
  import "../../../chunk-GSZ2BO7G.mjs";
13
13
  import "../../../chunk-TBW5MCN6.mjs";
14
- import "../../../chunk-WICWDWS6.mjs";
14
+ import "../../../chunk-CXY6VDX7.mjs";
15
15
  export {
16
16
  generator_default as default,
17
17
  nodeLibraryGeneratorFn
@@ -2,7 +2,7 @@ import {
2
2
  typescript_library_generator_untyped_default
3
3
  } from "../../../chunk-SW2E5MQJ.mjs";
4
4
  import "../../../chunk-34LSWMWV.mjs";
5
- import "../../../chunk-WICWDWS6.mjs";
5
+ import "../../../chunk-CXY6VDX7.mjs";
6
6
 
7
7
  // src/generators/node-library/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  presetGeneratorFn
4
- } from "../../../chunk-ZPLXDRD4.mjs";
4
+ } from "../../../chunk-AWEZ7UJ3.mjs";
5
5
  import "../../../chunk-QC5ON3X4.mjs";
6
6
  import "../../../chunk-2ZQ423JU.mjs";
7
7
  import "../../../chunk-QYHQD375.mjs";
@@ -9,7 +9,7 @@ import "../../../chunk-T5345GNL.mjs";
9
9
  import "../../../chunk-6MATO2MJ.mjs";
10
10
  import "../../../chunk-GSZ2BO7G.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-WICWDWS6.mjs";
12
+ import "../../../chunk-CXY6VDX7.mjs";
13
13
  export {
14
14
  generator_default as default,
15
15
  presetGeneratorFn
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_generator_untyped_default
3
3
  } from "../../../chunk-34LSWMWV.mjs";
4
- import "../../../chunk-WICWDWS6.mjs";
4
+ import "../../../chunk-CXY6VDX7.mjs";
5
5
 
6
6
  // src/generators/preset/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -4,14 +4,14 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkABHRPVXTjs = require('../../../chunk-ABHRPVXT.js');
8
- require('../../../chunk-Y2EEM3ZZ.js');
7
+ var _chunkNU3RM6J3js = require('../../../chunk-NU3RM6J3.js');
8
+ require('../../../chunk-XZ6L6OXJ.js');
9
9
  require('../../../chunk-D2PV33E5.js');
10
- require('../../../chunk-6MT6IAIJ.js');
10
+ require('../../../chunk-UHTWNVEZ.js');
11
11
 
12
12
 
13
13
 
14
14
 
15
15
 
16
16
 
17
- exports.DefaultCargoPluginProfileMap = _chunkABHRPVXTjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkABHRPVXTjs.createDependencies; exports.createNodesV2 = _chunkABHRPVXTjs.createNodesV2; exports.description = _chunkABHRPVXTjs.description; exports.name = _chunkABHRPVXTjs.name;
17
+ exports.DefaultCargoPluginProfileMap = _chunkNU3RM6J3js.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkNU3RM6J3js.createDependencies; exports.createNodesV2 = _chunkNU3RM6J3js.createNodesV2; exports.description = _chunkNU3RM6J3js.description; exports.name = _chunkNU3RM6J3js.name;
@@ -4,11 +4,11 @@ import {
4
4
  createNodesV2,
5
5
  description,
6
6
  name
7
- } from "../../../chunk-ITJ3EZU2.mjs";
8
- import "../../../chunk-2XWSOZUG.mjs";
7
+ } from "../../../chunk-R4N2WEQ2.mjs";
8
+ import "../../../chunk-FKPWMB63.mjs";
9
9
  import "../../../chunk-ZTN2676G.mjs";
10
- import "../../../chunk-M3TJCESM.mjs";
11
- import "../../../chunk-WICWDWS6.mjs";
10
+ import "../../../chunk-AQ7B26V3.mjs";
11
+ import "../../../chunk-CXY6VDX7.mjs";
12
12
  export {
13
13
  DefaultCargoPluginProfileMap,
14
14
  createDependencies,
@@ -4,14 +4,14 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkABHRPVXTjs = require('../../../chunk-ABHRPVXT.js');
8
- require('../../../chunk-Y2EEM3ZZ.js');
7
+ var _chunkNU3RM6J3js = require('../../../chunk-NU3RM6J3.js');
8
+ require('../../../chunk-XZ6L6OXJ.js');
9
9
  require('../../../chunk-D2PV33E5.js');
10
- require('../../../chunk-6MT6IAIJ.js');
10
+ require('../../../chunk-UHTWNVEZ.js');
11
11
 
12
12
 
13
13
 
14
14
 
15
15
 
16
16
 
17
- exports.DefaultCargoPluginProfileMap = _chunkABHRPVXTjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkABHRPVXTjs.createDependencies; exports.createNodesV2 = _chunkABHRPVXTjs.createNodesV2; exports.description = _chunkABHRPVXTjs.description; exports.name = _chunkABHRPVXTjs.name;
17
+ exports.DefaultCargoPluginProfileMap = _chunkNU3RM6J3js.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkNU3RM6J3js.createDependencies; exports.createNodesV2 = _chunkNU3RM6J3js.createNodesV2; exports.description = _chunkNU3RM6J3js.description; exports.name = _chunkNU3RM6J3js.name;
@@ -4,11 +4,11 @@ import {
4
4
  createNodesV2,
5
5
  description,
6
6
  name
7
- } from "../../../chunk-ITJ3EZU2.mjs";
8
- import "../../../chunk-2XWSOZUG.mjs";
7
+ } from "../../../chunk-R4N2WEQ2.mjs";
8
+ import "../../../chunk-FKPWMB63.mjs";
9
9
  import "../../../chunk-ZTN2676G.mjs";
10
- import "../../../chunk-M3TJCESM.mjs";
11
- import "../../../chunk-WICWDWS6.mjs";
10
+ import "../../../chunk-AQ7B26V3.mjs";
11
+ import "../../../chunk-CXY6VDX7.mjs";
12
12
  export {
13
13
  DefaultCargoPluginProfileMap,
14
14
  createDependencies,
@@ -1,13 +1,13 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } 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
3
 
4
- var _chunkY2EEM3ZZjs = require('../../../chunk-Y2EEM3ZZ.js');
4
+ var _chunkXZ6L6OXJjs = require('../../../chunk-XZ6L6OXJ.js');
5
5
 
6
6
 
7
7
 
8
8
 
9
9
 
10
- var _chunk6MT6IAIJjs = require('../../../chunk-6MT6IAIJ.js');
10
+ var _chunkUHTWNVEZjs = require('../../../chunk-UHTWNVEZ.js');
11
11
  require('../../../chunk-2JANPL5K.js');
12
12
 
13
13
  // src/plugins/typescript/index.ts
@@ -44,7 +44,7 @@ var createNodesV2 = [
44
44
  if (_optionalChain([options2, 'optionalAccess', _ => _.includeApps]) === false && project.projectType === "application") {
45
45
  return {};
46
46
  }
47
- const root = _chunkY2EEM3ZZjs.getRoot.call(void 0, project.root, context2);
47
+ const root = _chunkXZ6L6OXJjs.getRoot.call(void 0, project.root, context2);
48
48
  const enableMarkdownlint = _optionalChain([options2, 'optionalAccess', _2 => _2.enableMarkdownlint]) !== false;
49
49
  const enableEslint = _optionalChain([options2, 'optionalAccess', _3 => _3.enableEslint]) !== false;
50
50
  const enableTypecheck = !!_optionalChain([options2, 'optionalAccess', _4 => _4.enableTypecheck]);
@@ -249,10 +249,10 @@ var createNodesV2 = [
249
249
  };
250
250
  const isPrivate = _nullishCoalesce(packageJson.private, () => ( false));
251
251
  if (!isPrivate) {
252
- _chunk6MT6IAIJjs.addProjectTag.call(void 0,
252
+ _chunkUHTWNVEZjs.addProjectTag.call(void 0,
253
253
  project,
254
- _chunk6MT6IAIJjs.ProjectTagConstants.Registry.TAG_ID,
255
- _chunk6MT6IAIJjs.ProjectTagConstants.Registry.NPM,
254
+ _chunkUHTWNVEZjs.ProjectTagConstants.Registry.TAG_ID,
255
+ _chunkUHTWNVEZjs.ProjectTagConstants.Registry.NPM,
256
256
  { overwrite: true }
257
257
  );
258
258
  targets["nx-release-publish"] = {
@@ -261,14 +261,14 @@ var createNodesV2 = [
261
261
  executor: "@storm-software/workspace-tools:npm-publish",
262
262
  options: {}
263
263
  };
264
- if (project.projectType === "application" || _chunk6MT6IAIJjs.isEqualProjectTag.call(void 0,
264
+ if (project.projectType === "application" || _chunkUHTWNVEZjs.isEqualProjectTag.call(void 0,
265
265
  project,
266
- _chunk6MT6IAIJjs.ProjectTagConstants.ProjectType.TAG_ID,
267
- _chunk6MT6IAIJjs.ProjectTagConstants.ProjectType.APPLICATION
268
- ) || _chunk6MT6IAIJjs.isEqualProjectTag.call(void 0,
266
+ _chunkUHTWNVEZjs.ProjectTagConstants.ProjectType.TAG_ID,
267
+ _chunkUHTWNVEZjs.ProjectTagConstants.ProjectType.APPLICATION
268
+ ) || _chunkUHTWNVEZjs.isEqualProjectTag.call(void 0,
269
269
  project,
270
- _chunk6MT6IAIJjs.ProjectTagConstants.DistStyle.TAG_ID,
271
- _chunk6MT6IAIJjs.ProjectTagConstants.DistStyle.CLEAN
270
+ _chunkUHTWNVEZjs.ProjectTagConstants.DistStyle.TAG_ID,
271
+ _chunkUHTWNVEZjs.ProjectTagConstants.DistStyle.CLEAN
272
272
  )) {
273
273
  targets["clean-package"] ??= {
274
274
  cache: true,
@@ -285,54 +285,54 @@ var createNodesV2 = [
285
285
  _optionalChain([targets, 'access', _27 => _27["size-limit"], 'access', _28 => _28.dependsOn, 'optionalAccess', _29 => _29.push, 'call', _30 => _30("clean-package")]);
286
286
  }
287
287
  }
288
- _chunk6MT6IAIJjs.addProjectTag.call(void 0,
288
+ _chunkUHTWNVEZjs.addProjectTag.call(void 0,
289
289
  project,
290
- _chunk6MT6IAIJjs.ProjectTagConstants.Language.TAG_ID,
291
- _chunk6MT6IAIJjs.ProjectTagConstants.Language.TYPESCRIPT,
290
+ _chunkUHTWNVEZjs.ProjectTagConstants.Language.TAG_ID,
291
+ _chunkUHTWNVEZjs.ProjectTagConstants.Language.TYPESCRIPT,
292
292
  { overwrite: true }
293
293
  );
294
- _chunk6MT6IAIJjs.addProjectTag.call(void 0,
294
+ _chunkUHTWNVEZjs.addProjectTag.call(void 0,
295
295
  project,
296
- _chunk6MT6IAIJjs.ProjectTagConstants.ProjectLinking.TAG_ID,
297
- _optionalChain([options2, 'optionalAccess', _31 => _31.projectLinks]) === "alias" /* ALIAS */ ? _chunk6MT6IAIJjs.ProjectTagConstants.ProjectLinking.ALIAS : _chunk6MT6IAIJjs.ProjectTagConstants.ProjectLinking.REFERENCE,
296
+ _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.TAG_ID,
297
+ _optionalChain([options2, 'optionalAccess', _31 => _31.projectLinks]) === "alias" /* ALIAS */ ? _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.ALIAS : _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.REFERENCE,
298
298
  { overwrite: true }
299
299
  );
300
- const platform = _chunkY2EEM3ZZjs.getProjectPlatform.call(void 0, project);
300
+ const platform = _chunkXZ6L6OXJjs.getProjectPlatform.call(void 0, project);
301
301
  switch (platform) {
302
302
  case "worker":
303
- _chunk6MT6IAIJjs.addProjectTag.call(void 0,
303
+ _chunkUHTWNVEZjs.addProjectTag.call(void 0,
304
304
  project,
305
- _chunk6MT6IAIJjs.ProjectTagConstants.Platform.TAG_ID,
306
- _chunk6MT6IAIJjs.ProjectTagConstants.Platform.WORKER,
305
+ _chunkUHTWNVEZjs.ProjectTagConstants.Platform.TAG_ID,
306
+ _chunkUHTWNVEZjs.ProjectTagConstants.Platform.WORKER,
307
307
  { overwrite: true }
308
308
  );
309
309
  break;
310
310
  case "node":
311
- _chunk6MT6IAIJjs.addProjectTag.call(void 0,
311
+ _chunkUHTWNVEZjs.addProjectTag.call(void 0,
312
312
  project,
313
- _chunk6MT6IAIJjs.ProjectTagConstants.Platform.TAG_ID,
314
- _chunk6MT6IAIJjs.ProjectTagConstants.Platform.NODE,
313
+ _chunkUHTWNVEZjs.ProjectTagConstants.Platform.TAG_ID,
314
+ _chunkUHTWNVEZjs.ProjectTagConstants.Platform.NODE,
315
315
  { overwrite: true }
316
316
  );
317
317
  break;
318
318
  case "browser":
319
- _chunk6MT6IAIJjs.addProjectTag.call(void 0,
319
+ _chunkUHTWNVEZjs.addProjectTag.call(void 0,
320
320
  project,
321
- _chunk6MT6IAIJjs.ProjectTagConstants.Platform.TAG_ID,
322
- _chunk6MT6IAIJjs.ProjectTagConstants.Platform.BROWSER,
321
+ _chunkUHTWNVEZjs.ProjectTagConstants.Platform.TAG_ID,
322
+ _chunkUHTWNVEZjs.ProjectTagConstants.Platform.BROWSER,
323
323
  { overwrite: true }
324
324
  );
325
325
  break;
326
326
  default:
327
- _chunk6MT6IAIJjs.addProjectTag.call(void 0,
327
+ _chunkUHTWNVEZjs.addProjectTag.call(void 0,
328
328
  project,
329
- _chunk6MT6IAIJjs.ProjectTagConstants.Platform.TAG_ID,
330
- _chunk6MT6IAIJjs.ProjectTagConstants.Platform.NEUTRAL,
329
+ _chunkUHTWNVEZjs.ProjectTagConstants.Platform.TAG_ID,
330
+ _chunkUHTWNVEZjs.ProjectTagConstants.Platform.NEUTRAL,
331
331
  { overwrite: true }
332
332
  );
333
333
  break;
334
334
  }
335
- _chunk6MT6IAIJjs.setDefaultProjectTags.call(void 0, project, name);
335
+ _chunkUHTWNVEZjs.setDefaultProjectTags.call(void 0, project, name);
336
336
  return {
337
337
  projects: {
338
338
  [root]: _defu2.default.call(void 0,
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  getProjectPlatform,
3
3
  getRoot
4
- } from "../../../chunk-2XWSOZUG.mjs";
4
+ } from "../../../chunk-FKPWMB63.mjs";
5
5
  import {
6
6
  ProjectTagConstants,
7
7
  addProjectTag,
8
8
  isEqualProjectTag,
9
9
  setDefaultProjectTags
10
- } from "../../../chunk-M3TJCESM.mjs";
10
+ } from "../../../chunk-AQ7B26V3.mjs";
11
11
  import "../../../chunk-OV6RS5V7.mjs";
12
- import "../../../chunk-WICWDWS6.mjs";
12
+ import "../../../chunk-CXY6VDX7.mjs";
13
13
 
14
14
  // src/plugins/typescript/index.ts
15
15
  import {
@@ -1,11 +1,11 @@
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 _chunkY2EEM3ZZjs = require('../../../chunk-Y2EEM3ZZ.js');
3
+ var _chunkXZ6L6OXJjs = require('../../../chunk-XZ6L6OXJ.js');
4
4
 
5
5
 
6
6
 
7
7
 
8
- var _chunk6MT6IAIJjs = require('../../../chunk-6MT6IAIJ.js');
8
+ var _chunkUHTWNVEZjs = require('../../../chunk-UHTWNVEZ.js');
9
9
  require('../../../chunk-2JANPL5K.js');
10
10
 
11
11
  // src/plugins/typescript/tsdown.ts
@@ -20,7 +20,7 @@ var _nxjsonjs = require('nx/src/config/nx-json.js');
20
20
  var _packagejson = require('nx/src/utils/package-json');
21
21
  var name = "storm-software/typescript/tsdown";
22
22
  var createNodesV2 = [
23
- "**/tsdown.config.ts",
23
+ "**/tsdown.*.{ts,mts,cts,js,mjs,cjs,json}",
24
24
  async (configFiles, options, context) => {
25
25
  return await _devkit.createNodesFromFiles.call(void 0,
26
26
  (configFile, options2, context2) => {
@@ -53,7 +53,7 @@ var createNodesV2 = [
53
53
  projectRoot,
54
54
  context2.workspaceRoot
55
55
  );
56
- const root = _chunkY2EEM3ZZjs.getRoot.call(void 0, projectRoot, context2);
56
+ const root = _chunkXZ6L6OXJjs.getRoot.call(void 0, projectRoot, context2);
57
57
  let relativeConfig = configFile.replaceAll(root, "");
58
58
  while (relativeConfig.startsWith(".")) {
59
59
  relativeConfig = relativeConfig.slice(1);
@@ -72,7 +72,7 @@ var createNodesV2 = [
72
72
  executor: "nx:run-commands",
73
73
  dependsOn: ["build-untyped", "typecheck", "^build"],
74
74
  options: {
75
- command: `tsdown --config="${relativeConfig}"`,
75
+ command: `tsdown --config "${relativeConfig}" --config-loader unrun --cwd "${root}"`,
76
76
  cwd: root
77
77
  }
78
78
  };
@@ -111,17 +111,17 @@ var createNodesV2 = [
111
111
  ]
112
112
  }
113
113
  };
114
- _chunk6MT6IAIJjs.setDefaultProjectTags.call(void 0, project, name);
115
- _chunk6MT6IAIJjs.addProjectTag.call(void 0,
114
+ _chunkUHTWNVEZjs.setDefaultProjectTags.call(void 0, project, name);
115
+ _chunkUHTWNVEZjs.addProjectTag.call(void 0,
116
116
  project,
117
- _chunk6MT6IAIJjs.ProjectTagConstants.ProjectLinking.TAG_ID,
118
- _optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ? _chunk6MT6IAIJjs.ProjectTagConstants.ProjectLinking.ALIAS : _chunk6MT6IAIJjs.ProjectTagConstants.ProjectLinking.REFERENCE,
117
+ _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.TAG_ID,
118
+ _optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ? _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.ALIAS : _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.REFERENCE,
119
119
  { overwrite: true }
120
120
  );
121
- _chunk6MT6IAIJjs.addProjectTag.call(void 0,
121
+ _chunkUHTWNVEZjs.addProjectTag.call(void 0,
122
122
  project,
123
- _chunk6MT6IAIJjs.ProjectTagConstants.Builder.TAG_ID,
124
- _chunk6MT6IAIJjs.ProjectTagConstants.Builder.TSDOWN,
123
+ _chunkUHTWNVEZjs.ProjectTagConstants.Builder.TAG_ID,
124
+ _chunkUHTWNVEZjs.ProjectTagConstants.Builder.TSDOWN,
125
125
  { overwrite: true }
126
126
  );
127
127
  return {
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  getRoot
3
- } from "../../../chunk-2XWSOZUG.mjs";
3
+ } from "../../../chunk-FKPWMB63.mjs";
4
4
  import {
5
5
  ProjectTagConstants,
6
6
  addProjectTag,
7
7
  setDefaultProjectTags
8
- } from "../../../chunk-M3TJCESM.mjs";
8
+ } from "../../../chunk-AQ7B26V3.mjs";
9
9
  import "../../../chunk-OV6RS5V7.mjs";
10
- import "../../../chunk-WICWDWS6.mjs";
10
+ import "../../../chunk-CXY6VDX7.mjs";
11
11
 
12
12
  // src/plugins/typescript/tsdown.ts
13
13
  import {
@@ -21,7 +21,7 @@ import { readNxJson } from "nx/src/config/nx-json.js";
21
21
  import { readTargetsFromPackageJson } from "nx/src/utils/package-json";
22
22
  var name = "storm-software/typescript/tsdown";
23
23
  var createNodesV2 = [
24
- "**/tsdown.config.ts",
24
+ "**/tsdown.*.{ts,mts,cts,js,mjs,cjs,json}",
25
25
  async (configFiles, options, context) => {
26
26
  return await createNodesFromFiles(
27
27
  (configFile, options2, context2) => {
@@ -73,7 +73,7 @@ var createNodesV2 = [
73
73
  executor: "nx:run-commands",
74
74
  dependsOn: ["build-untyped", "typecheck", "^build"],
75
75
  options: {
76
- command: `tsdown --config="${relativeConfig}"`,
76
+ command: `tsdown --config "${relativeConfig}" --config-loader unrun --cwd "${root}"`,
77
77
  cwd: root
78
78
  }
79
79
  };
@@ -1,11 +1,11 @@
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 _chunkY2EEM3ZZjs = require('../../../chunk-Y2EEM3ZZ.js');
3
+ var _chunkXZ6L6OXJjs = require('../../../chunk-XZ6L6OXJ.js');
4
4
 
5
5
 
6
6
 
7
7
 
8
- var _chunk6MT6IAIJjs = require('../../../chunk-6MT6IAIJ.js');
8
+ var _chunkUHTWNVEZjs = require('../../../chunk-UHTWNVEZ.js');
9
9
  require('../../../chunk-2JANPL5K.js');
10
10
 
11
11
  // src/plugins/typescript/tsup.ts
@@ -53,7 +53,7 @@ var createNodesV2 = [
53
53
  projectRoot,
54
54
  context2.workspaceRoot
55
55
  );
56
- const root = _chunkY2EEM3ZZjs.getRoot.call(void 0, projectRoot, context2);
56
+ const root = _chunkXZ6L6OXJjs.getRoot.call(void 0, projectRoot, context2);
57
57
  let relativeConfig = configFile.replaceAll(root, "");
58
58
  while (relativeConfig.startsWith(".")) {
59
59
  relativeConfig = relativeConfig.slice(1);
@@ -111,17 +111,17 @@ var createNodesV2 = [
111
111
  ]
112
112
  }
113
113
  };
114
- _chunk6MT6IAIJjs.setDefaultProjectTags.call(void 0, project, name);
115
- _chunk6MT6IAIJjs.addProjectTag.call(void 0,
114
+ _chunkUHTWNVEZjs.setDefaultProjectTags.call(void 0, project, name);
115
+ _chunkUHTWNVEZjs.addProjectTag.call(void 0,
116
116
  project,
117
- _chunk6MT6IAIJjs.ProjectTagConstants.ProjectLinking.TAG_ID,
118
- _optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ? _chunk6MT6IAIJjs.ProjectTagConstants.ProjectLinking.ALIAS : _chunk6MT6IAIJjs.ProjectTagConstants.ProjectLinking.REFERENCE,
117
+ _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.TAG_ID,
118
+ _optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ? _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.ALIAS : _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.REFERENCE,
119
119
  { overwrite: true }
120
120
  );
121
- _chunk6MT6IAIJjs.addProjectTag.call(void 0,
121
+ _chunkUHTWNVEZjs.addProjectTag.call(void 0,
122
122
  project,
123
- _chunk6MT6IAIJjs.ProjectTagConstants.Builder.TAG_ID,
124
- _chunk6MT6IAIJjs.ProjectTagConstants.Builder.TSUP,
123
+ _chunkUHTWNVEZjs.ProjectTagConstants.Builder.TAG_ID,
124
+ _chunkUHTWNVEZjs.ProjectTagConstants.Builder.TSUP,
125
125
  { overwrite: true }
126
126
  );
127
127
  return {
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  getRoot
3
- } from "../../../chunk-2XWSOZUG.mjs";
3
+ } from "../../../chunk-FKPWMB63.mjs";
4
4
  import {
5
5
  ProjectTagConstants,
6
6
  addProjectTag,
7
7
  setDefaultProjectTags
8
- } from "../../../chunk-M3TJCESM.mjs";
8
+ } from "../../../chunk-AQ7B26V3.mjs";
9
9
  import "../../../chunk-OV6RS5V7.mjs";
10
- import "../../../chunk-WICWDWS6.mjs";
10
+ import "../../../chunk-CXY6VDX7.mjs";
11
11
 
12
12
  // src/plugins/typescript/tsup.ts
13
13
  import {