@storm-software/workspace-tools 1.295.87 → 1.296.3

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 (109) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-OBATTMGC.mjs → chunk-3WCWA5OH.mjs} +1 -1
  3. package/dist/chunk-54BBSJHK.mjs +40 -0
  4. package/dist/{chunk-SGI4JCLV.js → chunk-A74N7OF2.js} +81 -97
  5. package/dist/{chunk-GTBTSMUH.mjs → chunk-C3NYIWL4.mjs} +1 -1
  6. package/dist/{chunk-FPNWNZUL.mjs → chunk-J4MHHL63.mjs} +1 -1
  7. package/dist/{chunk-RCSUK5YZ.mjs → chunk-JIWQM3MH.mjs} +1 -1
  8. package/dist/chunk-MKJITWLN.js +40 -0
  9. package/dist/{chunk-HECOVC7R.mjs → chunk-NIETCJS4.mjs} +1 -1
  10. package/dist/{chunk-GCDDSEDG.mjs → chunk-VY3EJCTI.mjs} +76 -92
  11. package/dist/{executor-0ivVjqma.d.mts → executor-BF7_LjrR.d.mts} +4 -4
  12. package/dist/{executor-0ivVjqma.d.ts → executor-BF7_LjrR.d.ts} +4 -4
  13. package/dist/executors.d.mts +1 -1
  14. package/dist/executors.d.ts +1 -1
  15. package/dist/executors.js +3 -2
  16. package/dist/executors.mjs +3 -2
  17. package/dist/generators.mjs +5 -5
  18. package/dist/index.d.mts +2 -1
  19. package/dist/index.d.ts +2 -1
  20. package/dist/index.js +13 -9
  21. package/dist/index.mjs +18 -14
  22. package/dist/src/base/base-executor.mjs +1 -1
  23. package/dist/src/base/base-executor.untyped.mjs +1 -1
  24. package/dist/src/base/base-generator.mjs +1 -1
  25. package/dist/src/base/base-generator.untyped.mjs +1 -1
  26. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  27. package/dist/src/base/index.mjs +1 -1
  28. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  29. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  30. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  31. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  32. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  33. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  34. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  35. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  36. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  37. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  38. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  39. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  40. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  41. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  42. package/dist/src/executors/clean-package/executor.mjs +1 -1
  43. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  44. package/dist/src/executors/esbuild/executor.mjs +1 -1
  45. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  46. package/dist/src/executors/napi/executor.mjs +1 -1
  47. package/dist/src/executors/napi/untyped.mjs +1 -1
  48. package/dist/src/executors/npm-publish/executor.d.mts +1 -1
  49. package/dist/src/executors/npm-publish/executor.d.ts +1 -1
  50. package/dist/src/executors/npm-publish/executor.js +3 -2
  51. package/dist/src/executors/npm-publish/executor.mjs +3 -2
  52. package/dist/src/executors/npm-publish/schema.d.ts +4 -4
  53. package/dist/src/executors/npm-publish/schema.json +4 -4
  54. package/dist/src/executors/npm-publish/untyped.js +4 -4
  55. package/dist/src/executors/npm-publish/untyped.mjs +5 -5
  56. package/dist/src/executors/size-limit/executor.mjs +1 -1
  57. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  58. package/dist/src/executors/tsdown/executor.mjs +1 -1
  59. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  60. package/dist/src/executors/typia/executor.mjs +1 -1
  61. package/dist/src/executors/typia/untyped.mjs +1 -1
  62. package/dist/src/executors/unbuild/executor.mjs +1 -1
  63. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  64. package/dist/src/generators/browser-library/generator.mjs +2 -2
  65. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  66. package/dist/src/generators/config-schema/generator.mjs +1 -1
  67. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  68. package/dist/src/generators/init/init.mjs +1 -1
  69. package/dist/src/generators/init/untyped.mjs +1 -1
  70. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  71. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  72. package/dist/src/generators/node-library/generator.mjs +2 -2
  73. package/dist/src/generators/node-library/untyped.mjs +1 -1
  74. package/dist/src/generators/preset/generator.mjs +2 -2
  75. package/dist/src/generators/preset/untyped.mjs +1 -1
  76. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  77. package/dist/src/plugins/rust/index.mjs +1 -1
  78. package/dist/src/plugins/typescript/index.mjs +1 -1
  79. package/dist/src/plugins/typescript/tsdown.mjs +1 -1
  80. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  81. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  82. package/dist/src/release/index.mjs +1 -1
  83. package/dist/src/release/js-version-actions.mjs +1 -1
  84. package/dist/src/release/rust-version-actions.mjs +1 -1
  85. package/dist/src/types.mjs +1 -1
  86. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  87. package/dist/src/utils/cargo.mjs +1 -1
  88. package/dist/src/utils/create-cli-options.mjs +1 -1
  89. package/dist/src/utils/get-project-configurations.mjs +1 -1
  90. package/dist/src/utils/github.d.mts +19 -0
  91. package/dist/src/utils/github.d.ts +19 -0
  92. package/dist/src/utils/github.js +7 -0
  93. package/dist/src/utils/github.mjs +8 -0
  94. package/dist/src/utils/index.d.mts +4 -0
  95. package/dist/src/utils/index.d.ts +4 -0
  96. package/dist/src/utils/index.js +12 -8
  97. package/dist/src/utils/index.mjs +13 -9
  98. package/dist/src/utils/lock-file.mjs +1 -1
  99. package/dist/src/utils/nx-json.mjs +1 -1
  100. package/dist/src/utils/package-helpers.mjs +1 -1
  101. package/dist/src/utils/plugin-helpers.mjs +1 -1
  102. package/dist/src/utils/project-tags.mjs +1 -1
  103. package/dist/src/utils/registry-helpers.mjs +1 -1
  104. package/dist/src/utils/typia-transform.mjs +1 -1
  105. package/dist/src/utils/versions.mjs +1 -1
  106. package/docs/api/executors/npm-publish/schema.md +4 -4
  107. package/package.json +16 -15
  108. /package/dist/{chunk-JGP4YWZY.js → chunk-DO2X7OZO.js} +0 -0
  109. /package/dist/{chunk-6YZ3OUJB.mjs → chunk-XCVH63OO.mjs} +0 -0
