@storm-software/workspace-tools 1.294.8 → 1.294.9
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 +14 -0
- package/dist/{chunk-AWEZ7UJ3.mjs → chunk-DWH6QK7F.mjs} +1 -1
- package/dist/{chunk-WBPHMZKE.mjs → chunk-MHLZVPCY.mjs} +1 -1
- package/dist/{chunk-ULMMWGEQ.mjs → chunk-PQ4PZM6A.mjs} +4 -4
- package/dist/{chunk-CXY6VDX7.mjs → chunk-TYIR5T7A.mjs} +1 -1
- package/dist/{chunk-MILWDGNH.mjs → chunk-XVSMH773.mjs} +1 -1
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +8 -8
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +9 -9
- package/dist/index.js +10 -10
- package/dist/index.mjs +16 -16
- 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.mjs +1 -1
- 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 +14 -14
- package/dist/chunk-22UNLZYU.js +0 -32
- package/dist/chunk-5R3RZM7F.mjs +0 -41
- package/dist/chunk-5Y3FH74I.mjs +0 -116
- package/dist/chunk-73A7IONK.mjs +0 -82
- package/dist/chunk-AL6L3UUR.mjs +0 -32
- package/dist/chunk-BWQ4GRUD.mjs +0 -253
- package/dist/chunk-CDNAHLAD.js +0 -116
- package/dist/chunk-D5B6MC6F.mjs +0 -32
- package/dist/chunk-EH5LH5UY.mjs +0 -93
- package/dist/chunk-EVGT7HXL.mjs +0 -548
- package/dist/chunk-G7SJSVHH.js +0 -32
- package/dist/chunk-HNGK4HNO.js +0 -250
- package/dist/chunk-JYLRMNB6.mjs +0 -32
- package/dist/chunk-KPTTWMEB.js +0 -79
- package/dist/chunk-M253UB6G.js +0 -32
- package/dist/chunk-OZ7ZME6T.js +0 -93
- package/dist/chunk-PMWFVRHG.js +0 -41
- package/dist/chunk-RIIMLFEC.js +0 -548
- package/dist/chunk-ROCY6LMS.js +0 -31
- package/dist/chunk-ZBRON3HE.mjs +0 -31
|
@@ -8,7 +8,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
8
8
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
9
9
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-TYIR5T7A.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
sizeLimitExecutorFn
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
9
9
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
10
10
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-TYIR5T7A.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-TYIR5T7A.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/tsdown/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
8
8
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
9
9
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-TYIR5T7A.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
typiaExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
8
8
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
9
9
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-TYIR5T7A.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-TYIR5T7A.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-XVSMH773.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-T5345GNL.mjs";
|
|
|
11
11
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
12
12
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-TYIR5T7A.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-TYIR5T7A.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/browser-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
8
8
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
9
9
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-TYIR5T7A.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-MHLZVPCY.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-T5345GNL.mjs";
|
|
|
11
11
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
12
12
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-TYIR5T7A.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-TYIR5T7A.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-PQ4PZM6A.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-T5345GNL.mjs";
|
|
|
11
11
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
12
12
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-TYIR5T7A.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-TYIR5T7A.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-DWH6QK7F.mjs";
|
|
5
5
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
6
6
|
import "../../../chunk-2ZQ423JU.mjs";
|
|
7
7
|
import "../../../chunk-QYHQD375.mjs";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
9
9
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
10
10
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-TYIR5T7A.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-TYIR5T7A.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-TYIR5T7A.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DefaultCargoPluginProfileMap,
|
|
14
14
|
createDependencies,
|
|
@@ -11,7 +11,7 @@ import "../../chunk-T5345GNL.mjs";
|
|
|
11
11
|
import "../../chunk-6MATO2MJ.mjs";
|
|
12
12
|
import "../../chunk-GSZ2BO7G.mjs";
|
|
13
13
|
import "../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-TYIR5T7A.mjs";
|
|
15
15
|
export {
|
|
16
16
|
StormJsVersionActions,
|
|
17
17
|
StormRustVersionActions
|
|
@@ -5,7 +5,7 @@ import "../../chunk-T5345GNL.mjs";
|
|
|
5
5
|
import "../../chunk-6MATO2MJ.mjs";
|
|
6
6
|
import "../../chunk-GSZ2BO7G.mjs";
|
|
7
7
|
import "../../chunk-TBW5MCN6.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-TYIR5T7A.mjs";
|
|
9
9
|
export {
|
|
10
10
|
StormJsVersionActions as default
|
|
11
11
|
};
|
|
@@ -7,7 +7,7 @@ import "../../chunk-T5345GNL.mjs";
|
|
|
7
7
|
import "../../chunk-6MATO2MJ.mjs";
|
|
8
8
|
import "../../chunk-GSZ2BO7G.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-TYIR5T7A.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.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import "../../chunk-FEYD5KMF.mjs";
|
|
|
7
7
|
import "../../chunk-AQ7B26V3.mjs";
|
|
8
8
|
import "../../chunk-6MATO2MJ.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-TYIR5T7A.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.294.
|
|
3
|
+
"version": "1.294.9",
|
|
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",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"peerDependencies": {
|
|
223
223
|
"@napi-rs/cli": "^3.4.1",
|
|
224
224
|
"markdownlint-cli2": "^0.17.2",
|
|
225
|
-
"nx": "^22.
|
|
225
|
+
"nx": "^22.2.0",
|
|
226
226
|
"prettier": "^3.7.4"
|
|
227
227
|
},
|
|
228
228
|
"peerDependenciesMeta": {
|
|
@@ -234,19 +234,19 @@
|
|
|
234
234
|
"dependencies": {
|
|
235
235
|
"@ltd/j-toml": "1.38.0",
|
|
236
236
|
"@microsoft/api-extractor": "^7.55.2",
|
|
237
|
-
"@nx/devkit": "^22.
|
|
238
|
-
"@nx/js": "^22.
|
|
237
|
+
"@nx/devkit": "^22.2.0",
|
|
238
|
+
"@nx/js": "^22.2.0",
|
|
239
239
|
"@samchon/openapi": "^2.5.3",
|
|
240
240
|
"@size-limit/esbuild": "11.1.4",
|
|
241
241
|
"@size-limit/esbuild-why": "11.1.4",
|
|
242
242
|
"@size-limit/file": "11.1.4",
|
|
243
|
-
"@storm-software/config-tools": "^1.188.
|
|
244
|
-
"@storm-software/esbuild": "^0.53.
|
|
245
|
-
"@storm-software/npm-tools": "^0.6.
|
|
246
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
247
|
-
"@storm-software/prettier": "^0.57.
|
|
248
|
-
"@storm-software/tsdown": "^0.45.
|
|
249
|
-
"@storm-software/unbuild": "^0.57.
|
|
243
|
+
"@storm-software/config-tools": "^1.188.65",
|
|
244
|
+
"@storm-software/esbuild": "^0.53.65",
|
|
245
|
+
"@storm-software/npm-tools": "^0.6.21",
|
|
246
|
+
"@storm-software/pnpm-tools": "^0.6.65",
|
|
247
|
+
"@storm-software/prettier": "^0.57.64",
|
|
248
|
+
"@storm-software/tsdown": "^0.45.65",
|
|
249
|
+
"@storm-software/unbuild": "^0.57.65",
|
|
250
250
|
"fs-extra": "11.2.0",
|
|
251
251
|
"glob": "^11.1.0",
|
|
252
252
|
"jiti": "2.4.2",
|
|
@@ -261,10 +261,10 @@
|
|
|
261
261
|
"devDependencies": {
|
|
262
262
|
"@napi-rs/cli": "^3.5.0",
|
|
263
263
|
"@types/micromatch": "^4.0.10",
|
|
264
|
-
"@types/node": "^24.10.
|
|
264
|
+
"@types/node": "^24.10.2",
|
|
265
265
|
"@types/semver": "7.5.8",
|
|
266
266
|
"defu": "6.1.4",
|
|
267
|
-
"nx": "^22.
|
|
267
|
+
"nx": "^22.2.0",
|
|
268
268
|
"pkg-types": "^1.3.1",
|
|
269
269
|
"tsup": "8.4.0",
|
|
270
270
|
"typescript": "^5.9.3"
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "e5afccfa607b8bf8396ec9af7e7cb78313508956"
|
|
276
276
|
}
|
package/dist/chunk-22UNLZYU.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
var _chunk73YOO2B5js = require('./chunk-73YOO2B5.js');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
var _chunkD2PV33E5js = require('./chunk-D2PV33E5.js');
|
|
8
|
-
|
|
9
|
-
// src/executors/cargo-format/executor.ts
|
|
10
|
-
async function cargoFormatExecutor(options, context) {
|
|
11
|
-
const command = _chunkD2PV33E5js.buildCargoCommand.call(void 0, "fmt", options, context);
|
|
12
|
-
return await _chunkD2PV33E5js.cargoCommand.call(void 0, context.root, ...command);
|
|
13
|
-
}
|
|
14
|
-
var executor_default = _chunk73YOO2B5js.withRunExecutor.call(void 0,
|
|
15
|
-
"Cargo - Format",
|
|
16
|
-
cargoFormatExecutor,
|
|
17
|
-
{
|
|
18
|
-
skipReadingConfig: false,
|
|
19
|
-
hooks: {
|
|
20
|
-
applyDefaultOptions: (options) => {
|
|
21
|
-
options.outputPath ??= "dist/{projectRoot}/target";
|
|
22
|
-
options.toolchain ??= "stable";
|
|
23
|
-
return options;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
);
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
exports.cargoFormatExecutor = cargoFormatExecutor; exports.executor_default = executor_default;
|
package/dist/chunk-5R3RZM7F.mjs
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
withRunExecutor
|
|
3
|
-
} from "./chunk-V4QXOWGL.mjs";
|
|
4
|
-
import {
|
|
5
|
-
buildCargoCommand,
|
|
6
|
-
cargoCommand
|
|
7
|
-
} from "./chunk-ZTN2676G.mjs";
|
|
8
|
-
|
|
9
|
-
// src/executors/cargo-doc/executor.ts
|
|
10
|
-
async function cargoDocExecutor(options, context) {
|
|
11
|
-
const opts = { ...options };
|
|
12
|
-
opts["no-deps"] = opts.noDeps;
|
|
13
|
-
delete opts.noDeps;
|
|
14
|
-
const command = buildCargoCommand("doc", options, context);
|
|
15
|
-
return await cargoCommand(context.root, ...command);
|
|
16
|
-
}
|
|
17
|
-
var executor_default = withRunExecutor(
|
|
18
|
-
"Cargo - Doc",
|
|
19
|
-
cargoDocExecutor,
|
|
20
|
-
{
|
|
21
|
-
skipReadingConfig: false,
|
|
22
|
-
hooks: {
|
|
23
|
-
applyDefaultOptions: (options) => {
|
|
24
|
-
options.outputPath ??= "dist/{projectRoot}/docs";
|
|
25
|
-
options.toolchain ??= "stable";
|
|
26
|
-
options.release ??= options.profile ? false : true;
|
|
27
|
-
options.allFeatures ??= true;
|
|
28
|
-
options.lib ??= true;
|
|
29
|
-
options.bins ??= true;
|
|
30
|
-
options.examples ??= true;
|
|
31
|
-
options.noDeps ??= false;
|
|
32
|
-
return options;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
);
|
|
37
|
-
|
|
38
|
-
export {
|
|
39
|
-
cargoDocExecutor,
|
|
40
|
-
executor_default
|
|
41
|
-
};
|