@storm-software/workspace-tools 1.295.87 → 1.296.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{chunk-OBATTMGC.mjs → chunk-3WCWA5OH.mjs} +1 -1
- package/dist/chunk-54BBSJHK.mjs +40 -0
- package/dist/{chunk-GTBTSMUH.mjs → chunk-C3NYIWL4.mjs} +1 -1
- package/dist/{chunk-FPNWNZUL.mjs → chunk-J4MHHL63.mjs} +1 -1
- package/dist/{chunk-RCSUK5YZ.mjs → chunk-JIWQM3MH.mjs} +1 -1
- package/dist/chunk-MKJITWLN.js +40 -0
- package/dist/{chunk-HECOVC7R.mjs → chunk-NIETCJS4.mjs} +1 -1
- package/dist/{chunk-GCDDSEDG.mjs → chunk-OL6ZWI4R.mjs} +67 -93
- package/dist/{chunk-SGI4JCLV.js → chunk-RLJFRJ2F.js} +72 -98
- package/dist/{executor-0ivVjqma.d.mts → executor-BF7_LjrR.d.mts} +4 -4
- package/dist/{executor-0ivVjqma.d.ts → executor-BF7_LjrR.d.ts} +4 -4
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- package/dist/executors.js +3 -2
- package/dist/executors.mjs +3 -2
- package/dist/generators.mjs +5 -5
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +13 -9
- package/dist/index.mjs +18 -14
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/base-generator.mjs +1 -1
- package/dist/src/base/base-generator.untyped.mjs +1 -1
- package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.mjs +1 -1
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.mjs +1 -1
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.mjs +1 -1
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.mjs +1 -1
- package/dist/src/executors/cargo-format/untyped.mjs +1 -1
- package/dist/src/executors/cargo-publish/executor.mjs +1 -1
- package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.mjs +1 -1
- package/dist/src/executors/clean-package/untyped.mjs +1 -1
- package/dist/src/executors/esbuild/executor.mjs +1 -1
- package/dist/src/executors/esbuild/untyped.mjs +1 -1
- package/dist/src/executors/napi/executor.mjs +1 -1
- package/dist/src/executors/napi/untyped.mjs +1 -1
- package/dist/src/executors/npm-publish/executor.d.mts +1 -1
- package/dist/src/executors/npm-publish/executor.d.ts +1 -1
- package/dist/src/executors/npm-publish/executor.js +3 -2
- package/dist/src/executors/npm-publish/executor.mjs +3 -2
- package/dist/src/executors/npm-publish/schema.d.ts +4 -4
- package/dist/src/executors/npm-publish/schema.json +4 -4
- package/dist/src/executors/npm-publish/untyped.js +4 -4
- package/dist/src/executors/npm-publish/untyped.mjs +5 -5
- package/dist/src/executors/size-limit/executor.mjs +1 -1
- package/dist/src/executors/size-limit/untyped.mjs +1 -1
- package/dist/src/executors/tsdown/executor.mjs +1 -1
- package/dist/src/executors/tsdown/untyped.mjs +1 -1
- package/dist/src/executors/typia/executor.mjs +1 -1
- package/dist/src/executors/typia/untyped.mjs +1 -1
- package/dist/src/executors/unbuild/executor.mjs +1 -1
- package/dist/src/executors/unbuild/untyped.mjs +1 -1
- package/dist/src/generators/browser-library/generator.mjs +2 -2
- package/dist/src/generators/browser-library/untyped.mjs +1 -1
- package/dist/src/generators/config-schema/generator.mjs +1 -1
- package/dist/src/generators/config-schema/untyped.mjs +1 -1
- package/dist/src/generators/init/init.mjs +1 -1
- package/dist/src/generators/init/untyped.mjs +1 -1
- package/dist/src/generators/neutral-library/generator.mjs +2 -2
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.mjs +2 -2
- package/dist/src/generators/node-library/untyped.mjs +1 -1
- package/dist/src/generators/preset/generator.mjs +2 -2
- package/dist/src/generators/preset/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
- package/dist/src/plugins/rust/index.mjs +1 -1
- package/dist/src/plugins/typescript/index.mjs +1 -1
- package/dist/src/plugins/typescript/tsdown.mjs +1 -1
- package/dist/src/plugins/typescript/tsup.mjs +1 -1
- package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
- package/dist/src/release/index.mjs +1 -1
- package/dist/src/release/js-version-actions.mjs +1 -1
- package/dist/src/release/rust-version-actions.mjs +1 -1
- package/dist/src/types.mjs +1 -1
- package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
- package/dist/src/utils/cargo.mjs +1 -1
- package/dist/src/utils/create-cli-options.mjs +1 -1
- package/dist/src/utils/get-project-configurations.mjs +1 -1
- package/dist/src/utils/github.d.mts +19 -0
- package/dist/src/utils/github.d.ts +19 -0
- package/dist/src/utils/github.js +7 -0
- package/dist/src/utils/github.mjs +8 -0
- package/dist/src/utils/index.d.mts +4 -0
- package/dist/src/utils/index.d.ts +4 -0
- package/dist/src/utils/index.js +12 -8
- package/dist/src/utils/index.mjs +13 -9
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-helpers.mjs +1 -1
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- package/dist/src/utils/registry-helpers.mjs +1 -1
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/docs/api/executors/npm-publish/schema.md +4 -4
- package/package.json +16 -15
- /package/dist/{chunk-JGP4YWZY.js → chunk-DO2X7OZO.js} +0 -0
- /package/dist/{chunk-6YZ3OUJB.mjs → chunk-XCVH63OO.mjs} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
12
|
+
import "../../../chunk-C3NYIWL4.mjs";
|
|
13
13
|
export {
|
|
14
14
|
generator_default as default,
|
|
15
15
|
presetGeneratorFn
|
|
@@ -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-
|
|
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-
|
|
11
|
+
import "../../../chunk-C3NYIWL4.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DefaultCargoPluginProfileMap,
|
|
14
14
|
createDependencies,
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
10
|
+
import "../../chunk-C3NYIWL4.mjs";
|
|
11
11
|
export {
|
|
12
12
|
StormRustVersionActions as default
|
|
13
13
|
};
|
package/dist/src/types.mjs
CHANGED
package/dist/src/utils/cargo.mjs
CHANGED
|
@@ -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 };
|
|
@@ -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';
|
package/dist/src/utils/index.js
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-
|
|
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
|
|
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
|
-
|
|
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;
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import "../../chunk-
|
|
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-
|
|
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,
|
|
@@ -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-
|
|
10
|
+
import "../../chunk-C3NYIWL4.mjs";
|
|
11
11
|
export {
|
|
12
12
|
PackageManagerTypes,
|
|
13
13
|
addPackageJsonGitHead,
|
|
@@ -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**: `
|
|
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.
|
|
3
|
+
"version": "1.296.1",
|
|
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.
|
|
235
|
-
"@nx/js": "22.7.
|
|
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.
|
|
241
|
-
"@storm-software/esbuild": "^0.53.
|
|
242
|
-
"@storm-software/npm-tools": "^0.6.
|
|
243
|
-
"@storm-software/pnpm-tools": "^0.7.
|
|
244
|
-
"@storm-software/prettier": "^0.59.
|
|
245
|
-
"@storm-software/tsdown": "^0.45.
|
|
246
|
-
"@storm-software/unbuild": "^0.57.
|
|
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.
|
|
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.
|
|
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.
|
|
265
|
-
"nx": "22.7.
|
|
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": "
|
|
286
|
+
"gitHead": "96e61dd6fdcf39bad7cf596e2966e409c3aaf01c"
|
|
286
287
|
}
|
|
File without changes
|
|
File without changes
|