@storm-software/workspace-tools 1.292.15 → 1.292.18
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 +66 -0
- package/README.md +4 -36
- package/config/base.json +13 -14
- package/dist/{chunk-UCXAD2SG.mjs → chunk-6PVCCKX4.mjs} +1 -1
- package/dist/chunk-ANHKV7HZ.js +22 -0
- package/dist/{chunk-PUFTJ2BG.mjs → chunk-D2ENLOCH.mjs} +14 -12
- package/dist/{chunk-MGF3DTWM.js → chunk-EECJXHDA.js} +50 -17
- package/dist/chunk-EGI64HQ2.mjs +22 -0
- package/dist/chunk-EYRX4NM6.mjs +213 -0
- package/dist/{chunk-LOFMB5G3.mjs → chunk-IPWUJVZZ.mjs} +1 -1
- package/dist/{chunk-YNLDYAEE.mjs → chunk-JHJLQ2O7.mjs} +1 -1
- package/dist/{chunk-452FQZ3B.js → chunk-JWFGGMYQ.js} +1 -6
- package/dist/{chunk-Q57UD72U.mjs → chunk-KCVIHYZQ.mjs} +1 -1
- package/dist/{chunk-7DLHAWLG.mjs → chunk-MU6OJDOC.mjs} +1 -1
- package/dist/{chunk-IBTPJDV6.js → chunk-N3YCERS6.js} +5 -2
- package/dist/{chunk-WV5SNA37.js → chunk-O2FPRXPD.js} +17 -15
- package/dist/{chunk-FQSIFEMR.mjs → chunk-OOR7HG4P.mjs} +37 -4
- package/dist/{chunk-2LY7DGBH.mjs → chunk-OV33RACH.mjs} +5 -2
- package/dist/{chunk-WRXLSZ6I.js → chunk-POXELQII.js} +2 -2
- package/dist/{chunk-B4RJUBHW.mjs → chunk-QUHBEE5D.mjs} +1 -1
- package/dist/chunk-SAIDGUHG.mjs +0 -0
- package/dist/chunk-TCGF4GS7.js +213 -0
- package/dist/chunk-TJRQRM4Z.mjs +49 -0
- package/dist/chunk-W4IH547O.js +49 -0
- package/dist/{chunk-2ONEZU6V.mjs → chunk-WH72XZPS.mjs} +1 -1
- package/dist/{chunk-SVIG7SR3.mjs → chunk-X2SLQ73Q.mjs} +1 -6
- package/dist/chunk-YYLV7UA6.js +1 -0
- package/dist/{chunk-7QY4X73C.js → chunk-ZP4B44CQ.js} +2 -2
- package/dist/executors.js +16 -17
- package/dist/executors.mjs +19 -20
- package/dist/generators.d.mts +0 -2
- package/dist/generators.d.ts +0 -2
- package/dist/generators.js +8 -14
- package/dist/generators.mjs +13 -19
- package/dist/index.d.mts +7 -2
- package/dist/index.d.ts +7 -2
- package/dist/index.js +39 -34
- package/dist/index.mjs +53 -48
- 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.js +3 -3
- 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 +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/npm-publish/executor.js +4 -5
- package/dist/src/executors/npm-publish/executor.mjs +4 -5
- 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.js +2 -2
- package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
- package/dist/src/plugins/rust/index.js +2 -2
- package/dist/src/plugins/rust/index.mjs +2 -2
- package/dist/src/plugins/typescript/index.js +22 -22
- package/dist/src/plugins/typescript/index.mjs +23 -23
- 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.d.mts +11 -0
- package/dist/src/release/index.d.ts +11 -0
- package/dist/src/release/index.js +17 -0
- package/dist/src/release/index.mjs +18 -0
- package/dist/src/release/js-version-actions.d.mts +44 -0
- package/dist/src/release/js-version-actions.d.ts +44 -0
- package/dist/src/release/js-version-actions.js +10 -0
- package/dist/src/release/js-version-actions.mjs +11 -0
- package/dist/src/release/rust-version-actions.d.mts +56 -0
- package/dist/src/release/rust-version-actions.d.ts +56 -0
- package/dist/src/release/rust-version-actions.js +12 -0
- package/dist/src/release/rust-version-actions.mjs +13 -0
- 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 +11 -11
- package/dist/src/utils/index.mjs +18 -18
- package/dist/src/utils/lock-file.d.mts +2 -2
- package/dist/src/utils/lock-file.d.ts +2 -2
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.d.mts +3 -27
- package/dist/src/utils/nx-json.d.ts +3 -27
- package/dist/src/utils/nx-json.js +2 -2
- package/dist/src/utils/nx-json.mjs +2 -2
- package/dist/src/utils/package-helpers.js +3 -3
- package/dist/src/utils/package-helpers.mjs +3 -3
- package/dist/src/utils/plugin-helpers.d.mts +2 -2
- package/dist/src/utils/plugin-helpers.d.ts +2 -2
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- package/dist/src/utils/registry-helpers.d.mts +11 -0
- package/dist/src/utils/registry-helpers.d.ts +11 -0
- package/dist/src/utils/registry-helpers.js +6 -0
- package/dist/src/utils/registry-helpers.mjs +7 -0
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/package.json +47 -18
- package/dist/chunk-J4I6MJT2.js +0 -73
- package/dist/chunk-JLXBL5BC.mjs +0 -73
- package/dist/chunk-WEL4BVFX.js +0 -1049
- package/dist/chunk-ZZWU35JU.mjs +0 -1049
- package/dist/generator-DLXza9BZ.d.ts +0 -186
- package/dist/generator-DVYJZa5j.d.mts +0 -186
- package/dist/src/generators/release-version/generator.d.mts +0 -6
- package/dist/src/generators/release-version/generator.d.ts +0 -6
- package/dist/src/generators/release-version/generator.js +0 -14
- package/dist/src/generators/release-version/generator.mjs +0 -15
- package/dist/src/generators/release-version/schema.d.ts +0 -180
- package/dist/src/generators/release-version/schema.json +0 -158
- package/dist/src/generators/release-version/untyped.d.mts +0 -5
- package/dist/src/generators/release-version/untyped.d.ts +0 -5
- package/dist/src/generators/release-version/untyped.js +0 -159
- package/dist/src/generators/release-version/untyped.mjs +0 -161
- package/docs/api/generators/release-version/schema.md +0 -160
- /package/dist/{chunk-RLIZVCIN.mjs → chunk-5GZC2PF6.mjs} +0 -0
- /package/dist/{chunk-INERRJ6Q.js → chunk-C3TC7AUW.js} +0 -0
|
@@ -10,7 +10,7 @@ import "../../../chunk-VGJEUOUN.mjs";
|
|
|
10
10
|
import {
|
|
11
11
|
joinPaths
|
|
12
12
|
} from "../../../chunk-C26A6BXG.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-IPWUJVZZ.mjs";
|
|
14
14
|
|
|
15
15
|
// src/executors/clean-package/executor.ts
|
|
16
16
|
import { joinPathFragments } from "@nx/devkit";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
11
11
|
import "../../../chunk-C26A6BXG.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-IPWUJVZZ.mjs";
|
|
13
13
|
export {
|
|
14
14
|
executor_default as default,
|
|
15
15
|
esbuildExecutorFn
|
|
@@ -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-IPWUJVZZ.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/esbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-452FQZ3B.js');
|
|
4
|
+
var _chunkEECJXHDAjs = require('../../../chunk-EECJXHDA.js');
|
|
5
|
+
require('../../../chunk-ZP4B44CQ.js');
|
|
6
|
+
require('../../../chunk-JWFGGMYQ.js');
|
|
8
7
|
require('../../../chunk-AX3RSZT7.js');
|
|
9
8
|
require('../../../chunk-DSDE2UL5.js');
|
|
10
9
|
require('../../../chunk-2CDSXWFA.js');
|
|
@@ -13,4 +12,4 @@ require('../../../chunk-G2L3EEEO.js');
|
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
|
|
16
|
-
exports.LARGE_BUFFER =
|
|
15
|
+
exports.LARGE_BUFFER = _chunkEECJXHDAjs.LARGE_BUFFER; exports.default = _chunkEECJXHDAjs.npmPublishExecutorFn;
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LARGE_BUFFER,
|
|
3
3
|
npmPublishExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-SVIG7SR3.mjs";
|
|
4
|
+
} from "../../../chunk-OOR7HG4P.mjs";
|
|
5
|
+
import "../../../chunk-6PVCCKX4.mjs";
|
|
6
|
+
import "../../../chunk-X2SLQ73Q.mjs";
|
|
8
7
|
import "../../../chunk-F66XEAID.mjs";
|
|
9
8
|
import "../../../chunk-NOTQLVZP.mjs";
|
|
10
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
11
10
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
12
11
|
import "../../../chunk-C26A6BXG.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-IPWUJVZZ.mjs";
|
|
14
13
|
export {
|
|
15
14
|
LARGE_BUFFER,
|
|
16
15
|
npmPublishExecutorFn as default
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
10
10
|
import "../../../chunk-C26A6BXG.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-IPWUJVZZ.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
sizeLimitExecutorFn
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
11
11
|
import "../../../chunk-C26A6BXG.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-IPWUJVZZ.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-IPWUJVZZ.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/tsdown/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
10
10
|
import "../../../chunk-C26A6BXG.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-IPWUJVZZ.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
typiaExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
10
10
|
import "../../../chunk-C26A6BXG.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-IPWUJVZZ.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-IPWUJVZZ.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-QUHBEE5D.mjs";
|
|
5
5
|
import "../../../chunk-HP36FVRU.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-F66XEAID.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
11
11
|
import "../../../chunk-V44DYGWX.mjs";
|
|
12
12
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
13
13
|
import "../../../chunk-C26A6BXG.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-IPWUJVZZ.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-IPWUJVZZ.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/browser-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
10
10
|
import "../../../chunk-C26A6BXG.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-IPWUJVZZ.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-WH72XZPS.mjs";
|
|
5
5
|
import "../../../chunk-HP36FVRU.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-F66XEAID.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
11
11
|
import "../../../chunk-V44DYGWX.mjs";
|
|
12
12
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
13
13
|
import "../../../chunk-C26A6BXG.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-IPWUJVZZ.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-IPWUJVZZ.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-KCVIHYZQ.mjs";
|
|
5
5
|
import "../../../chunk-HP36FVRU.mjs";
|
|
6
6
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-F66XEAID.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
11
11
|
import "../../../chunk-V44DYGWX.mjs";
|
|
12
12
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
13
13
|
import "../../../chunk-C26A6BXG.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-IPWUJVZZ.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-IPWUJVZZ.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-JHJLQ2O7.mjs";
|
|
5
5
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
6
6
|
import "../../../chunk-JGFRV7ZL.mjs";
|
|
7
7
|
import "../../../chunk-76SRFTZ2.mjs";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
11
11
|
import "../../../chunk-C26A6BXG.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-IPWUJVZZ.mjs";
|
|
13
13
|
export {
|
|
14
14
|
generator_default as default,
|
|
15
15
|
presetGeneratorFn
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkO2FPRXPDjs = require('../../../chunk-O2FPRXPD.js');
|
|
9
9
|
require('../../../chunk-J6F3WHRB.js');
|
|
10
10
|
require('../../../chunk-LJDV7HFT.js');
|
|
11
11
|
require('../../../chunk-AX3RSZT7.js');
|
|
@@ -16,4 +16,4 @@ require('../../../chunk-AX3RSZT7.js');
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
exports.DEFAULT_ERROR_MESSAGE =
|
|
19
|
+
exports.DEFAULT_ERROR_MESSAGE = _chunkO2FPRXPDjs.DEFAULT_ERROR_MESSAGE; exports.DefaultCargoPluginProfileMap = _chunkO2FPRXPDjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkO2FPRXPDjs.createDependencies; exports.createNodesV2 = _chunkO2FPRXPDjs.createNodesV2; exports.description = _chunkO2FPRXPDjs.description; exports.name = _chunkO2FPRXPDjs.name;
|
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
createNodesV2,
|
|
6
6
|
description,
|
|
7
7
|
name
|
|
8
|
-
} from "../../../chunk-
|
|
8
|
+
} from "../../../chunk-D2ENLOCH.mjs";
|
|
9
9
|
import "../../../chunk-4RYLWWPW.mjs";
|
|
10
10
|
import "../../../chunk-6LP3KKXE.mjs";
|
|
11
11
|
import "../../../chunk-F66XEAID.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-IPWUJVZZ.mjs";
|
|
13
13
|
export {
|
|
14
14
|
DEFAULT_ERROR_MESSAGE,
|
|
15
15
|
DefaultCargoPluginProfileMap,
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkO2FPRXPDjs = require('../../../chunk-O2FPRXPD.js');
|
|
9
9
|
require('../../../chunk-J6F3WHRB.js');
|
|
10
10
|
require('../../../chunk-LJDV7HFT.js');
|
|
11
11
|
require('../../../chunk-AX3RSZT7.js');
|
|
@@ -16,4 +16,4 @@ require('../../../chunk-AX3RSZT7.js');
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
exports.DEFAULT_ERROR_MESSAGE =
|
|
19
|
+
exports.DEFAULT_ERROR_MESSAGE = _chunkO2FPRXPDjs.DEFAULT_ERROR_MESSAGE; exports.DefaultCargoPluginProfileMap = _chunkO2FPRXPDjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkO2FPRXPDjs.createDependencies; exports.createNodesV2 = _chunkO2FPRXPDjs.createNodesV2; exports.description = _chunkO2FPRXPDjs.description; exports.name = _chunkO2FPRXPDjs.name;
|
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
createNodesV2,
|
|
6
6
|
description,
|
|
7
7
|
name
|
|
8
|
-
} from "../../../chunk-
|
|
8
|
+
} from "../../../chunk-D2ENLOCH.mjs";
|
|
9
9
|
import "../../../chunk-4RYLWWPW.mjs";
|
|
10
10
|
import "../../../chunk-6LP3KKXE.mjs";
|
|
11
11
|
import "../../../chunk-F66XEAID.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-IPWUJVZZ.mjs";
|
|
13
13
|
export {
|
|
14
14
|
DEFAULT_ERROR_MESSAGE,
|
|
15
15
|
DefaultCargoPluginProfileMap,
|
|
@@ -36,24 +36,24 @@ var createNodesV2 = [
|
|
|
36
36
|
if (!tsconfig) {
|
|
37
37
|
return {};
|
|
38
38
|
}
|
|
39
|
-
const
|
|
39
|
+
const project = createProjectFromPackageJsonNextToProjectJson(
|
|
40
40
|
file,
|
|
41
41
|
packageJson
|
|
42
42
|
);
|
|
43
|
-
if (_optionalChain([options2, 'optionalAccess', _ => _.includeApps]) === false &&
|
|
43
|
+
if (_optionalChain([options2, 'optionalAccess', _ => _.includeApps]) === false && project.projectType === "application") {
|
|
44
44
|
return {};
|
|
45
45
|
}
|
|
46
|
-
const root = _chunkJ6F3WHRBjs.getRoot.call(void 0,
|
|
46
|
+
const root = _chunkJ6F3WHRBjs.getRoot.call(void 0, project.root, context2);
|
|
47
47
|
const enableMarkdownlint = _optionalChain([options2, 'optionalAccess', _2 => _2.enableMarkdownlint]) !== false;
|
|
48
48
|
const enableEslint = _optionalChain([options2, 'optionalAccess', _3 => _3.enableEslint]) !== false;
|
|
49
49
|
const enableTypeCheck = _optionalChain([options2, 'optionalAccess', _4 => _4.enableTypeCheck]) !== false;
|
|
50
50
|
const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
|
|
51
51
|
packageJson,
|
|
52
52
|
nxJson,
|
|
53
|
-
|
|
53
|
+
project.root,
|
|
54
54
|
context2.workspaceRoot
|
|
55
55
|
);
|
|
56
|
-
if (_path.join.call(void 0, context2.workspaceRoot,
|
|
56
|
+
if (_path.join.call(void 0, context2.workspaceRoot, project.root).startsWith(
|
|
57
57
|
_path.join.call(void 0, context2.workspaceRoot, "tools")
|
|
58
58
|
) && _optionalChain([options2, 'optionalAccess', _5 => _5.lintInternalTools]) !== true) {
|
|
59
59
|
targets.lint ??= {
|
|
@@ -103,14 +103,14 @@ var createNodesV2 = [
|
|
|
103
103
|
],
|
|
104
104
|
options: {
|
|
105
105
|
command: `pnpm exec ${_optionalChain([options2, 'optionalAccess', _14 => _14.useTsGo]) ? "tsgo" : "tsc"} --noEmit --skipLibCheck --pretty --project ./${_path.join.call(void 0,
|
|
106
|
-
|
|
106
|
+
project.root,
|
|
107
107
|
"tsconfig.json"
|
|
108
108
|
)}`
|
|
109
109
|
}
|
|
110
110
|
};
|
|
111
111
|
}
|
|
112
112
|
if (enableEslint) {
|
|
113
|
-
let eslintConfig = checkEslintConfigAtPath(
|
|
113
|
+
let eslintConfig = checkEslintConfigAtPath(project.root);
|
|
114
114
|
if (!eslintConfig) {
|
|
115
115
|
eslintConfig = checkEslintConfigAtPath(context2.workspaceRoot);
|
|
116
116
|
}
|
|
@@ -206,10 +206,10 @@ var createNodesV2 = [
|
|
|
206
206
|
inputs: ["typescript", "^production"],
|
|
207
207
|
outputs: [`{workspaceRoot}/dist/${root}`],
|
|
208
208
|
options: {
|
|
209
|
-
command: `pnpm exec nx run ${
|
|
209
|
+
command: `pnpm exec nx run ${project.name}:build`
|
|
210
210
|
}
|
|
211
211
|
};
|
|
212
|
-
if (checkJestConfigAtPath(
|
|
212
|
+
if (checkJestConfigAtPath(project.root)) {
|
|
213
213
|
targets.test ??= {
|
|
214
214
|
cache: true,
|
|
215
215
|
executor: "@nx/jest:jest",
|
|
@@ -249,7 +249,7 @@ var createNodesV2 = [
|
|
|
249
249
|
const isPrivate = _nullishCoalesce(packageJson.private, () => ( false));
|
|
250
250
|
if (!isPrivate) {
|
|
251
251
|
_chunkAX3RSZT7js.addProjectTag.call(void 0,
|
|
252
|
-
|
|
252
|
+
project,
|
|
253
253
|
_chunkAX3RSZT7js.ProjectTagConstants.Registry.TAG_ID,
|
|
254
254
|
_chunkAX3RSZT7js.ProjectTagConstants.Registry.NPM,
|
|
255
255
|
{ overwrite: true }
|
|
@@ -260,12 +260,12 @@ var createNodesV2 = [
|
|
|
260
260
|
executor: "@storm-software/workspace-tools:npm-publish",
|
|
261
261
|
options: {}
|
|
262
262
|
};
|
|
263
|
-
if (
|
|
264
|
-
|
|
263
|
+
if (project.projectType === "application" || _chunkAX3RSZT7js.isEqualProjectTag.call(void 0,
|
|
264
|
+
project,
|
|
265
265
|
_chunkAX3RSZT7js.ProjectTagConstants.ProjectType.TAG_ID,
|
|
266
266
|
_chunkAX3RSZT7js.ProjectTagConstants.ProjectType.APPLICATION
|
|
267
267
|
) || _chunkAX3RSZT7js.isEqualProjectTag.call(void 0,
|
|
268
|
-
|
|
268
|
+
project,
|
|
269
269
|
_chunkAX3RSZT7js.ProjectTagConstants.DistStyle.TAG_ID,
|
|
270
270
|
_chunkAX3RSZT7js.ProjectTagConstants.DistStyle.CLEAN
|
|
271
271
|
)) {
|
|
@@ -285,16 +285,16 @@ var createNodesV2 = [
|
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
287
|
_chunkAX3RSZT7js.addProjectTag.call(void 0,
|
|
288
|
-
|
|
288
|
+
project,
|
|
289
289
|
_chunkAX3RSZT7js.ProjectTagConstants.Language.TAG_ID,
|
|
290
290
|
_chunkAX3RSZT7js.ProjectTagConstants.Language.TYPESCRIPT,
|
|
291
291
|
{ overwrite: true }
|
|
292
292
|
);
|
|
293
|
-
const platform = _chunkJ6F3WHRBjs.getProjectPlatform.call(void 0,
|
|
293
|
+
const platform = _chunkJ6F3WHRBjs.getProjectPlatform.call(void 0, project);
|
|
294
294
|
switch (platform) {
|
|
295
295
|
case "worker":
|
|
296
296
|
_chunkAX3RSZT7js.addProjectTag.call(void 0,
|
|
297
|
-
|
|
297
|
+
project,
|
|
298
298
|
_chunkAX3RSZT7js.ProjectTagConstants.Platform.TAG_ID,
|
|
299
299
|
_chunkAX3RSZT7js.ProjectTagConstants.Platform.WORKER,
|
|
300
300
|
{ overwrite: true }
|
|
@@ -302,7 +302,7 @@ var createNodesV2 = [
|
|
|
302
302
|
break;
|
|
303
303
|
case "node":
|
|
304
304
|
_chunkAX3RSZT7js.addProjectTag.call(void 0,
|
|
305
|
-
|
|
305
|
+
project,
|
|
306
306
|
_chunkAX3RSZT7js.ProjectTagConstants.Platform.TAG_ID,
|
|
307
307
|
_chunkAX3RSZT7js.ProjectTagConstants.Platform.NODE,
|
|
308
308
|
{ overwrite: true }
|
|
@@ -310,7 +310,7 @@ var createNodesV2 = [
|
|
|
310
310
|
break;
|
|
311
311
|
case "browser":
|
|
312
312
|
_chunkAX3RSZT7js.addProjectTag.call(void 0,
|
|
313
|
-
|
|
313
|
+
project,
|
|
314
314
|
_chunkAX3RSZT7js.ProjectTagConstants.Platform.TAG_ID,
|
|
315
315
|
_chunkAX3RSZT7js.ProjectTagConstants.Platform.BROWSER,
|
|
316
316
|
{ overwrite: true }
|
|
@@ -318,14 +318,14 @@ var createNodesV2 = [
|
|
|
318
318
|
break;
|
|
319
319
|
default:
|
|
320
320
|
_chunkAX3RSZT7js.addProjectTag.call(void 0,
|
|
321
|
-
|
|
321
|
+
project,
|
|
322
322
|
_chunkAX3RSZT7js.ProjectTagConstants.Platform.TAG_ID,
|
|
323
323
|
_chunkAX3RSZT7js.ProjectTagConstants.Platform.NEUTRAL,
|
|
324
324
|
{ overwrite: true }
|
|
325
325
|
);
|
|
326
326
|
break;
|
|
327
327
|
}
|
|
328
|
-
_chunkAX3RSZT7js.setDefaultProjectTags.call(void 0,
|
|
328
|
+
_chunkAX3RSZT7js.setDefaultProjectTags.call(void 0, project, name);
|
|
329
329
|
return {
|
|
330
330
|
projects: {
|
|
331
331
|
[root]: _defu2.default.call(void 0,
|
|
@@ -334,11 +334,11 @@ var createNodesV2 = [
|
|
|
334
334
|
targets,
|
|
335
335
|
release: {
|
|
336
336
|
version: {
|
|
337
|
-
|
|
337
|
+
versionActions: "@storm-software/workspace-tools/release/js-version-actions"
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
},
|
|
341
|
-
|
|
341
|
+
project
|
|
342
342
|
)
|
|
343
343
|
}
|
|
344
344
|
};
|