@storm-software/workspace-tools 1.295.49 → 1.295.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/README.md +1 -1
- package/dist/{chunk-THGXFQHT.mjs → chunk-CVRA5OBQ.mjs} +1 -1
- package/dist/{chunk-X2KNDDTW.mjs → chunk-F75NA5FR.mjs} +1 -1
- package/dist/{chunk-T6TRCPLR.mjs → chunk-MNZIKCM3.mjs} +1 -1
- package/dist/{chunk-CPFNRQAM.mjs → chunk-POYEHAWY.mjs} +1 -1
- package/dist/{chunk-RHDLUHSI.mjs → chunk-WM4Q2764.mjs} +1 -1
- package/dist/executors.js +1 -1
- package/dist/executors.mjs +2 -2
- package/dist/generators.mjs +5 -5
- package/dist/index.js +15 -15
- package/dist/index.mjs +28 -28
- 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.mjs +1 -1
- package/dist/src/executors/npm-publish/untyped.mjs +1 -1
- 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/index.js +10 -10
- package/dist/src/utils/index.mjs +17 -17
- 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/package.json +10 -10
|
@@ -9,7 +9,7 @@ import "../../../chunk-WZISHZ4U.mjs";
|
|
|
9
9
|
import "../../../chunk-MMA4S6LZ.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-CVRA5OBQ.mjs";
|
|
13
13
|
export {
|
|
14
14
|
executor_default as default,
|
|
15
15
|
tsdownExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-MXVEXRT2.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-CVRA5OBQ.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/tsdown/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-WZISHZ4U.mjs";
|
|
|
8
8
|
import "../../../chunk-MMA4S6LZ.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-CVRA5OBQ.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
typiaExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-WZISHZ4U.mjs";
|
|
|
8
8
|
import "../../../chunk-MMA4S6LZ.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-CVRA5OBQ.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
unbuildExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-MXVEXRT2.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-CVRA5OBQ.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/unbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
browserLibraryGeneratorFn,
|
|
3
3
|
generator_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-F75NA5FR.mjs";
|
|
5
5
|
import "../../../chunk-M3YWCYUX.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-AQ7B26V3.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-WZISHZ4U.mjs";
|
|
|
11
11
|
import "../../../chunk-MMA4S6LZ.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-CVRA5OBQ.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-
|
|
5
|
+
import "../../../chunk-CVRA5OBQ.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/browser-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-WZISHZ4U.mjs";
|
|
|
8
8
|
import "../../../chunk-MMA4S6LZ.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-CVRA5OBQ.mjs";
|
|
12
12
|
export {
|
|
13
13
|
configSchemaGeneratorFn,
|
|
14
14
|
generator_default as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-MNZIKCM3.mjs";
|
|
5
5
|
import "../../../chunk-M3YWCYUX.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-AQ7B26V3.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-WZISHZ4U.mjs";
|
|
|
11
11
|
import "../../../chunk-MMA4S6LZ.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-CVRA5OBQ.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-CVRA5OBQ.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-WM4Q2764.mjs";
|
|
5
5
|
import "../../../chunk-M3YWCYUX.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-AQ7B26V3.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-WZISHZ4U.mjs";
|
|
|
11
11
|
import "../../../chunk-MMA4S6LZ.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-CVRA5OBQ.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-CVRA5OBQ.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-POYEHAWY.mjs";
|
|
5
5
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
6
6
|
import "../../../chunk-SYPFDT7A.mjs";
|
|
7
7
|
import "../../../chunk-2QMGYIOO.mjs";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-WZISHZ4U.mjs";
|
|
|
9
9
|
import "../../../chunk-MMA4S6LZ.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-CVRA5OBQ.mjs";
|
|
13
13
|
export {
|
|
14
14
|
generator_default as default,
|
|
15
15
|
presetGeneratorFn
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import "../../../chunk-FKPWMB63.mjs";
|
|
9
9
|
import "../../../chunk-ZTN2676G.mjs";
|
|
10
10
|
import "../../../chunk-AQ7B26V3.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-CVRA5OBQ.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DefaultCargoPluginProfileMap,
|
|
14
14
|
createDependencies,
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import "../../../chunk-FKPWMB63.mjs";
|
|
9
9
|
import "../../../chunk-ZTN2676G.mjs";
|
|
10
10
|
import "../../../chunk-AQ7B26V3.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-CVRA5OBQ.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DefaultCargoPluginProfileMap,
|
|
14
14
|
createDependencies,
|
|
@@ -11,7 +11,7 @@ import "../../chunk-WZISHZ4U.mjs";
|
|
|
11
11
|
import "../../chunk-MMA4S6LZ.mjs";
|
|
12
12
|
import "../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-CVRA5OBQ.mjs";
|
|
15
15
|
export {
|
|
16
16
|
StormJsVersionActions,
|
|
17
17
|
StormRustVersionActions
|
|
@@ -5,7 +5,7 @@ import "../../chunk-WZISHZ4U.mjs";
|
|
|
5
5
|
import "../../chunk-MMA4S6LZ.mjs";
|
|
6
6
|
import "../../chunk-3J2CP54B.mjs";
|
|
7
7
|
import "../../chunk-TBW5MCN6.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-CVRA5OBQ.mjs";
|
|
9
9
|
export {
|
|
10
10
|
StormJsVersionActions as default
|
|
11
11
|
};
|
|
@@ -7,7 +7,7 @@ import "../../chunk-WZISHZ4U.mjs";
|
|
|
7
7
|
import "../../chunk-MMA4S6LZ.mjs";
|
|
8
8
|
import "../../chunk-3J2CP54B.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-CVRA5OBQ.mjs";
|
|
11
11
|
export {
|
|
12
12
|
StormRustVersionActions as default
|
|
13
13
|
};
|
package/dist/src/types.mjs
CHANGED
package/dist/src/utils/cargo.mjs
CHANGED
package/dist/src/utils/index.js
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-JGP4YWZY.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
var _chunk6EMYX25Vjs = require('../../chunk-6EMYX25V.js');
|
|
4
5
|
|
|
5
6
|
|
|
7
|
+
var _chunkQVYCDINGjs = require('../../chunk-QVYCDING.js');
|
|
6
8
|
|
|
7
9
|
|
|
8
10
|
|
|
11
|
+
var _chunkDIUWF7BWjs = require('../../chunk-DIUWF7BW.js');
|
|
9
12
|
|
|
10
13
|
|
|
11
14
|
|
|
12
15
|
|
|
13
16
|
|
|
14
|
-
var _chunkTM2CRDJWjs = require('../../chunk-TM2CRDJW.js');
|
|
15
17
|
|
|
16
18
|
|
|
17
19
|
|
|
18
20
|
|
|
19
|
-
var _chunk4AKDRRMLjs = require('../../chunk-4AKDRRML.js');
|
|
20
21
|
|
|
21
22
|
|
|
22
23
|
|
|
24
|
+
var _chunkTM2CRDJWjs = require('../../chunk-TM2CRDJW.js');
|
|
23
25
|
|
|
24
26
|
|
|
25
27
|
|
|
26
|
-
var _chunkXZ6L6OXJjs = require('../../chunk-XZ6L6OXJ.js');
|
|
27
28
|
|
|
29
|
+
var _chunk4AKDRRMLjs = require('../../chunk-4AKDRRML.js');
|
|
28
30
|
|
|
29
|
-
var _chunk6EMYX25Vjs = require('../../chunk-6EMYX25V.js');
|
|
30
31
|
|
|
31
32
|
|
|
32
|
-
var _chunkVXHOSAQ7js = require('../../chunk-VXHOSAQ7.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
var _chunkQVYCDINGjs = require('../../chunk-QVYCDING.js');
|
|
36
35
|
|
|
36
|
+
var _chunkXZ6L6OXJjs = require('../../chunk-XZ6L6OXJ.js');
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
var
|
|
39
|
+
var _chunkVXHOSAQ7js = require('../../chunk-VXHOSAQ7.js');
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
var _chunkNFYP774Djs = require('../../chunk-NFYP774D.js');
|
|
45
|
-
require('../../chunk-HTGUYSQT.js');
|
|
46
44
|
|
|
47
45
|
|
|
48
46
|
|
|
49
47
|
|
|
50
48
|
|
|
51
49
|
|
|
50
|
+
var _chunkD2PV33E5js = require('../../chunk-D2PV33E5.js');
|
|
52
51
|
|
|
53
52
|
|
|
54
53
|
|
|
55
54
|
|
|
56
|
-
var
|
|
55
|
+
var _chunkNFYP774Djs = require('../../chunk-NFYP774D.js');
|
|
56
|
+
require('../../chunk-HTGUYSQT.js');
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
import "../../chunk-6YZ3OUJB.mjs";
|
|
2
|
+
import {
|
|
3
|
+
getTypiaTransform
|
|
4
|
+
} from "../../chunk-KR72GKIT.mjs";
|
|
5
|
+
import {
|
|
6
|
+
createCliOptions
|
|
7
|
+
} from "../../chunk-W2C5IGWW.mjs";
|
|
8
|
+
import {
|
|
9
|
+
getProjectConfiguration,
|
|
10
|
+
getProjectConfigurations
|
|
11
|
+
} from "../../chunk-AH7KAAQJ.mjs";
|
|
2
12
|
import {
|
|
3
13
|
LOCK_FILES,
|
|
4
14
|
NPM_LOCK_FILE,
|
|
@@ -24,25 +34,9 @@ import {
|
|
|
24
34
|
getProjectRoot,
|
|
25
35
|
getRoot
|
|
26
36
|
} from "../../chunk-FKPWMB63.mjs";
|
|
27
|
-
import {
|
|
28
|
-
getTypiaTransform
|
|
29
|
-
} from "../../chunk-KR72GKIT.mjs";
|
|
30
37
|
import {
|
|
31
38
|
applyWorkspaceExecutorTokens
|
|
32
39
|
} from "../../chunk-UBVTASOE.mjs";
|
|
33
|
-
import {
|
|
34
|
-
createCliOptions
|
|
35
|
-
} from "../../chunk-W2C5IGWW.mjs";
|
|
36
|
-
import {
|
|
37
|
-
getProjectConfiguration,
|
|
38
|
-
getProjectConfigurations
|
|
39
|
-
} from "../../chunk-AH7KAAQJ.mjs";
|
|
40
|
-
import {
|
|
41
|
-
PackageManagerTypes,
|
|
42
|
-
addPackageJsonGitHead,
|
|
43
|
-
getPackageInfo
|
|
44
|
-
} from "../../chunk-OVTQ7MFY.mjs";
|
|
45
|
-
import "../../chunk-GEN563U4.mjs";
|
|
46
40
|
import {
|
|
47
41
|
INVALID_CARGO_ARGS,
|
|
48
42
|
buildCargoCommand,
|
|
@@ -54,6 +48,12 @@ import {
|
|
|
54
48
|
isExternal,
|
|
55
49
|
runProcess
|
|
56
50
|
} from "../../chunk-ZTN2676G.mjs";
|
|
51
|
+
import {
|
|
52
|
+
PackageManagerTypes,
|
|
53
|
+
addPackageJsonGitHead,
|
|
54
|
+
getPackageInfo
|
|
55
|
+
} from "../../chunk-OVTQ7MFY.mjs";
|
|
56
|
+
import "../../chunk-GEN563U4.mjs";
|
|
57
57
|
import {
|
|
58
58
|
eslintVersion,
|
|
59
59
|
lintStagedVersion,
|
|
@@ -87,7 +87,7 @@ import {
|
|
|
87
87
|
import "../../chunk-MMA4S6LZ.mjs";
|
|
88
88
|
import "../../chunk-3J2CP54B.mjs";
|
|
89
89
|
import "../../chunk-TBW5MCN6.mjs";
|
|
90
|
-
import "../../chunk-
|
|
90
|
+
import "../../chunk-CVRA5OBQ.mjs";
|
|
91
91
|
export {
|
|
92
92
|
INVALID_CARGO_ARGS,
|
|
93
93
|
LOCK_FILES,
|
|
@@ -7,7 +7,7 @@ import "../../chunk-GEN563U4.mjs";
|
|
|
7
7
|
import "../../chunk-AQ7B26V3.mjs";
|
|
8
8
|
import "../../chunk-MMA4S6LZ.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-CVRA5OBQ.mjs";
|
|
11
11
|
export {
|
|
12
12
|
PackageManagerTypes,
|
|
13
13
|
addPackageJsonGitHead,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.295.
|
|
3
|
+
"version": "1.295.50",
|
|
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",
|
|
@@ -228,13 +228,13 @@
|
|
|
228
228
|
"@size-limit/esbuild": "11.1.4",
|
|
229
229
|
"@size-limit/esbuild-why": "11.1.4",
|
|
230
230
|
"@size-limit/file": "11.1.4",
|
|
231
|
-
"@storm-software/config-tools": "^1.189.
|
|
232
|
-
"@storm-software/esbuild": "^0.53.
|
|
233
|
-
"@storm-software/npm-tools": "^0.6.
|
|
234
|
-
"@storm-software/pnpm-tools": "^0.7.
|
|
235
|
-
"@storm-software/prettier": "^0.59.
|
|
236
|
-
"@storm-software/tsdown": "^0.45.
|
|
237
|
-
"@storm-software/unbuild": "^0.57.
|
|
231
|
+
"@storm-software/config-tools": "^1.189.74",
|
|
232
|
+
"@storm-software/esbuild": "^0.53.156",
|
|
233
|
+
"@storm-software/npm-tools": "^0.6.112",
|
|
234
|
+
"@storm-software/pnpm-tools": "^0.7.2",
|
|
235
|
+
"@storm-software/prettier": "^0.59.48",
|
|
236
|
+
"@storm-software/tsdown": "^0.45.156",
|
|
237
|
+
"@storm-software/unbuild": "^0.57.156",
|
|
238
238
|
"fs-extra": "11.2.0",
|
|
239
239
|
"glob": "^11.1.0",
|
|
240
240
|
"jiti": "2.4.2",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"zod": "^4.3.6"
|
|
248
248
|
},
|
|
249
249
|
"devDependencies": {
|
|
250
|
-
"@napi-rs/cli": "^3.6.
|
|
250
|
+
"@napi-rs/cli": "^3.6.1",
|
|
251
251
|
"@types/micromatch": "^4.0.10",
|
|
252
252
|
"@types/node": "^25.5.2",
|
|
253
253
|
"@types/semver": "7.5.8",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "b4b9ad2b885e4f78729e962a1c79139bed0b6c3f"
|
|
276
276
|
}
|