@storm-software/workspace-tools 1.295.47 → 1.295.49
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 +36 -0
- package/README.md +1 -1
- package/dist/{chunk-7SI4V4PM.mjs → chunk-CPFNRQAM.mjs} +1 -1
- package/dist/{chunk-5GA7VNUZ.mjs → chunk-RHDLUHSI.mjs} +1 -1
- package/dist/{chunk-KA2KLBVI.mjs → chunk-T6TRCPLR.mjs} +1 -1
- package/dist/{chunk-KYWL5R45.mjs → chunk-THGXFQHT.mjs} +1 -1
- package/dist/{chunk-ZH7OGRLO.mjs → chunk-X2KNDDTW.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 +11 -11
|
@@ -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-THGXFQHT.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
sizeLimitExecutorFn
|
|
@@ -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-THGXFQHT.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-THGXFQHT.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-THGXFQHT.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-THGXFQHT.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-THGXFQHT.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-X2KNDDTW.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-THGXFQHT.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-THGXFQHT.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-THGXFQHT.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-T6TRCPLR.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-THGXFQHT.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-THGXFQHT.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-RHDLUHSI.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-THGXFQHT.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-THGXFQHT.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-CPFNRQAM.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-THGXFQHT.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-THGXFQHT.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-THGXFQHT.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-THGXFQHT.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-THGXFQHT.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-THGXFQHT.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');
|
|
5
4
|
|
|
6
5
|
|
|
7
|
-
var _chunkQVYCDINGjs = require('../../chunk-QVYCDING.js');
|
|
8
6
|
|
|
9
7
|
|
|
10
8
|
|
|
11
|
-
var _chunkDIUWF7BWjs = require('../../chunk-DIUWF7BW.js');
|
|
12
9
|
|
|
13
10
|
|
|
14
11
|
|
|
15
12
|
|
|
16
13
|
|
|
14
|
+
var _chunkTM2CRDJWjs = require('../../chunk-TM2CRDJW.js');
|
|
17
15
|
|
|
18
16
|
|
|
19
17
|
|
|
20
18
|
|
|
19
|
+
var _chunk4AKDRRMLjs = require('../../chunk-4AKDRRML.js');
|
|
21
20
|
|
|
22
21
|
|
|
23
22
|
|
|
24
|
-
var _chunkTM2CRDJWjs = require('../../chunk-TM2CRDJW.js');
|
|
25
23
|
|
|
26
24
|
|
|
27
25
|
|
|
26
|
+
var _chunkXZ6L6OXJjs = require('../../chunk-XZ6L6OXJ.js');
|
|
28
27
|
|
|
29
|
-
var _chunk4AKDRRMLjs = require('../../chunk-4AKDRRML.js');
|
|
30
28
|
|
|
29
|
+
var _chunk6EMYX25Vjs = require('../../chunk-6EMYX25V.js');
|
|
31
30
|
|
|
32
31
|
|
|
32
|
+
var _chunkVXHOSAQ7js = require('../../chunk-VXHOSAQ7.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
|
+
var _chunkQVYCDINGjs = require('../../chunk-QVYCDING.js');
|
|
35
36
|
|
|
36
|
-
var _chunkXZ6L6OXJjs = require('../../chunk-XZ6L6OXJ.js');
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
var
|
|
39
|
+
var _chunkDIUWF7BWjs = require('../../chunk-DIUWF7BW.js');
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
44
|
+
var _chunkNFYP774Djs = require('../../chunk-NFYP774D.js');
|
|
45
|
+
require('../../chunk-HTGUYSQT.js');
|
|
44
46
|
|
|
45
47
|
|
|
46
48
|
|
|
47
49
|
|
|
48
50
|
|
|
49
51
|
|
|
50
|
-
var _chunkD2PV33E5js = require('../../chunk-D2PV33E5.js');
|
|
51
52
|
|
|
52
53
|
|
|
53
54
|
|
|
54
55
|
|
|
55
|
-
var
|
|
56
|
-
require('../../chunk-HTGUYSQT.js');
|
|
56
|
+
var _chunkD2PV33E5js = require('../../chunk-D2PV33E5.js');
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -1,14 +1,4 @@
|
|
|
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";
|
|
12
2
|
import {
|
|
13
3
|
LOCK_FILES,
|
|
14
4
|
NPM_LOCK_FILE,
|
|
@@ -34,9 +24,25 @@ import {
|
|
|
34
24
|
getProjectRoot,
|
|
35
25
|
getRoot
|
|
36
26
|
} from "../../chunk-FKPWMB63.mjs";
|
|
27
|
+
import {
|
|
28
|
+
getTypiaTransform
|
|
29
|
+
} from "../../chunk-KR72GKIT.mjs";
|
|
37
30
|
import {
|
|
38
31
|
applyWorkspaceExecutorTokens
|
|
39
32
|
} 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";
|
|
40
46
|
import {
|
|
41
47
|
INVALID_CARGO_ARGS,
|
|
42
48
|
buildCargoCommand,
|
|
@@ -48,12 +54,6 @@ import {
|
|
|
48
54
|
isExternal,
|
|
49
55
|
runProcess
|
|
50
56
|
} 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-THGXFQHT.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-THGXFQHT.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.49",
|
|
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",
|
|
@@ -221,20 +221,20 @@
|
|
|
221
221
|
"typings": "dist/index.d.ts",
|
|
222
222
|
"dependencies": {
|
|
223
223
|
"@ltd/j-toml": "1.38.0",
|
|
224
|
-
"@microsoft/api-extractor": "^7.58.
|
|
224
|
+
"@microsoft/api-extractor": "^7.58.1",
|
|
225
225
|
"@nx/devkit": "22.6.0",
|
|
226
226
|
"@nx/js": "22.6.0",
|
|
227
227
|
"@samchon/openapi": "^2.5.3",
|
|
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.
|
|
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.73",
|
|
232
|
+
"@storm-software/esbuild": "^0.53.155",
|
|
233
|
+
"@storm-software/npm-tools": "^0.6.111",
|
|
234
|
+
"@storm-software/pnpm-tools": "^0.7.1",
|
|
235
|
+
"@storm-software/prettier": "^0.59.47",
|
|
236
|
+
"@storm-software/tsdown": "^0.45.155",
|
|
237
|
+
"@storm-software/unbuild": "^0.57.155",
|
|
238
238
|
"fs-extra": "11.2.0",
|
|
239
239
|
"glob": "^11.1.0",
|
|
240
240
|
"jiti": "2.4.2",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"devDependencies": {
|
|
250
250
|
"@napi-rs/cli": "^3.6.0",
|
|
251
251
|
"@types/micromatch": "^4.0.10",
|
|
252
|
-
"@types/node": "^25.5.
|
|
252
|
+
"@types/node": "^25.5.2",
|
|
253
253
|
"@types/semver": "7.5.8",
|
|
254
254
|
"defu": "6.1.4",
|
|
255
255
|
"nx": "22.6.0",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "9cdb2da81cf91e859866411bf558483f8fe65571"
|
|
276
276
|
}
|