@storm-software/workspace-tools 1.296.61 → 1.296.63

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 (136) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-57OGFZNB.js → chunk-2F7AZHRH.js} +3 -14
  3. package/dist/{chunk-TSQGMJVI.mjs → chunk-2LVCH3K2.mjs} +2 -2
  4. package/dist/{chunk-NXB4Z7NS.js → chunk-3ZTDNSFF.js} +3 -3
  5. package/dist/{chunk-NB5WSHYS.js → chunk-6PL6C6JQ.js} +3 -3
  6. package/dist/{chunk-O67GNKWY.mjs → chunk-7BMBZDZE.mjs} +1 -1
  7. package/dist/{chunk-2UXPU3BM.mjs → chunk-BCJOE7LL.mjs} +1 -1
  8. package/dist/{chunk-KZSELW4F.mjs → chunk-BK3QT4BW.mjs} +2 -2
  9. package/dist/{chunk-Z6JQV7U5.js → chunk-CX7LLOXP.js} +8 -8
  10. package/dist/{chunk-ZO3L5FAU.js → chunk-DLZFR63X.js} +3 -3
  11. package/dist/{chunk-JAIQZWTK.mjs → chunk-F4NO6JZL.mjs} +2 -2
  12. package/dist/{chunk-P52MNWK4.mjs → chunk-HYONFPIU.mjs} +2 -2
  13. package/dist/{chunk-JR7RLYGK.js → chunk-KLFGYSH4.js} +2 -2
  14. package/dist/{chunk-URZ6ZNPK.js → chunk-MI4DOBNH.js} +4 -4
  15. package/dist/{chunk-4VWDSVQJ.mjs → chunk-NTTC774E.mjs} +1 -12
  16. package/dist/{chunk-3FKFEQBJ.mjs → chunk-TFGZLFCS.mjs} +1 -1
  17. package/dist/{chunk-TVR247U6.mjs → chunk-U7X7MAHX.mjs} +1 -1
  18. package/dist/{chunk-6CVTX3ND.js → chunk-UCM45E6T.js} +7 -7
  19. package/dist/{chunk-FJK7GHBY.mjs → chunk-VP2Q2A36.mjs} +1 -1
  20. package/dist/executors.js +4 -4
  21. package/dist/executors.mjs +4 -4
  22. package/dist/generators.js +5 -5
  23. package/dist/generators.mjs +6 -6
  24. package/dist/index.d.mts +2 -3
  25. package/dist/index.d.ts +2 -3
  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.d.mts +1 -2
  34. package/dist/src/base/index.d.ts +1 -2
  35. package/dist/src/base/index.js +2 -2
  36. package/dist/src/base/index.mjs +2 -2
  37. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  38. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  39. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  40. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  41. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  42. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  43. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  44. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  45. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  46. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  47. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  48. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  49. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  50. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  51. package/dist/src/executors/clean-package/executor.mjs +1 -1
  52. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  53. package/dist/src/executors/esbuild/executor.js +3 -3
  54. package/dist/src/executors/esbuild/executor.mjs +3 -3
  55. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  56. package/dist/src/executors/napi/executor.mjs +1 -1
  57. package/dist/src/executors/napi/untyped.mjs +1 -1
  58. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  59. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  60. package/dist/src/executors/size-limit/executor.mjs +1 -1
  61. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  62. package/dist/src/executors/tsdown/executor.js +3 -3
  63. package/dist/src/executors/tsdown/executor.mjs +3 -3
  64. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  65. package/dist/src/executors/typia/executor.mjs +1 -1
  66. package/dist/src/executors/typia/untyped.mjs +1 -1
  67. package/dist/src/executors/unbuild/executor.mjs +1 -1
  68. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  69. package/dist/src/generators/browser-library/generator.js +3 -3
  70. package/dist/src/generators/browser-library/generator.mjs +3 -3
  71. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  72. package/dist/src/generators/config-schema/generator.mjs +1 -1
  73. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  74. package/dist/src/generators/init/init.mjs +1 -1
  75. package/dist/src/generators/init/untyped.mjs +1 -1
  76. package/dist/src/generators/neutral-library/generator.js +3 -3
  77. package/dist/src/generators/neutral-library/generator.mjs +3 -3
  78. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  79. package/dist/src/generators/node-library/generator.js +3 -3
  80. package/dist/src/generators/node-library/generator.mjs +3 -3
  81. package/dist/src/generators/node-library/untyped.mjs +1 -1
  82. package/dist/src/generators/preset/generator.mjs +2 -2
  83. package/dist/src/generators/preset/untyped.mjs +1 -1
  84. package/dist/src/plugins/rust/cargo-toml.d.mts +2 -2
  85. package/dist/src/plugins/rust/cargo-toml.d.ts +2 -2
  86. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  87. package/dist/src/plugins/rust/index.mjs +1 -1
  88. package/dist/src/plugins/typescript/index.d.mts +2 -2
  89. package/dist/src/plugins/typescript/index.d.ts +2 -2
  90. package/dist/src/plugins/typescript/index.js +10 -3
  91. package/dist/src/plugins/typescript/index.mjs +11 -4
  92. package/dist/src/plugins/typescript/tsdown.d.mts +2 -2
  93. package/dist/src/plugins/typescript/tsdown.d.ts +2 -2
  94. package/dist/src/plugins/typescript/tsdown.js +13 -4
  95. package/dist/src/plugins/typescript/tsdown.mjs +14 -5
  96. package/dist/src/plugins/typescript/tsup.d.mts +2 -2
  97. package/dist/src/plugins/typescript/tsup.d.ts +2 -2
  98. package/dist/src/plugins/typescript/tsup.js +13 -4
  99. package/dist/src/plugins/typescript/tsup.mjs +14 -5
  100. package/dist/src/plugins/typescript/untyped-schema.d.mts +2 -2
  101. package/dist/src/plugins/typescript/untyped-schema.d.ts +2 -2
  102. package/dist/src/plugins/typescript/untyped-schema.js +10 -3
  103. package/dist/src/plugins/typescript/untyped-schema.mjs +10 -3
  104. package/dist/src/release/index.d.mts +1 -1
  105. package/dist/src/release/index.d.ts +1 -1
  106. package/dist/src/release/index.js +2 -2
  107. package/dist/src/release/index.mjs +2 -2
  108. package/dist/src/release/js-version-actions.d.mts +1 -1
  109. package/dist/src/release/js-version-actions.d.ts +1 -1
  110. package/dist/src/release/js-version-actions.js +2 -2
  111. package/dist/src/release/js-version-actions.mjs +2 -2
  112. package/dist/src/release/rust-version-actions.mjs +1 -1
  113. package/dist/src/types.mjs +1 -1
  114. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  115. package/dist/src/utils/cargo.mjs +1 -1
  116. package/dist/src/utils/create-cli-options.mjs +1 -1
  117. package/dist/src/utils/get-project-configurations.mjs +1 -1
  118. package/dist/src/utils/github.mjs +1 -1
  119. package/dist/src/utils/index.d.mts +1 -1
  120. package/dist/src/utils/index.d.ts +1 -1
  121. package/dist/src/utils/index.mjs +1 -1
  122. package/dist/src/utils/lock-file.d.mts +2 -2
  123. package/dist/src/utils/lock-file.d.ts +2 -2
  124. package/dist/src/utils/lock-file.mjs +1 -1
  125. package/dist/src/utils/nx-json.mjs +1 -1
  126. package/dist/src/utils/package-helpers.d.mts +1 -1
  127. package/dist/src/utils/package-helpers.d.ts +1 -1
  128. package/dist/src/utils/package-helpers.mjs +1 -1
  129. package/dist/src/utils/plugin-helpers.d.mts +2 -2
  130. package/dist/src/utils/plugin-helpers.d.ts +2 -2
  131. package/dist/src/utils/plugin-helpers.mjs +1 -1
  132. package/dist/src/utils/project-tags.mjs +1 -1
  133. package/dist/src/utils/registry-helpers.mjs +1 -1
  134. package/dist/src/utils/typia-transform.mjs +1 -1
  135. package/dist/src/utils/versions.mjs +1 -1
  136. package/package.json +14 -14