@@ -1,4 +1,4 @@
1
- import "../../../chunk-GTBTSMUH.mjs";
1
+ import "../../../chunk-C3NYIWL4.mjs";
2
2
 
3
3
  // src/generators/init/untyped.ts
4
4
  import { defineUntypedSchema } from "untyped";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  neutralLibraryGeneratorFn
4
- } from "../../../chunk-RCSUK5YZ.mjs";
4
+ } from "../../../chunk-JIWQM3MH.mjs";
5
5
  import "../../../chunk-4VWDSVQJ.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
7
  import "../../../chunk-2GQSCZ3J.mjs";
@@ -11,7 +11,7 @@ import "../../../chunk-35G4LHK2.mjs";
11
11
  import "../../../chunk-4AR5RJMF.mjs";
12
12
  import "../../../chunk-3J2CP54B.mjs";
13
13
  import "../../../chunk-TBW5MCN6.mjs";
14
- import "../../../chunk-GTBTSMUH.mjs";
14
+ import "../../../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/generators/neutral-library/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  nodeLibraryGeneratorFn
4
- } from "../../../chunk-HECOVC7R.mjs";
4
+ } from "../../../chunk-NIETCJS4.mjs";
5
5
  import "../../../chunk-4VWDSVQJ.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
7
  import "../../../chunk-2GQSCZ3J.mjs";
@@ -11,7 +11,7 @@ import "../../../chunk-35G4LHK2.mjs";
11
11
  import "../../../chunk-4AR5RJMF.mjs";
12
12
  import "../../../chunk-3J2CP54B.mjs";
13
13
  import "../../../chunk-TBW5MCN6.mjs";
14
- import "../../../chunk-GTBTSMUH.mjs";
14
+ import "../../../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.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-FPNWNZUL.mjs";
4
+ } from "../../../chunk-J4MHHL63.mjs";
5
5
  import "../../../chunk-QC5ON3X4.mjs";
6
6
  import "../../../chunk-ALL63TSY.mjs";
7
7
  import "../../../chunk-2QMGYIOO.mjs";
@@ -9,7 +9,7 @@ import "../../../chunk-35G4LHK2.mjs";
9
9
  import "../../../chunk-4AR5RJMF.mjs";
10
10
  import "../../../chunk-3J2CP54B.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-GTBTSMUH.mjs";
12
+ import "../../../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
4
+ import "../../../chunk-C3NYIWL4.mjs";
5
5
 
6
6
  // src/generators/preset/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import {
