@storm-software/workspace-tools 1.263.1 → 1.264.0
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 +16 -0
- package/README.md +12 -30
- package/dist/{chunk-G6GGPUG7.mjs → chunk-267XQYEI.mjs} +4 -4
- package/dist/{chunk-2WTKQCPA.mjs → chunk-2BPV2XV2.mjs} +1 -1
- package/dist/{chunk-GCN3NUF6.mjs → chunk-3FTFBAIV.mjs} +1 -1
- package/dist/{chunk-OQ32KFGA.mjs → chunk-3PWCELL5.mjs} +2 -2
- package/dist/{chunk-IT3ENPW3.mjs → chunk-3RLLSZI3.mjs} +3 -3
- package/dist/{chunk-XEHJM6RO.mjs → chunk-5CZXBNEE.mjs} +1 -1
- package/dist/{chunk-VOIYJ67D.mjs → chunk-5DWBECCN.mjs} +4 -4
- package/dist/{chunk-GPOYI6OO.mjs → chunk-77KNPIOO.mjs} +3 -3
- package/dist/{chunk-4PDLEPIC.mjs → chunk-7ENGREV2.mjs} +1 -1
- package/dist/{chunk-IGJN2SBZ.mjs → chunk-AD4BVP7F.mjs} +2 -2
- package/dist/{chunk-HASYGI6W.mjs → chunk-ATIBREWM.mjs} +1 -1
- package/dist/{chunk-5JPH5VCU.mjs → chunk-AWKIWCLR.mjs} +2 -2
- package/dist/{chunk-GRU4UEE7.mjs → chunk-BMNXBEWE.mjs} +3 -3
- package/dist/{chunk-BV32SZPV.mjs → chunk-EVQJFIA7.mjs} +3 -3
- package/dist/{chunk-3I74ESKM.mjs → chunk-FIJJTQKT.mjs} +3 -3
- package/dist/{chunk-2PKZRCQJ.mjs → chunk-FR3YQN55.mjs} +2 -2
- package/dist/{chunk-U6DRC3BT.mjs → chunk-G6VTRIV6.mjs} +4 -4
- package/dist/{chunk-STVTZJIX.mjs → chunk-GKFEPODO.mjs} +3 -3
- package/dist/{chunk-6YMGUA6X.mjs → chunk-H5VTYV4U.mjs} +2 -2
- package/dist/{chunk-J53HKGFM.mjs → chunk-HUVBVDJ7.mjs} +1 -1
- package/dist/{chunk-L6CV744X.mjs → chunk-IXZ3PGBP.mjs} +3 -3
- package/dist/{chunk-GHJGKUBW.mjs → chunk-JIAGNEII.mjs} +1 -1
- package/dist/{chunk-H4RWKANW.mjs → chunk-KTJM6G4K.mjs} +1 -1
- package/dist/{chunk-TAJU54DW.mjs → chunk-LZ4WXOF5.mjs} +3 -3
- package/dist/{chunk-RGZAGFUD.mjs → chunk-MDK5L6VS.mjs} +4 -4
- package/dist/{chunk-3ABED6KX.mjs → chunk-NZAGHP4Q.mjs} +4 -4
- package/dist/{chunk-6QKCP4DS.js → chunk-PD4CDI7L.js} +296 -41
- package/dist/{chunk-R2BMSX6J.mjs → chunk-RLG36VMZ.mjs} +3 -3
- package/dist/{chunk-XIS3TY42.mjs → chunk-RMNEVFW4.mjs} +4 -4
- package/dist/{chunk-3XR4FSEA.mjs → chunk-V4QUJRZH.mjs} +4 -4
- package/dist/{chunk-AOOHLS72.mjs → chunk-VJJBBVYU.mjs} +3 -3
- package/dist/{chunk-EF7U4632.mjs → chunk-VYHRGNJQ.mjs} +306 -51
- package/dist/{chunk-OBUTMEEY.mjs → chunk-XB6ATVWM.mjs} +3 -3
- package/dist/{chunk-OVLYU6HE.mjs → chunk-XBRJIYCS.mjs} +2 -2
- package/dist/{chunk-HY43JWZ7.mjs → chunk-XDVGK64G.mjs} +2 -2
- package/dist/{chunk-RULS5ZOT.mjs → chunk-YBDZ7EWU.mjs} +2 -2
- package/dist/{chunk-BGSGM2KX.mjs → chunk-YPUNRGTW.mjs} +3 -3
- package/dist/{chunk-SF477J3B.mjs → chunk-YZLAY7R4.mjs} +3 -3
- package/dist/{chunk-WJTTZD3M.mjs → chunk-ZETTXDZO.mjs} +1 -1
- package/dist/{chunk-DGI7OQYG.mjs → chunk-ZPN57TH7.mjs} +4 -4
- package/dist/{chunk-B5OPGMAP.mjs → chunk-ZUYLHO4U.mjs} +1 -1
- package/dist/executors.d.mts +0 -1
- package/dist/executors.d.ts +0 -1
- package/dist/executors.js +5 -10
- package/dist/executors.mjs +23 -28
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +20 -20
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +10 -15
- package/dist/index.mjs +45 -50
- package/dist/src/base/base-executor.mjs +6 -6
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/base-generator.mjs +6 -6
- 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 +10 -10
- package/dist/src/base/typescript-build-executor.untyped.mjs +2 -2
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.mjs +8 -8
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.mjs +8 -8
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.mjs +8 -8
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.mjs +8 -8
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.mjs +8 -8
- package/dist/src/executors/cargo-format/untyped.mjs +1 -1
- package/dist/src/executors/cargo-publish/executor.mjs +3 -3
- package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.mjs +6 -6
- package/dist/src/executors/clean-package/untyped.mjs +1 -1
- package/dist/src/executors/esbuild/executor.js +2 -3
- package/dist/src/executors/esbuild/executor.mjs +7 -8
- package/dist/src/executors/esbuild/untyped.mjs +2 -2
- package/dist/src/executors/npm-publish/executor.mjs +4 -4
- package/dist/src/executors/npm-publish/untyped.mjs +1 -1
- package/dist/src/executors/size-limit/executor.mjs +7 -7
- package/dist/src/executors/size-limit/untyped.mjs +1 -1
- package/dist/src/executors/typia/executor.mjs +7 -7
- package/dist/src/executors/typia/untyped.mjs +1 -1
- package/dist/src/executors/unbuild/executor.mjs +7 -7
- package/dist/src/executors/unbuild/untyped.mjs +2 -2
- package/dist/src/generators/browser-library/generator.mjs +9 -9
- package/dist/src/generators/browser-library/untyped.mjs +1 -1
- package/dist/src/generators/config-schema/generator.mjs +7 -7
- package/dist/src/generators/config-schema/untyped.mjs +1 -1
- package/dist/src/generators/init/init.mjs +2 -2
- package/dist/src/generators/init/untyped.mjs +1 -1
- package/dist/src/generators/neutral-library/generator.mjs +9 -9
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.mjs +9 -9
- package/dist/src/generators/node-library/untyped.mjs +1 -1
- package/dist/src/generators/preset/generator.mjs +7 -7
- package/dist/src/generators/preset/untyped.mjs +1 -1
- package/dist/src/generators/release-version/generator.mjs +6 -6
- package/dist/src/generators/release-version/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.mjs +4 -4
- package/dist/src/plugins/rust/index.mjs +4 -4
- package/dist/src/plugins/typescript/index.mjs +4 -4
- package/dist/src/plugins/typescript/project-config.mjs +4 -4
- package/dist/src/plugins/typescript/tsup.mjs +2 -2
- package/dist/src/plugins/typescript/untyped-schema.mjs +2 -2
- package/dist/src/types.mjs +1 -1
- package/dist/src/utils/apply-workspace-tokens.mjs +4 -4
- package/dist/src/utils/cargo.mjs +2 -2
- package/dist/src/utils/create-cli-options.mjs +2 -2
- package/dist/src/utils/get-project-configurations.mjs +4 -4
- package/dist/src/utils/index.mjs +14 -14
- package/dist/src/utils/lock-file.mjs +2 -2
- package/dist/src/utils/package-helpers.mjs +4 -4
- package/dist/src/utils/plugin-helpers.mjs +3 -3
- package/dist/src/utils/pnpm-deps-update.mjs +3 -3
- package/dist/src/utils/project-tags.mjs +2 -2
- package/dist/src/utils/toml.mjs +2 -2
- package/dist/src/utils/typia-transform.mjs +2 -2
- package/dist/src/utils/versions.mjs +1 -1
- package/executors.json +0 -5
- package/package.json +3 -6
- package/dist/chunk-55IQXVOQ.js +0 -308
- package/dist/chunk-IFSORSAN.js +0 -304
- package/dist/chunk-SE2XSR7P.mjs +0 -304
- package/dist/chunk-UFPTODUJ.mjs +0 -308
- package/dist/executor-BDvqiAmr.d.ts +0 -144
- package/dist/executor-KAQdKP88.d.mts +0 -144
- package/dist/src/executors/tsdown/executor.d.mts +0 -4
- package/dist/src/executors/tsdown/executor.d.ts +0 -4
- package/dist/src/executors/tsdown/executor.js +0 -15
- package/dist/src/executors/tsdown/executor.mjs +0 -15
- package/dist/src/executors/tsdown/schema.d.ts +0 -135
- package/dist/src/executors/tsdown/schema.json +0 -174
- package/dist/src/executors/tsdown/schema.md +0 -126
- package/dist/src/executors/tsdown/untyped.d.mts +0 -5
- package/dist/src/executors/tsdown/untyped.d.ts +0 -5
- package/dist/src/executors/tsdown/untyped.js +0 -19
- package/dist/src/executors/tsdown/untyped.mjs +0 -19
- package/dist/src/plugins/typescript/tsdown.d.mts +0 -7
- package/dist/src/plugins/typescript/tsdown.d.ts +0 -7
- package/dist/src/plugins/typescript/tsdown.js +0 -159
- package/dist/src/plugins/typescript/tsdown.mjs +0 -159
- package/docs/api/executors/tsdown/schema.md +0 -126
- /package/dist/{chunk-3J53KHVV.js → chunk-7VDOGZYO.js} +0 -0
- /package/dist/{chunk-V7YZ3666.mjs → chunk-BLX5SLPC.mjs} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_library_generator_untyped_default
|
|
3
3
|
} from "../../../chunk-7TLYMNLD.mjs";
|
|
4
4
|
import "../../../chunk-34LSWMWV.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-2BPV2XV2.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/node-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
presetGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-H5VTYV4U.mjs";
|
|
5
5
|
import "../../../chunk-EK75QNMS.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-ZPN57TH7.mjs";
|
|
7
|
+
import "../../../chunk-AWKIWCLR.mjs";
|
|
8
|
+
import "../../../chunk-IXZ3PGBP.mjs";
|
|
9
|
+
import "../../../chunk-FR3YQN55.mjs";
|
|
10
|
+
import "../../../chunk-ATIBREWM.mjs";
|
|
11
|
+
import "../../../chunk-2BPV2XV2.mjs";
|
|
12
12
|
export {
|
|
13
13
|
generator_default as default,
|
|
14
14
|
presetGeneratorFn
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
releaseVersionGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-MDK5L6VS.mjs";
|
|
5
|
+
import "../../../chunk-7ENGREV2.mjs";
|
|
6
|
+
import "../../../chunk-IXZ3PGBP.mjs";
|
|
7
|
+
import "../../../chunk-FR3YQN55.mjs";
|
|
8
|
+
import "../../../chunk-ATIBREWM.mjs";
|
|
9
|
+
import "../../../chunk-2BPV2XV2.mjs";
|
|
10
10
|
export {
|
|
11
11
|
generator_default as default,
|
|
12
12
|
releaseVersionGeneratorFn
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
createNodesV2,
|
|
6
6
|
description,
|
|
7
7
|
name
|
|
8
|
-
} from "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
8
|
+
} from "../../../chunk-VJJBBVYU.mjs";
|
|
9
|
+
import "../../../chunk-JIAGNEII.mjs";
|
|
10
|
+
import "../../../chunk-HUVBVDJ7.mjs";
|
|
11
|
+
import "../../../chunk-2BPV2XV2.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DEFAULT_ERROR_MESSAGE,
|
|
14
14
|
DefaultCargoPluginProfileMap,
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
createNodesV2,
|
|
6
6
|
description,
|
|
7
7
|
name
|
|
8
|
-
} from "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
8
|
+
} from "../../../chunk-VJJBBVYU.mjs";
|
|
9
|
+
import "../../../chunk-JIAGNEII.mjs";
|
|
10
|
+
import "../../../chunk-HUVBVDJ7.mjs";
|
|
11
|
+
import "../../../chunk-2BPV2XV2.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DEFAULT_ERROR_MESSAGE,
|
|
14
14
|
DefaultCargoPluginProfileMap,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createNodes,
|
|
3
3
|
name
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-RLG36VMZ.mjs";
|
|
5
|
+
import "../../../chunk-XBRJIYCS.mjs";
|
|
6
|
+
import "../../../chunk-HUVBVDJ7.mjs";
|
|
7
|
+
import "../../../chunk-2BPV2XV2.mjs";
|
|
8
8
|
export {
|
|
9
9
|
createNodes,
|
|
10
10
|
name
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createNodes,
|
|
3
3
|
name
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-RLG36VMZ.mjs";
|
|
5
|
+
import "../../../chunk-XBRJIYCS.mjs";
|
|
6
|
+
import "../../../chunk-HUVBVDJ7.mjs";
|
|
7
|
+
import "../../../chunk-2BPV2XV2.mjs";
|
|
8
8
|
export {
|
|
9
9
|
createNodes,
|
|
10
10
|
name
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setDefaultProjectTags
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-HUVBVDJ7.mjs";
|
|
4
4
|
import {
|
|
5
5
|
__name
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-2BPV2XV2.mjs";
|
|
7
7
|
|
|
8
8
|
// src/plugins/typescript/tsup.ts
|
|
9
9
|
import { createNodesFromFiles, readJsonFile } from "@nx/devkit";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ProjectTagConstants,
|
|
3
3
|
addProjectTag
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-HUVBVDJ7.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__name
|
|
7
|
-
} from "../../../chunk-
|
|
7
|
+
} from "../../../chunk-2BPV2XV2.mjs";
|
|
8
8
|
|
|
9
9
|
// src/plugins/typescript/untyped-schema.ts
|
|
10
10
|
import { createNodesFromFiles, readJsonFile } from "@nx/devkit";
|
package/dist/src/types.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
applyWorkspaceExecutorTokens
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-XDVGK64G.mjs";
|
|
4
|
+
import "../../chunk-FR3YQN55.mjs";
|
|
5
|
+
import "../../chunk-ATIBREWM.mjs";
|
|
6
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
7
7
|
export {
|
|
8
8
|
applyWorkspaceExecutorTokens
|
|
9
9
|
};
|
package/dist/src/utils/cargo.mjs
CHANGED
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
childProcess,
|
|
9
9
|
isExternal,
|
|
10
10
|
runProcess
|
|
11
|
-
} from "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
} from "../../chunk-JIAGNEII.mjs";
|
|
12
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
13
13
|
export {
|
|
14
14
|
INVALID_CARGO_ARGS,
|
|
15
15
|
buildCargoCommand,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getProjectConfiguration,
|
|
3
3
|
getProjectConfigurations
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-YBDZ7EWU.mjs";
|
|
5
|
+
import "../../chunk-FR3YQN55.mjs";
|
|
6
|
+
import "../../chunk-ATIBREWM.mjs";
|
|
7
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
8
8
|
export {
|
|
9
9
|
getProjectConfiguration,
|
|
10
10
|
getProjectConfigurations
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -11,33 +11,33 @@ import {
|
|
|
11
11
|
getLockFileName,
|
|
12
12
|
getLockFileNodes,
|
|
13
13
|
lockFileExists
|
|
14
|
-
} from "../../chunk-
|
|
14
|
+
} from "../../chunk-3FTFBAIV.mjs";
|
|
15
15
|
import {
|
|
16
16
|
PackageManagerTypes,
|
|
17
17
|
getPackageInfo
|
|
18
|
-
} from "../../chunk-
|
|
18
|
+
} from "../../chunk-LZ4WXOF5.mjs";
|
|
19
19
|
import {
|
|
20
20
|
getProjectConfigFromProjectJsonPath,
|
|
21
21
|
getProjectConfigFromProjectRoot,
|
|
22
22
|
getProjectPlatform,
|
|
23
23
|
getProjectRoot
|
|
24
|
-
} from "../../chunk-
|
|
24
|
+
} from "../../chunk-XBRJIYCS.mjs";
|
|
25
25
|
import {
|
|
26
26
|
getTypiaTransform
|
|
27
|
-
} from "../../chunk-
|
|
27
|
+
} from "../../chunk-ZETTXDZO.mjs";
|
|
28
28
|
import {
|
|
29
29
|
applyWorkspaceExecutorTokens
|
|
30
|
-
} from "../../chunk-
|
|
30
|
+
} from "../../chunk-XDVGK64G.mjs";
|
|
31
31
|
import {
|
|
32
32
|
createCliOptions
|
|
33
|
-
} from "../../chunk-
|
|
33
|
+
} from "../../chunk-ZUYLHO4U.mjs";
|
|
34
34
|
import {
|
|
35
35
|
getProjectConfiguration,
|
|
36
36
|
getProjectConfigurations
|
|
37
|
-
} from "../../chunk-
|
|
37
|
+
} from "../../chunk-YBDZ7EWU.mjs";
|
|
38
38
|
import {
|
|
39
39
|
pnpmCatalogUpdate
|
|
40
|
-
} from "../../chunk-
|
|
40
|
+
} from "../../chunk-AD4BVP7F.mjs";
|
|
41
41
|
import {
|
|
42
42
|
INVALID_CARGO_ARGS,
|
|
43
43
|
buildCargoCommand,
|
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
childProcess,
|
|
49
49
|
isExternal,
|
|
50
50
|
runProcess
|
|
51
|
-
} from "../../chunk-
|
|
51
|
+
} from "../../chunk-JIAGNEII.mjs";
|
|
52
52
|
import {
|
|
53
53
|
eslintVersion,
|
|
54
54
|
lintStagedVersion,
|
|
@@ -78,17 +78,17 @@ import {
|
|
|
78
78
|
hasProjectTag,
|
|
79
79
|
isEqualProjectTag,
|
|
80
80
|
setDefaultProjectTags
|
|
81
|
-
} from "../../chunk-
|
|
81
|
+
} from "../../chunk-HUVBVDJ7.mjs";
|
|
82
82
|
import {
|
|
83
83
|
modifyCargoNestedTable,
|
|
84
84
|
modifyCargoTable,
|
|
85
85
|
parseCargoToml,
|
|
86
86
|
parseCargoTomlWithTree,
|
|
87
87
|
stringifyCargoToml
|
|
88
|
-
} from "../../chunk-
|
|
89
|
-
import "../../chunk-
|
|
90
|
-
import "../../chunk-
|
|
91
|
-
import "../../chunk-
|
|
88
|
+
} from "../../chunk-7ENGREV2.mjs";
|
|
89
|
+
import "../../chunk-FR3YQN55.mjs";
|
|
90
|
+
import "../../chunk-ATIBREWM.mjs";
|
|
91
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
92
92
|
export {
|
|
93
93
|
INVALID_CARGO_ARGS,
|
|
94
94
|
LOCK_FILES,
|
|
@@ -10,8 +10,8 @@ import {
|
|
|
10
10
|
getLockFileName,
|
|
11
11
|
getLockFileNodes,
|
|
12
12
|
lockFileExists
|
|
13
|
-
} from "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
13
|
+
} from "../../chunk-3FTFBAIV.mjs";
|
|
14
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
15
15
|
export {
|
|
16
16
|
LOCK_FILES,
|
|
17
17
|
NPM_LOCK_FILE,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PackageManagerTypes,
|
|
3
3
|
getPackageInfo
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-LZ4WXOF5.mjs";
|
|
5
|
+
import "../../chunk-HUVBVDJ7.mjs";
|
|
6
|
+
import "../../chunk-7ENGREV2.mjs";
|
|
7
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
8
8
|
export {
|
|
9
9
|
PackageManagerTypes,
|
|
10
10
|
getPackageInfo
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
getProjectConfigFromProjectRoot,
|
|
4
4
|
getProjectPlatform,
|
|
5
5
|
getProjectRoot
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-XBRJIYCS.mjs";
|
|
7
|
+
import "../../chunk-HUVBVDJ7.mjs";
|
|
8
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
9
9
|
export {
|
|
10
10
|
getProjectConfigFromProjectJsonPath,
|
|
11
11
|
getProjectConfigFromProjectRoot,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
pnpmCatalogUpdate
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-AD4BVP7F.mjs";
|
|
4
|
+
import "../../chunk-ATIBREWM.mjs";
|
|
5
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
6
6
|
export {
|
|
7
7
|
pnpmCatalogUpdate
|
|
8
8
|
};
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
hasProjectTag,
|
|
8
8
|
isEqualProjectTag,
|
|
9
9
|
setDefaultProjectTags
|
|
10
|
-
} from "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
10
|
+
} from "../../chunk-HUVBVDJ7.mjs";
|
|
11
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
12
12
|
export {
|
|
13
13
|
ProjectTagConstants,
|
|
14
14
|
addPluginProjectTag,
|
package/dist/src/utils/toml.mjs
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
parseCargoToml,
|
|
5
5
|
parseCargoTomlWithTree,
|
|
6
6
|
stringifyCargoToml
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
} from "../../chunk-7ENGREV2.mjs";
|
|
8
|
+
import "../../chunk-2BPV2XV2.mjs";
|
|
9
9
|
export {
|
|
10
10
|
modifyCargoNestedTable,
|
|
11
11
|
modifyCargoTable,
|
package/executors.json
CHANGED
|
@@ -5,11 +5,6 @@
|
|
|
5
5
|
"schema": "./dist/src/executors/typia/schema.json",
|
|
6
6
|
"description": "Run the `typia` generator to create runtime type validators"
|
|
7
7
|
},
|
|
8
|
-
"tsdown": {
|
|
9
|
-
"implementation": "./dist/src/executors/tsdown/executor",
|
|
10
|
-
"schema": "./dist/src/executors/tsdown/schema.json",
|
|
11
|
-
"description": "Run the `tsdown` build process on a selected project"
|
|
12
|
-
},
|
|
13
8
|
"esbuild": {
|
|
14
9
|
"implementation": "./dist/src/executors/esbuild/executor",
|
|
15
10
|
"schema": "./dist/src/executors/esbuild/schema.json",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.264.0",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -178,7 +178,6 @@
|
|
|
178
178
|
"./plugins/rust": "./dist/src/plugins/rust/index.js",
|
|
179
179
|
"./plugins/typescript": "./dist/src/plugins/typescript/index.js",
|
|
180
180
|
"./plugins/typescript/tsup": "./dist/src/plugins/typescript/tsup.js",
|
|
181
|
-
"./plugins/typescript/tsdown": "./dist/src/plugins/typescript/tsdown.js",
|
|
182
181
|
"./plugins/typescript/untyped": "./dist/src/plugins/typescript/untyped-schema.js",
|
|
183
182
|
"./plugins/typescript/untyped-schema": "./dist/src/plugins/typescript/untyped-schema.js"
|
|
184
183
|
},
|
|
@@ -194,17 +193,15 @@
|
|
|
194
193
|
"peerDependencies": {
|
|
195
194
|
"@storm-software/esbuild": "workspace:*",
|
|
196
195
|
"@storm-software/prettier": "workspace:*",
|
|
197
|
-
"@storm-software/tsdown": "workspace:*",
|
|
198
196
|
"@storm-software/unbuild": "workspace:*",
|
|
199
197
|
"markdownlint-cli2": "^0.17.2",
|
|
200
198
|
"nx": "^20.3.1",
|
|
201
199
|
"prettier": "^3.5.1"
|
|
202
200
|
},
|
|
203
201
|
"peerDependenciesMeta": {
|
|
204
|
-
"@storm-software/esbuild": { "optional":
|
|
202
|
+
"@storm-software/esbuild": { "optional": false },
|
|
205
203
|
"@storm-software/prettier": { "optional": false },
|
|
206
|
-
"@storm-software/
|
|
207
|
-
"@storm-software/unbuild": { "optional": true },
|
|
204
|
+
"@storm-software/unbuild": { "optional": false },
|
|
208
205
|
"markdownlint-cli2": { "optional": false },
|
|
209
206
|
"nx": { "optional": false },
|
|
210
207
|
"prettier": { "optional": false }
|