@@ -1,7 +1,7 @@
1
- import { CreateNodesV2 } from '@nx/devkit';
1
+ import { CreateNodes } from '@nx/devkit';
2
2
 
3
3
  declare const name = "storm-software/typescript/untyped";
4
4
  type UntypedPluginOptions = {};
5
- declare const createNodesV2: CreateNodesV2<UntypedPluginOptions>;
5
+ declare const createNodesV2: CreateNodes<UntypedPluginOptions>;
6
6
 
7
7
  export { type UntypedPluginOptions, createNodesV2, name };
@@ -10,11 +10,13 @@ var _chunkTAP26ZJQjs = require('../../../chunk-TAP26ZJQ.js');
10
10
 
11
11
 
12
12
 
13
+
14
+
13
15
  var _devkit = require('@nx/devkit');
14
16
  var _defu = require('defu');
15
17
  var _fs = require('fs');
16
18
  var _path = require('path');
17
- var _nxjsonjs = require('nx/src/config/nx-json.js');
19
+ var _nxjson = require('nx/src/config/nx-json');
18
20
 
19
21
 
20
22
  var _packagejson = require('nx/src/utils/package-json');
@@ -53,12 +55,17 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
53
55
  _path.join.call(void 0, projectRoot, "project.json"),
54
56
  packageJson