8
8
  import "../../../chunk-K4QMCCQB.mjs";
9
9
  import "../../../chunk-GKLFEOKK.mjs";
10
10
  import "../../../chunk-2GQSCZ3J.mjs";
11
- import "../../../chunk-GTBTSMUH.mjs";
11
+ import "../../../chunk-C3NYIWL4.mjs";
12
12
  export {
13
13
  DefaultCargoPluginProfileMap,
14
14
  createDependencies,
@@ -8,7 +8,7 @@ import {
8
8
  import "../../../chunk-K4QMCCQB.mjs";
9
9
  import "../../../chunk-GKLFEOKK.mjs";
10
10
  import "../../../chunk-2GQSCZ3J.mjs";
11
- import "../../../chunk-GTBTSMUH.mjs";
11
+ import "../../../chunk-C3NYIWL4.mjs";
12
12
  export {
13
13
  DefaultCargoPluginProfileMap,
14
14
  createDependencies,
@@ -9,7 +9,7 @@ import {
9
9
  setDefaultProjectTags
10
10
  } from "../../../chunk-2GQSCZ3J.mjs";
11
11
  import "../../../chunk-5OS7GV5T.mjs";
12
- import "../../../chunk-GTBTSMUH.mjs";
12
+ import "../../../chunk-C3NYIWL4.mjs";
13
13
 
14
14
  // src/plugins/typescript/index.ts
15
15
  import {
@@ -7,7 +7,7 @@ import {
7
7
  setDefaultProjectTags
8
8
  } from "../../../chunk-2GQSCZ3J.mjs";
9
9
  import "../../../chunk-5OS7GV5T.mjs";
10
- import "../../../chunk-GTBTSMUH.mjs";
10
+ import "../../../chunk-C3NYIWL4.mjs";
11
11
 
12
12
  // src/plugins/typescript/tsdown.ts
13
13
  import {
@@ -7,7 +7,7 @@ import {
7
7
  setDefaultProjectTags
8
8
  } from "../../../chunk-2GQSCZ3J.mjs";
9
9
  import "../../../chunk-5OS7GV5T.mjs";
10
- import "../../../chunk-GTBTSMUH.mjs";
10
+ import "../../../chunk-C3NYIWL4.mjs";
11
11
 
12
12
  // src/plugins/typescript/tsup.ts
13
13
  import {
@@ -5,7 +5,7 @@ import {
5
5
  ProjectTagConstants,
6
6
  addProjectTag
7
7
  } from "../../../chunk-2GQSCZ3J.mjs";
8
- import "../../../chunk-GTBTSMUH.mjs";
8
+ import "../../../chunk-C3NYIWL4.mjs";
9
9
 
10
10
  // src/plugins/typescript/untyped-schema.ts
11
11
  import {
@@ -11,7 +11,7 @@ import "../../chunk-35G4LHK2.mjs";
11
11
  import "../../chunk-4AR5RJMF.mjs";
12
12
  import "../../chunk-3J2CP54B.mjs";
13
13
  import "../../chunk-TBW5MCN6.mjs";
14
- import "../../chunk-GTBTSMUH.mjs";
14
+ import "../../chunk-C3NYIWL4.mjs";
15
15
  export {
16
16
  StormJsVersionActions,
17
17
  StormRustVersionActions
@@ -5,7 +5,7 @@ import "../../chunk-35G4LHK2.mjs";
5
5
  import "../../chunk-4AR5RJMF.mjs";
6
6
  import "../../chunk-3J2CP54B.mjs";
7
7
  import "../../chunk-TBW5MCN6.mjs";
8
- import "../../chunk-GTBTSMUH.mjs";
8
+ import "../../chunk-C3NYIWL4.mjs";
9
9
  export {
10
10
  StormJsVersionActions as default
11
11
  };
@@ -7,7 +7,7 @@ import "../../chunk-35G4LHK2.mjs";
7
7
  import "../../chunk-4AR5RJMF.mjs";
8
8
  import "../../chunk-3J2CP54B.mjs";
9
9
  import "../../chunk-TBW5MCN6.mjs";
10
- import "../../chunk-GTBTSMUH.mjs";
10
+ import "../../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
10
+ import "../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
6
+ import "../../chunk-C3NYIWL4.mjs";
7
7
  export {
8
8
  applyWorkspaceExecutorTokens
9
9
  };
@@ -9,7 +9,7 @@ import {
9
9
  isExternal,
10
10
  runProcess
11
11
  } from "../../chunk-GKLFEOKK.mjs";
12
- import "../../chunk-GTBTSMUH.mjs";
12
+ import "../../chunk-C3NYIWL4.mjs";
13
13
  export {
14
14
  INVALID_CARGO_ARGS,
15
15
  buildCargoCommand,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createCliOptions
3
3
  } from "../../chunk-W2C5IGWW.mjs";
4
- import "../../chunk-GTBTSMUH.mjs";
4
+ import "../../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
7
+ import "../../chunk-C3NYIWL4.mjs";
8
8
  export {
9
9
  getProjectConfiguration,
10
10
  getProjectConfigurations
@@ -0,0 +1,19 @@
1
+ import { S as StormWorkspaceConfig } from '../../types-Dug-2iKz.mjs';
2
+ import 'zod';
3
+ import 'zod/v4/mini';
4
+
5
+ interface GitHubTools {
6
+ error(message: string): void;
7
+ warning(message: string): void;
8
+ info(message: string): void;
9
+ getIDToken(aud?: string): Promise<string>;
10
+ }
11
+ /**
12
+ * Get GitHub Actions tools if running in a GitHub Actions environment, otherwise return no-op implementations
13
+ *
14
+ * @param workspaceConfig - The Storm workspace configuration
15
+ * @returns An object containing GitHub Actions tools or no-op implementations if not running in a GitHub Actions environment
16
+ */
17
+ declare function getGitHubTools(workspaceConfig: StormWorkspaceConfig): Promise<GitHubTools>;
18
+
19
+ export { type GitHubTools, getGitHubTools };
@@ -0,0 +1,19 @@
1
+ import { S as StormWorkspaceConfig } from '../../types-Dug-2iKz.js';
2
+ import 'zod';
3
+ import 'zod/v4/mini';
4
+
5
+ interface GitHubTools {
6
+ error(message: string): void;
7
+ warning(message: string): void;
8
+ info(message: string): void;
9
+ getIDToken(aud?: string): Promise<string>;
10
+ }
11
+ /**
12
+ * Get GitHub Actions tools if running in a GitHub Actions environment, otherwise return no-op implementations
13
+ *
14
+ * @param workspaceConfig - The Storm workspace configuration
15
+ * @returns An object containing GitHub Actions tools or no-op implementations if not running in a GitHub Actions environment
16
+ */
17
+ declare function getGitHubTools(workspaceConfig: StormWorkspaceConfig): Promise<GitHubTools>;
18
+
19
+ export { type GitHubTools, getGitHubTools };
@@ -0,0 +1,7 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunkMKJITWLNjs = require('../../chunk-MKJITWLN.js');
4
+ require('../../chunk-CQDBLKPF.js');
5
+
6
+
7
+ exports.getGitHubTools = _chunkMKJITWLNjs.getGitHubTools;
@@ -0,0 +1,8 @@
1
+ import {
2
+ getGitHubTools
3
+ } from "../../chunk-54BBSJHK.mjs";
4
+ import "../../chunk-TBW5MCN6.mjs";
5
+ import "../../chunk-C3NYIWL4.mjs";
6
+ export {
7
+ getGitHubTools
8
+ };
@@ -2,6 +2,7 @@ export { ExecutorTokenizerOptions, applyWorkspaceExecutorTokens } from './apply-
2
2
  export { INVALID_CARGO_ARGS, buildCargoCommand, cargoCommand, cargoCommandSync, cargoMetadata, cargoRunCommand, childProcess, isExternal, runProcess } from './cargo.mjs';
3
3
  export { createCliOptions } from './create-cli-options.mjs';
4
4
  export { getProjectConfiguration, getProjectConfigurations } from './get-project-configurations.mjs';
5
+ export { GitHubTools, getGitHubTools } from './github.mjs';
5
6
  export { LOCK_FILES, NPM_LOCK_FILE, NPM_LOCK_PATH, PNPM_LOCK_FILE, PNPM_LOCK_PATH, YARN_LOCK_FILE, YARN_LOCK_PATH, getLockFileDependencies, getLockFileName, getLockFileNodes, lockFileExists } from './lock-file.mjs';
6
7
  export { NAMED_INPUTS, RELEASE, withNamedInputs } from './nx-json.mjs';
7
8
  export { PackageInfo, PackageManagerType, PackageManagerTypes, addPackageJsonGitHead, getPackageInfo } from './package-helpers.mjs';
@@ -13,6 +14,9 @@ import '@nx/devkit';
13
14
  import '@storm-software/config-tools';
14
15
  import '@storm-software/config-tools/utilities/toml';
15
16
  import 'node:child_process';
17
+ import '../../types-Dug-2iKz.mjs';
18
+ import 'zod';
19
+ import 'zod/v4/mini';
16
20
  import 'nx/src/utils/package-json.js';
17
21
  import 'pkg-types';
18
22
  import '../../types-D2zxYEAh.mjs';
@@ -2,6 +2,7 @@ export { ExecutorTokenizerOptions, applyWorkspaceExecutorTokens } from './apply-
2
2
  export { INVALID_CARGO_ARGS, buildCargoCommand, cargoCommand, cargoCommandSync, cargoMetadata, cargoRunCommand, childProcess, isExternal, runProcess } from './cargo.js';
3
3
  export { createCliOptions } from './create-cli-options.js';
4
4
  export { getProjectConfiguration, getProjectConfigurations } from './get-project-configurations.js';
5
+ export { GitHubTools, getGitHubTools } from './github.js';
5
6
  export { LOCK_FILES, NPM_LOCK_FILE, NPM_LOCK_PATH, PNPM_LOCK_FILE, PNPM_LOCK_PATH, YARN_LOCK_FILE, YARN_LOCK_PATH, getLockFileDependencies, getLockFileName, getLockFileNodes, lockFileExists } from './lock-file.js';
6
7
  export { NAMED_INPUTS, RELEASE, withNamedInputs } from './nx-json.js';
7
8
  export { PackageInfo, PackageManagerType, PackageManagerTypes, addPackageJsonGitHead, getPackageInfo } from './package-helpers.js';
@@ -13,6 +14,9 @@ import '@nx/devkit';
13
14
  import '@storm-software/config-tools';
14
15
  import '@storm-software/config-tools/utilities/toml';
15
16
  import 'node:child_process';
17
+ import '../../types-Dug-2iKz.js';
18
+ import 'zod';
19
+ import 'zod/v4/mini';
16
20
  import 'nx/src/utils/package-json.js';
17
21
  import 'pkg-types';
18
22
  import '../../types-D2zxYEAh.js';
@@ -1,39 +1,39 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-JGP4YWZY.js');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-DO2X7OZO.js');
2
2
 
3
3
 
4
- var _chunk6EMYX25Vjs = require('../../chunk-6EMYX25V.js');
5
4
 
6
5
 
7
- var _chunkQVYCDINGjs = require('../../chunk-QVYCDING.js');
8
6
 
9
7
 
8
+ var _chunkBAPFD3TOjs = require('../../chunk-BAPFD3TO.js');
10
9
 
11
- var _chunkDIUWF7BWjs = require('../../chunk-DIUWF7BW.js');
12
10
 
11
+ var _chunk6EMYX25Vjs = require('../../chunk-6EMYX25V.js');
13
12
 
14
13
 
14
+ var _chunkQVYCDINGjs = require('../../chunk-QVYCDING.js');
15
15
 
16
16
 
17
17
 
18
+ var _chunkDIUWF7BWjs = require('../../chunk-DIUWF7BW.js');
18
19
 
19
20
 
20
21
 
21
22
 
22
23
 
23
24
 
24
- var _chunkTM2CRDJWjs = require('../../chunk-TM2CRDJW.js');
25
25
 
26
26
 
27
27
 
28
28
 
29
- var _chunk4AKDRRMLjs = require('../../chunk-4AKDRRML.js');
30
29
 
31
30
 
31
+ var _chunkTM2CRDJWjs = require('../../chunk-TM2CRDJW.js');
32
32
 
33
33
 
34
34
 
35
35
 
36
- var _chunkBAPFD3TOjs = require('../../chunk-BAPFD3TO.js');
36
+ var _chunk4AKDRRMLjs = require('../../chunk-4AKDRRML.js');
37
37
 
38
38
 
39
39
  var _chunkVXHOSAQ7js = require('../../chunk-VXHOSAQ7.js');
@@ -50,6 +50,9 @@ var _chunkVXHOSAQ7js = require('../../chunk-VXHOSAQ7.js');
50
50
  var _chunk32KQVUCFjs = require('../../chunk-32KQVUCF.js');
51
51
 
52
52
 
53
+ var _chunkMKJITWLNjs = require('../../chunk-MKJITWLN.js');
54
+
55
+
53
56
 
54
57
 
55
58
  var _chunk6IXJEWJRjs = require('../../chunk-6IXJEWJR.js');
@@ -150,4 +153,5 @@ require('../../chunk-CQDBLKPF.js');
150
153
 
151
154
 
152
155
 
153
- exports.INVALID_CARGO_ARGS = _chunk32KQVUCFjs.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunk4AKDRRMLjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkTM2CRDJWjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkTM2CRDJWjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkTM2CRDJWjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkTM2CRDJWjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk6IXJEWJRjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkTAP26ZJQjs.ProjectTagConstants; exports.RELEASE = _chunk4AKDRRMLjs.RELEASE; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk6IXJEWJRjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkTAP26ZJQjs.addPluginProjectTag; exports.addProjectTag = _chunkTAP26ZJQjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkVXHOSAQ7js.applyWorkspaceExecutorTokens; exports.buildCargoCommand = _chunk32KQVUCFjs.buildCargoCommand; exports.cargoCommand = _chunk32KQVUCFjs.cargoCommand; exports.cargoCommandSync = _chunk32KQVUCFjs.cargoCommandSync; exports.cargoMetadata = _chunk32KQVUCFjs.cargoMetadata; exports.cargoRunCommand = _chunk32KQVUCFjs.cargoRunCommand; exports.childProcess = _chunk32KQVUCFjs.childProcess; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkTAP26ZJQjs.formatProjectTag; exports.getLockFileDependencies = _chunkTM2CRDJWjs.getLockFileDependencies; exports.getLockFileName = _chunkTM2CRDJWjs.getLockFileName; exports.getLockFileNodes = _chunkTM2CRDJWjs.getLockFileNodes; exports.getPackageInfo = _chunk6IXJEWJRjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkBAPFD3TOjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkBAPFD3TOjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkDIUWF7BWjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkDIUWF7BWjs.getProjectConfigurations; exports.getProjectPlatform = _chunkBAPFD3TOjs.getProjectPlatform; exports.getProjectRoot = _chunkBAPFD3TOjs.getProjectRoot; exports.getProjectTag = _chunkTAP26ZJQjs.getProjectTag; exports.getRoot = _chunkBAPFD3TOjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkTAP26ZJQjs.hasProjectTag; exports.isEqualProjectTag = _chunkTAP26ZJQjs.isEqualProjectTag; exports.isExternal = _chunk32KQVUCFjs.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkTM2CRDJWjs.lockFileExists; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.runProcess = _chunk32KQVUCFjs.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkTAP26ZJQjs.setDefaultProjectTags; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsupVersion = _chunkSZWM7COVjs.tsupVersion; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunk4AKDRRMLjs.withNamedInputs;
156
+
157
+ exports.INVALID_CARGO_ARGS = _chunk32KQVUCFjs.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunk4AKDRRMLjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkTM2CRDJWjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkTM2CRDJWjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkTM2CRDJWjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkTM2CRDJWjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk6IXJEWJRjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkTAP26ZJQjs.ProjectTagConstants; exports.RELEASE = _chunk4AKDRRMLjs.RELEASE; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk6IXJEWJRjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkTAP26ZJQjs.addPluginProjectTag; exports.addProjectTag = _chunkTAP26ZJQjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkVXHOSAQ7js.applyWorkspaceExecutorTokens; exports.buildCargoCommand = _chunk32KQVUCFjs.buildCargoCommand; exports.cargoCommand = _chunk32KQVUCFjs.cargoCommand; exports.cargoCommandSync = _chunk32KQVUCFjs.cargoCommandSync; exports.cargoMetadata = _chunk32KQVUCFjs.cargoMetadata; exports.cargoRunCommand = _chunk32KQVUCFjs.cargoRunCommand; exports.childProcess = _chunk32KQVUCFjs.childProcess; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkTAP26ZJQjs.formatProjectTag; exports.getGitHubTools = _chunkMKJITWLNjs.getGitHubTools; exports.getLockFileDependencies = _chunkTM2CRDJWjs.getLockFileDependencies; exports.getLockFileName = _chunkTM2CRDJWjs.getLockFileName; exports.getLockFileNodes = _chunkTM2CRDJWjs.getLockFileNodes; exports.getPackageInfo = _chunk6IXJEWJRjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkBAPFD3TOjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkBAPFD3TOjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkDIUWF7BWjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkDIUWF7BWjs.getProjectConfigurations; exports.getProjectPlatform = _chunkBAPFD3TOjs.getProjectPlatform; exports.getProjectRoot = _chunkBAPFD3TOjs.getProjectRoot; exports.getProjectTag = _chunkTAP26ZJQjs.getProjectTag; exports.getRoot = _chunkBAPFD3TOjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkTAP26ZJQjs.hasProjectTag; exports.isEqualProjectTag = _chunkTAP26ZJQjs.isEqualProjectTag; exports.isExternal = _chunk32KQVUCFjs.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkTM2CRDJWjs.lockFileExists; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.runProcess = _chunk32KQVUCFjs.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkTAP26ZJQjs.setDefaultProjectTags; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsupVersion = _chunkSZWM7COVjs.tsupVersion; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunk4AKDRRMLjs.withNamedInputs;
@@ -1,4 +1,11 @@
1
- import "../../chunk-6YZ3OUJB.mjs";
1
+ import "../../chunk-XCVH63OO.mjs";
2
+ import {
3
+ getProjectConfigFromProjectJsonPath,
4
+ getProjectConfigFromProjectRoot,
5
+ getProjectPlatform,
6
+ getProjectRoot,
7
+ getRoot
8
+ } from "../../chunk-K4QMCCQB.mjs";
2
9
  import {
3
10
  getTypiaTransform
4
11
  } from "../../chunk-KR72GKIT.mjs";
@@ -27,13 +34,6 @@ import {
27
34
  RELEASE,
28
35
  withNamedInputs
29
36
  } from "../../chunk-V5K2PDVY.mjs";
30
- import {
31
- getProjectConfigFromProjectJsonPath,
32
- getProjectConfigFromProjectRoot,
33
- getProjectPlatform,
34
- getProjectRoot,
35
- getRoot
36
- } from "../../chunk-K4QMCCQB.mjs";
37
37
  import {
38
38
  applyWorkspaceExecutorTokens
39
39
  } from "../../chunk-UBVTASOE.mjs";
@@ -48,6 +48,9 @@ import {
48
48
  isExternal,
49
49
  runProcess
50
50
  } from "../../chunk-GKLFEOKK.mjs";
51
+ import {
52
+ getGitHubTools
53
+ } from "../../chunk-54BBSJHK.mjs";
51
54
  import {
52
55
  PackageManagerTypes,
53
56
  addPackageJsonGitHead,
@@ -87,7 +90,7 @@ import {
87
90
  import "../../chunk-4AR5RJMF.mjs";
88
91
  import "../../chunk-3J2CP54B.mjs";
89
92
  import "../../chunk-TBW5MCN6.mjs";
90
- import "../../chunk-GTBTSMUH.mjs";
93
+ import "../../chunk-C3NYIWL4.mjs";
91
94
  export {
92
95
  INVALID_CARGO_ARGS,
93
96
  LOCK_FILES,
@@ -114,6 +117,7 @@ export {
114
117
  createCliOptions,
115
118
  eslintVersion,
116
119
  formatProjectTag,
120
+ getGitHubTools,
117
121
  getLockFileDependencies,
118
122
  getLockFileName,
119
123
  getLockFileNodes,
@@ -11,7 +11,7 @@ import {
11
11
  getLockFileNodes,
12
12
  lockFileExists
13
13
  } from "../../chunk-77B77QNY.mjs";
14
- import "../../chunk-GTBTSMUH.mjs";
14
+ import "../../chunk-C3NYIWL4.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-V5K2PDVY.mjs";
6
- import "../../chunk-GTBTSMUH.mjs";
6
+ import "../../chunk-C3NYIWL4.mjs";
7
7
  export {
8
8
  NAMED_INPUTS,
9
9
  RELEASE,
@@ -7,7 +7,7 @@ import "../../chunk-X2UWPTFU.mjs";
7
7
  import "../../chunk-2GQSCZ3J.mjs";
8
8
  import "../../chunk-4AR5RJMF.mjs";
9
9
  import "../../chunk-TBW5MCN6.mjs";
10
- import "../../chunk-GTBTSMUH.mjs";
10
+ import "../../chunk-C3NYIWL4.mjs";
11
11
  export {
12
12
  PackageManagerTypes,
13
13
  addPackageJsonGitHead,
@@ -6,7 +6,7 @@ import {
6
6
  getRoot
7
7
  } from "../../chunk-K4QMCCQB.mjs";
8
8
  import "../../chunk-2GQSCZ3J.mjs";
9
- import "../../chunk-GTBTSMUH.mjs";
9
+ import "../../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
11
+ import "../../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
4
+ import "../../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
4
+ import "../../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
21
+ import "../../chunk-C3NYIWL4.mjs";
22
22
  export {
23
23
  eslintVersion,
24
24
  lintStagedVersion,
@@ -20,7 +20,7 @@ The path to the package root
20
20
  > Registry
21
21
 
22
22
 
23
- The registry to publish to
23
+ The URL of the registry to publish to
24
24
 
25
25
 
26
26
  ## `tag`
@@ -43,12 +43,12 @@ The version to publish. If not provided, the version from package.json will be u
43
43
 
44
44
 
45
45
  ## `otp`
46
- - **Type**: `number`
46
+ - **Type**: `string`
47
47
 
48
- > One Time Password
48
+ > One Time Password (OTP)
49
49
 
50
50
 
51
- The one time password
51
+ The one time password (OTP) for two-factor authentication
52
52
 
53
53
 
54
54
  ## `dryRun`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.295.87",
3
+ "version": "1.296.3",
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",
@@ -229,24 +229,25 @@
229
229
  "package.json"
230
230
  ],
231
231
  "dependencies": {
232
+ "@actions/core": "^3.0.1",
232
233
  "@ltd/j-toml": "1.38.0",
233
234
  "@microsoft/api-extractor": "^7.58.7",
234
- "@nx/devkit": "22.7.1",
235
- "@nx/js": "22.7.1",
235
+ "@nx/devkit": "^22.7.2",
236
+ "@nx/js": "22.7.2",
236
237
  "@samchon/openapi": "^2.5.3",
237
238
  "@size-limit/esbuild": "^11.2.0",
238
239
  "@size-limit/esbuild-why": "^11.2.0",
239
240
  "@size-limit/file": "^11.2.0",
240
- "@storm-software/config-tools": "^1.190.25",
241
- "@storm-software/esbuild": "^0.53.186",
242
- "@storm-software/npm-tools": "^0.6.142",
243
- "@storm-software/pnpm-tools": "^0.7.35",
244
- "@storm-software/prettier": "^0.59.77",
245
- "@storm-software/tsdown": "^0.45.186",
246
- "@storm-software/unbuild": "^0.57.186",
241
+ "@storm-software/config-tools": "^1.190.26",
242
+ "@storm-software/esbuild": "^0.53.187",
243
+ "@storm-software/npm-tools": "^0.6.143",
244
+ "@storm-software/pnpm-tools": "^0.7.36",
245
+ "@storm-software/prettier": "^0.59.78",
246
+ "@storm-software/tsdown": "^0.45.187",
247
+ "@storm-software/unbuild": "^0.57.187",
247
248
  "fs-extra": "11.2.0",
248
249
  "glob": "^11.1.0",
249
- "jiti": "2.4.2",
250
+ "jiti": "^2.7.0",
250
251
  "markdownlint-cli2": "^0.17.2",
251
252
  "micromatch": "^4.0.8",
252
253
  "semver": "^7.8.0",
@@ -257,12 +258,12 @@
257
258
  },
258
259
  "devDependencies": {
259
260
  "@napi-rs/cli": "^3.6.2",
260
- "@storm-software/package-constants": "^0.1.38",
261
+ "@storm-software/package-constants": "^0.1.39",
261
262
  "@types/micromatch": "^4.0.10",
262
263
  "@types/node": "^25.9.1",
263
264
  "@types/semver": "^7.7.1",
264
- "defu": "6.1.4",
265
- "nx": "22.7.1",
265
+ "defu": "^6.1.7",
266
+ "nx": "22.7.2",
266
267
  "pkg-types": "^1.3.1",
267
268
  "tsup": "8.4.0",
268
269
  "typescript": "^5.9.3"
@@ -282,5 +283,5 @@
282
283
  "publishConfig": { "access": "public" },
283
284
  "executors": "./executors.json",
284
285
  "generators": "./generators.json",
285
- "gitHead": "b430e8c833499dbf379ae4797f81d1b9b4846556"
286
+ "gitHead": "3308640f211175592cb81a266352ef8733d5f000"
286
287
  }
File without changes
File without changes