55
57
  );
56
- const nxJson = _nxjsonjs.readNxJson.call(void 0, context2.workspaceRoot);
58
+ const nxJson = _nxjson.readNxJson.call(void 0, context2.workspaceRoot);
59
+ const packageManagerCommand = _devkit.getPackageManagerCommand.call(void 0,
60
+ _devkit.detectPackageManager.call(void 0, context2.workspaceRoot),
61
+ context2.workspaceRoot
62
+ );
57
63
  const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
58
64
  packageJson,
59
65
  nxJson,
60
66
  projectConfig.root,
61
- context2.workspaceRoot
67
+ context2.workspaceRoot,
68
+ packageManagerCommand
62
69
  );
63
70
  const root = _chunkBAPFD3TOjs.getRoot.call(void 0, projectRoot, context2);
64
71
  let relativeConfig = configFile.replaceAll(root, "");
@@ -5,17 +5,19 @@ import {
5
5
  ProjectTagConstants,
6
6
  addProjectTag
7
7
  } from "../../../chunk-2GQSCZ3J.mjs";
8
- import "../../../chunk-O67GNKWY.mjs";
8
+ import "../../../chunk-7BMBZDZE.mjs";
9
9
 
10
10
  // src/plugins/typescript/untyped-schema.ts
11
11
  import {
12
12
  createNodesFromFiles,
13
+ detectPackageManager,
14
+ getPackageManagerCommand,
13
15
  readJsonFile
14
16
  } from "@nx/devkit";
15
17
  import { defu } from "defu";
16
18
  import { existsSync } from "node:fs";
17
19
  import { dirname, join } from "node:path";
18
- import { readNxJson } from "nx/src/config/nx-json.js";
20
+ import { readNxJson } from "nx/src/config/nx-json";
19
21
  import {
20
22
  readTargetsFromPackageJson
21
23
  } from "nx/src/utils/package-json";
@@ -55,11 +57,16 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
55
57
  packageJson
56
58
  );
57
59
  const nxJson = readNxJson(context2.workspaceRoot);
60
+ const packageManagerCommand = getPackageManagerCommand(
61
+ detectPackageManager(context2.workspaceRoot),
62
+ context2.workspaceRoot
63
+ );
58
64
  const targets = readTargetsFromPackageJson(
59
65
  packageJson,
60
66
  nxJson,
61
67
  projectConfig.root,
62
- context2.workspaceRoot
68
+ context2.workspaceRoot,
69
+ packageManagerCommand
63
70
  );
64
71
  const root = getRoot(projectRoot, context2);
65
72
  let relativeConfig = configFile.replaceAll(root, "");
@@ -1,7 +1,7 @@
1
1
  export { default as StormJsVersionActions } from './js-version-actions.mjs';
2
2
  export { default as StormRustVersionActions } from './rust-version-actions.mjs';
3
3
  import '@nx/devkit';
4
- import '@nx/js/src/release/version-actions.js';
4
+ import '@nx/js/src/release/version-actions';
5
5
  import '../../types-DI57BUsw.mjs';
6
6
  import 'zod';
7
7
  import 'zod/v4/mini';
@@ -1,7 +1,7 @@
1
1
  export { default as StormJsVersionActions } from './js-version-actions.js';
2
2
  export { default as StormRustVersionActions } from './rust-version-actions.js';
3
3
  import '@nx/devkit';
4
- import '@nx/js/src/release/version-actions.js';
4
+ import '@nx/js/src/release/version-actions';
5
5
  import '../../types-DI57BUsw.js';
6
6
  import 'zod';
7
7
  import 'zod/v4/mini';
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-YYLV7UA6.js');
2
2
 
3
3
 
4
- var _chunkJR7RLYGKjs = require('../../chunk-JR7RLYGK.js');
4
+ var _chunkKLFGYSH4js = require('../../chunk-KLFGYSH4.js');
5
5
 
6
6
 
7
7
  var _chunkU5VDFK5Ujs = require('../../chunk-U5VDFK5U.js');
@@ -14,4 +14,4 @@ require('../../chunk-CQDBLKPF.js');
14
14
 
15
15
 
16
16
 
17
- exports.StormJsVersionActions = _chunkJR7RLYGKjs.StormJsVersionActions; exports.StormRustVersionActions = _chunkU5VDFK5Ujs.StormRustVersionActions;
17
+ exports.StormJsVersionActions = _chunkKLFGYSH4js.StormJsVersionActions; exports.StormRustVersionActions = _chunkU5VDFK5Ujs.StormRustVersionActions;
@@ -1,7 +1,7 @@
1
1
  import "../../chunk-5GZC2PF6.mjs";
2
2
  import {
3
3
  StormJsVersionActions
4
- } from "../../chunk-TVR247U6.mjs";
4
+ } from "../../chunk-U7X7MAHX.mjs";
5
5
  import {
6
6
  StormRustVersionActions
7
7
  } from "../../chunk-ZOOATPKM.mjs";
@@ -11,7 +11,7 @@ import "../../chunk-JGXYRLRO.mjs";
11
11
  import "../../chunk-45CW7OJB.mjs";
12
12
  import "../../chunk-3J2CP54B.mjs";
13
13
  import "../../chunk-TBW5MCN6.mjs";
14
- import "../../chunk-O67GNKWY.mjs";
14
+ import "../../chunk-7BMBZDZE.mjs";
15
15
  export {
16
16
  StormJsVersionActions,
17
17
  StormRustVersionActions
@@ -1,5 +1,5 @@
1
1
  import { ProjectGraphProjectNode, Tree } from '@nx/devkit';
2
- import JsVersionActions from '@nx/js/src/release/version-actions.js';
2
+ import JsVersionActions from '@nx/js/src/release/version-actions';
3
3
  import { S as StormWorkspaceConfig } from '../../types-DI57BUsw.mjs';
4
4
  import { ReleaseGroupWithName } from 'nx/src/command-line/release/config/filter-release-groups';
5
5
  import { FinalConfigForProject } from 'nx/src/command-line/release/utils/release-graph';
@@ -1,5 +1,5 @@
1
1
  import { ProjectGraphProjectNode, Tree } from '@nx/devkit';
2
- import JsVersionActions from '@nx/js/src/release/version-actions.js';
2
+ import JsVersionActions from '@nx/js/src/release/version-actions';
3
3
  import { S as StormWorkspaceConfig } from '../../types-DI57BUsw.js';
4
4
  import { ReleaseGroupWithName } from 'nx/src/command-line/release/config/filter-release-groups';
5
5
  import { FinalConfigForProject } from 'nx/src/command-line/release/utils/release-graph';
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkJR7RLYGKjs = require('../../chunk-JR7RLYGK.js');
3
+ var _chunkKLFGYSH4js = require('../../chunk-KLFGYSH4.js');
4
4
  require('../../chunk-LQ4UTUAF.js');
5
5
  require('../../chunk-CLKU7UMG.js');
6
6
  require('../../chunk-LMYTVXGX.js');
7
7
  require('../../chunk-CQDBLKPF.js');
8
8
 
9
9
 
10
- exports.default = _chunkJR7RLYGKjs.StormJsVersionActions;
10
+ exports.default = _chunkKLFGYSH4js.StormJsVersionActions;
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  StormJsVersionActions
3
- } from "../../chunk-TVR247U6.mjs";
3
+ } from "../../chunk-U7X7MAHX.mjs";
4
4
  import "../../chunk-JGXYRLRO.mjs";
5
5
  import "../../chunk-45CW7OJB.mjs";
6
6
  import "../../chunk-3J2CP54B.mjs";
7
7
  import "../../chunk-TBW5MCN6.mjs";
8
- import "../../chunk-O67GNKWY.mjs";
8
+ import "../../chunk-7BMBZDZE.mjs";
9
9
  export {
10
10
  StormJsVersionActions as default
11
11
  };
@@ -7,7 +7,7 @@ import "../../chunk-JGXYRLRO.mjs";
7
7
  import "../../chunk-45CW7OJB.mjs";
8
8
  import "../../chunk-3J2CP54B.mjs";
9
9
  import "../../chunk-TBW5MCN6.mjs";
10
- import "../../chunk-O67GNKWY.mjs";
10
+ import "../../chunk-7BMBZDZE.mjs";
11
11
  export {
12
12
  StormRustVersionActions as default
13
13
  };
@@ -7,7 +7,7 @@ import {
7
7
  ProjectTagVariant,
8
8
  TypescriptProjectLinkingType
9
9
  } from "../chunk-5OS7GV5T.mjs";
10
- import "../chunk-O67GNKWY.mjs";
10
+ import "../chunk-7BMBZDZE.mjs";
11
11
  export {
12
12
  ProjectTagDistStyleValue,
13
13
  ProjectTagLanguageValue,
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../chunk-UBVTASOE.mjs";
4
4
  import "../../chunk-3J2CP54B.mjs";
5
5
  import "../../chunk-TBW5MCN6.mjs";
6
- import "../../chunk-O67GNKWY.mjs";
6
+ import "../../chunk-7BMBZDZE.mjs";
7
7
  export {
8
8
  applyWorkspaceExecutorTokens
9
9
  };
@@ -11,7 +11,7 @@ import {
11
11
  } from "../../chunk-C3G4MZGP.mjs";
12
12
  import "../../chunk-UA33NH5O.mjs";
13
13
  import "../../chunk-45CW7OJB.mjs";
14
- import "../../chunk-O67GNKWY.mjs";
14
+ import "../../chunk-7BMBZDZE.mjs";
15
15
  export {
16
16
  INVALID_CARGO_ARGS,
17
17
  buildCargoCommand,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createCliOptions
3
3
  } from "../../chunk-W2C5IGWW.mjs";
4
- import "../../chunk-O67GNKWY.mjs";
4
+ import "../../chunk-7BMBZDZE.mjs";
5
5
  export {
6
6
  createCliOptions
7
7
  };
@@ -4,7 +4,7 @@ import {
4
4
  } from "../../chunk-AH7KAAQJ.mjs";
5
5
  import "../../chunk-3J2CP54B.mjs";
6
6
  import "../../chunk-TBW5MCN6.mjs";
7
- import "../../chunk-O67GNKWY.mjs";
7
+ import "../../chunk-7BMBZDZE.mjs";
8
8
  export {
9
9
  getProjectConfiguration,
10
10
  getProjectConfigurations
@@ -2,7 +2,7 @@ import {
2
2
  getGitHubTools
3
3
  } from "../../chunk-54BBSJHK.mjs";
4
4
  import "../../chunk-TBW5MCN6.mjs";
5
- import "../../chunk-O67GNKWY.mjs";
5
+ import "../../chunk-7BMBZDZE.mjs";
6
6
  export {
7
7
  getGitHubTools
8
8
  };
@@ -17,7 +17,7 @@ import 'node:child_process';
17
17
  import '../../types-DI57BUsw.mjs';
18
18
  import 'zod';
19
19
  import 'zod/v4/mini';
20
- import 'nx/src/utils/package-json.js';
20
+ import 'nx/src/utils/package-json';
21
21
  import 'pkg-types';
22
22
  import '../../types-D2zxYEAh.mjs';
23
23
  import 'typescript';
@@ -17,7 +17,7 @@ import 'node:child_process';
17
17
  import '../../types-DI57BUsw.js';
18
18
  import 'zod';
19
19
  import 'zod/v4/mini';
20
- import 'nx/src/utils/package-json.js';
20
+ import 'nx/src/utils/package-json';
21
21
  import 'pkg-types';
22
22
  import '../../types-D2zxYEAh.js';
23
23
  import 'typescript';
@@ -90,7 +90,7 @@ import {
90
90
  import "../../chunk-45CW7OJB.mjs";
91
91
  import "../../chunk-3J2CP54B.mjs";
92
92
  import "../../chunk-TBW5MCN6.mjs";
93
- import "../../chunk-O67GNKWY.mjs";
93
+ import "../../chunk-7BMBZDZE.mjs";
94
94
  export {
95
95
  INVALID_CARGO_ARGS,
96
96
  LOCK_FILES,
@@ -1,4 +1,4 @@
1
- import { PackageManager, CreateDependenciesContext, ProjectGraphExternalNode, RawProjectGraphDependency, CreateNodesContextV2 } from '@nx/devkit';
1
+ import { PackageManager, CreateDependenciesContext, ProjectGraphExternalNode, RawProjectGraphDependency, CreateNodesContext } from '@nx/devkit';
2
2
 
3
3
  declare const YARN_LOCK_FILE = "yarn.lock";
4
4
  declare const NPM_LOCK_FILE = "package-lock.json";
@@ -10,7 +10,7 @@ declare const PNPM_LOCK_PATH: string;
10
10
  /**
11
11
  * Parses lock file and maps dependencies and metadata to {@link LockFileGraph}
12
12
  */
13
- declare function getLockFileNodes(packageManager: PackageManager, contents: string, lockFileHash: string, context: CreateNodesContextV2): {
13
+ declare function getLockFileNodes(packageManager: PackageManager, contents: string, lockFileHash: string, context: CreateNodesContext): {
14
14
  nodes: Record<string, ProjectGraphExternalNode>;
15
15
  keyMap: Map<string, ProjectGraphExternalNode> | Map<string, Set<ProjectGraphExternalNode>>;
16
16
  };
@@ -1,4 +1,4 @@
1
- import { PackageManager, CreateDependenciesContext, ProjectGraphExternalNode, RawProjectGraphDependency, CreateNodesContextV2 } from '@nx/devkit';
1
+ import { PackageManager, CreateDependenciesContext, ProjectGraphExternalNode, RawProjectGraphDependency, CreateNodesContext } from '@nx/devkit';
2
2
 
3
3
  declare const YARN_LOCK_FILE = "yarn.lock";
4
4
  declare const NPM_LOCK_FILE = "package-lock.json";
@@ -10,7 +10,7 @@ declare const PNPM_LOCK_PATH: string;
10
10
  /**
11
11
  * Parses lock file and maps dependencies and metadata to {@link LockFileGraph}
12
12
  */
13
- declare function getLockFileNodes(packageManager: PackageManager, contents: string, lockFileHash: string, context: CreateNodesContextV2): {
13
+ declare function getLockFileNodes(packageManager: PackageManager, contents: string, lockFileHash: string, context: CreateNodesContext): {
14
14
  nodes: Record<string, ProjectGraphExternalNode>;
15
15
  keyMap: Map<string, ProjectGraphExternalNode> | Map<string, Set<ProjectGraphExternalNode>>;
16
16
  };
@@ -11,7 +11,7 @@ import {
11
11
  getLockFileNodes,
12
12
  lockFileExists
13
13
  } from "../../chunk-77B77QNY.mjs";
14
- import "../../chunk-O67GNKWY.mjs";
14
+ import "../../chunk-7BMBZDZE.mjs";
15
15
  export {
16
16
  LOCK_FILES,
17
17
  NPM_LOCK_FILE,
@@ -3,7 +3,7 @@ import {
3
3
  RELEASE,
4
4
  withNamedInputs
5
5
  } from "../../chunk-NNDVMJGY.mjs";
6
- import "../../chunk-O67GNKWY.mjs";
6
+ import "../../chunk-7BMBZDZE.mjs";
7
7
  export {
8
8
  NAMED_INPUTS,
9
9
  RELEASE,
@@ -1,6 +1,6 @@
1
1
  import { ProjectConfiguration } from '@nx/devkit';
2
2
  import { CargoToml } from '@storm-software/config-tools/utilities/toml';
3
- import { PackageJson } from 'nx/src/utils/package-json.js';
3
+ import { PackageJson } from 'nx/src/utils/package-json';
4
4
 
5
5
  type PackageManagerType = "package.json" | "Cargo.toml";
6
6
  declare const PackageManagerTypes: {
@@ -1,6 +1,6 @@
1
1
  import { ProjectConfiguration } from '@nx/devkit';
2
2
  import { CargoToml } from '@storm-software/config-tools/utilities/toml';
3
- import { PackageJson } from 'nx/src/utils/package-json.js';
3
+ import { PackageJson } from 'nx/src/utils/package-json';
4
4
 
5
5
  type PackageManagerType = "package.json" | "Cargo.toml";
6
6
  declare const PackageManagerTypes: {
@@ -7,7 +7,7 @@ import "../../chunk-UA33NH5O.mjs";
7
7
  import "../../chunk-2GQSCZ3J.mjs";
8
8
  import "../../chunk-45CW7OJB.mjs";
9
9
  import "../../chunk-TBW5MCN6.mjs";
10
- import "../../chunk-O67GNKWY.mjs";
10
+ import "../../chunk-7BMBZDZE.mjs";
11
11
  export {
12
12
  PackageManagerTypes,
13
13
  addPackageJsonGitHead,
@@ -1,4 +1,4 @@
1
- import { ProjectConfiguration, CreateNodesContextV2 } from '@nx/devkit';
1
+ import { ProjectConfiguration, CreateNodesContext } from '@nx/devkit';
2
2
  import { PackageJson } from 'pkg-types';
3
3
 
4
4
  declare function getProjectPlatform(project: ProjectConfiguration, ignoreTags?: boolean): "node" | "neutral" | "browser" | "worker";
@@ -15,6 +15,6 @@ declare function getProjectConfigFromProjectRoot(projectRoot: string, packageJso
15
15
  * @returns The project root directory or null if not found.
16
16
  */
17
17
  declare function getProjectRoot(configPath: string, workspaceRoot: string): string | null;
18
- declare function getRoot(projectRoot: string, context: CreateNodesContextV2): string;
18
+ declare function getRoot(projectRoot: string, context: CreateNodesContext): string;
19
19
 
20
20
  export { getProjectConfigFromProjectJsonPath, getProjectConfigFromProjectRoot, getProjectPlatform, getProjectRoot, getRoot };
@@ -1,4 +1,4 @@
1
- import { ProjectConfiguration, CreateNodesContextV2 } from '@nx/devkit';
1
+ import { ProjectConfiguration, CreateNodesContext } from '@nx/devkit';
2
2
  import { PackageJson } from 'pkg-types';
3
3
 
4
4
  declare function getProjectPlatform(project: ProjectConfiguration, ignoreTags?: boolean): "node" | "neutral" | "browser" | "worker";
@@ -15,6 +15,6 @@ declare function getProjectConfigFromProjectRoot(projectRoot: string, packageJso
15
15
  * @returns The project root directory or null if not found.
16
16
  */
17
17
  declare function getProjectRoot(configPath: string, workspaceRoot: string): string | null;
18
- declare function getRoot(projectRoot: string, context: CreateNodesContextV2): string;
18
+ declare function getRoot(projectRoot: string, context: CreateNodesContext): string;
19
19
 
20
20
  export { getProjectConfigFromProjectJsonPath, getProjectConfigFromProjectRoot, getProjectPlatform, getProjectRoot, getRoot };
@@ -6,7 +6,7 @@ import {
6
6
  getRoot
7
7
  } from "../../chunk-K4QMCCQB.mjs";
8
8
  import "../../chunk-2GQSCZ3J.mjs";
9
- import "../../chunk-O67GNKWY.mjs";
9
+ import "../../chunk-7BMBZDZE.mjs";
10
10
  export {
11
11
  getProjectConfigFromProjectJsonPath,
12
12
  getProjectConfigFromProjectRoot,
@@ -8,7 +8,7 @@ import {
8
8
  isEqualProjectTag,
9
9
  setDefaultProjectTags
10
10
  } from "../../chunk-2GQSCZ3J.mjs";
11
- import "../../chunk-O67GNKWY.mjs";
11
+ import "../../chunk-7BMBZDZE.mjs";
12
12
  export {
13
13
  ProjectTagConstants,
14
14
  addPluginProjectTag,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getCrateRegistryVersion
3
3
  } from "../../chunk-EGI64HQ2.mjs";
4
- import "../../chunk-O67GNKWY.mjs";
4
+ import "../../chunk-7BMBZDZE.mjs";
5
5
  export {
6
6
  getCrateRegistryVersion
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getTypiaTransform
3
3
  } from "../../chunk-KR72GKIT.mjs";
4
- import "../../chunk-O67GNKWY.mjs";
4
+ import "../../chunk-7BMBZDZE.mjs";
5
5
  export {
6
6
  getTypiaTransform
7
7
  };
@@ -18,7 +18,7 @@ import {
18
18
  typescriptVersion,
19
19
  verdaccioVersion
20
20
  } from "../../chunk-QC5ON3X4.mjs";
21
- import "../../chunk-O67GNKWY.mjs";
21
+ import "../../chunk-7BMBZDZE.mjs";
22
22
  export {
23
23
  eslintVersion,
24
24
  lintStagedVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.296.61",
3
+ "version": "1.296.63",
4
4
  "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
5
5
  "keywords": [
6
6
  "monorepo",
@@ -232,16 +232,16 @@
232
232
  "@actions/core": "^3.0.1",
233
233
  "@ltd/j-toml": "1.38.0",
234
234
  "@microsoft/api-extractor": "^7.58.9",
235
- "@nx/devkit": "22.7.5",
236
- "@nx/js": "22.7.5",
235
+ "@nx/devkit": "23.0.1",
236
+ "@nx/js": "23.0.1",
237
237
  "@samchon/openapi": "^2.5.3",
238
238
  "@size-limit/esbuild": "^11.2.0",
239
239
  "@size-limit/esbuild-why": "^11.2.0",
240
240
  "@size-limit/file": "^11.2.0",
241
- "@storm-software/config-tools": "^1.190.81",
242
- "@storm-software/npm-tools": "^0.6.199",
243
- "@storm-software/pnpm-tools": "^0.7.92",
244
- "@storm-software/prettier": "^0.59.134",
241
+ "@storm-software/config-tools": "^1.190.83",
242
+ "@storm-software/npm-tools": "^0.6.201",
243
+ "@storm-software/pnpm-tools": "^0.7.94",
244
+ "@storm-software/prettier": "^0.59.136",
245
245
  "fs-extra": "11.2.0",
246
246
  "glob": "^11.1.0",
247
247
  "jiti": "^2.7.0",
@@ -255,17 +255,17 @@
255
255
  },
256
256
  "devDependencies": {
257
257
  "@napi-rs/cli": "^3.7.2",
258
- "@storm-software/esbuild": "^0.53.242",
259
- "@storm-software/package-constants": "^0.1.94",
260
- "@storm-software/tsdown": "^0.45.242",
261
- "@storm-software/unbuild": "^0.57.242",
258
+ "@storm-software/esbuild": "^0.53.244",
259
+ "@storm-software/package-constants": "^0.1.96",
260
+ "@storm-software/tsdown": "^0.45.244",
261
+ "@storm-software/unbuild": "^0.57.244",
262
262
  "@types/micromatch": "^4.0.10",
263
263
  "@types/node": "^25.9.4",
264
264
  "@types/semver": "^7.7.1",
265
265
  "defu": "^6.1.7",
266
- "nx": "22.7.5",
266
+ "nx": "23.0.1",
267
267
  "pkg-types": "^1.3.1",
268
- "prettier": "^3.9.1",
268
+ "prettier": "^3.9.4",
269
269
  "tsup": "8.4.0",
270
270
  "typescript": "^5.9.3"
271
271
  },
@@ -290,5 +290,5 @@
290
290
  "publishConfig": { "access": "public" },
291
291
  "executors": "./executors.json",
292
292
  "generators": "./generators.json",
293
- "gitHead": "61f91d519ffe77bde1a06627ba2d7dcda4c7ce20"
293
+ "gitHead": "3c11a427a4d49da9337e9f972bd2fb7768550288"
294
294
  }