@storm-software/workspace-tools 1.291.1 → 1.291.3
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 +38 -0
- package/README.md +1 -1
- package/dist/{chunk-IOIIADML.mjs → chunk-62YC5BF3.mjs} +1 -1
- package/dist/{chunk-W5GG7QT2.mjs → chunk-E5BBAYQJ.mjs} +1 -1
- package/dist/{chunk-SEUH2IGO.mjs → chunk-H6HDAYMM.mjs} +1 -1
- package/dist/{chunk-GXE5LDEQ.mjs → chunk-HHYE6PWA.mjs} +1 -1
- package/dist/{chunk-NMQP6WEB.mjs → chunk-LOFMB5G3.mjs} +1 -1
- package/dist/executors.mjs +1 -1
- package/dist/generators.mjs +5 -5
- package/dist/index.mjs +5 -5
- 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/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/generators/release-version/generator.mjs +1 -1
- package/dist/src/generators/release-version/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/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/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,44 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.291.2](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.291.2) (2025-09-22)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update package builds to use `silent` option
|
|
10
|
+
([8a992e348](https://github.com/storm-software/storm-ops/commit/8a992e348))
|
|
11
|
+
- **monorepo:** Update workspace package links
|
|
12
|
+
([76c1b30a2](https://github.com/storm-software/storm-ops/commit/76c1b30a2))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated pnpm-tools to 0.5.7
|
|
17
|
+
- Updated npm-tools to 0.4.14
|
|
18
|
+
- Updated esbuild to 0.52.14
|
|
19
|
+
- Updated unbuild to 0.56.14
|
|
20
|
+
- Updated tsdown to 0.44.2
|
|
21
|
+
|
|
22
|
+
## [1.291.1](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.291.1) (2025-09-22)
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- **pnpm-tools:** Resolve issue with multiple applied prefixes
|
|
27
|
+
([2c081b8bc](https://github.com/storm-software/storm-ops/commit/2c081b8bc))
|
|
28
|
+
|
|
29
|
+
### Miscellaneous
|
|
30
|
+
|
|
31
|
+
- **monorepo:** Update workspace package links
|
|
32
|
+
([43374a8da](https://github.com/storm-software/storm-ops/commit/43374a8da))
|
|
33
|
+
|
|
34
|
+
### Updated Dependencies
|
|
35
|
+
|
|
36
|
+
- Updated pnpm-tools to 0.5.6
|
|
37
|
+
- Updated npm-tools to 0.4.13
|
|
38
|
+
- Updated prettier to 0.56.7
|
|
39
|
+
- Updated esbuild to 0.52.13
|
|
40
|
+
- Updated unbuild to 0.56.13
|
|
41
|
+
- Updated tsdown to 0.44.1
|
|
42
|
+
|
|
5
43
|
## [1.291.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.291.0) (2025-09-22)
|
|
6
44
|
|
|
7
45
|
### Features
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__2f3cd688ba388d22c915010bc14d2fbe/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import { fileURLToPath } from "url";
|
|
3
3
|
import path from "path";
|
|
4
4
|
var getFilename = () => fileURLToPath(import.meta.url);
|
package/dist/executors.mjs
CHANGED
package/dist/generators.mjs
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
2
|
import {
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-H6HDAYMM.mjs";
|
|
5
5
|
import {
|
|
6
6
|
nodeLibraryGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-62YC5BF3.mjs";
|
|
8
8
|
import {
|
|
9
9
|
presetGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-HHYE6PWA.mjs";
|
|
11
11
|
import {
|
|
12
12
|
releaseVersionGeneratorFn
|
|
13
13
|
} from "./chunk-ZGWMWTYJ.mjs";
|
|
14
14
|
import {
|
|
15
15
|
browserLibraryGeneratorFn
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-E5BBAYQJ.mjs";
|
|
17
17
|
import {
|
|
18
18
|
configSchemaGeneratorFn
|
|
19
19
|
} from "./chunk-APNNTHDW.mjs";
|
|
@@ -31,7 +31,7 @@ import "./chunk-Y4TAQWND.mjs";
|
|
|
31
31
|
import "./chunk-V44DYGWX.mjs";
|
|
32
32
|
import "./chunk-VGJEUOUN.mjs";
|
|
33
33
|
import "./chunk-C26A6BXG.mjs";
|
|
34
|
-
import "./chunk-
|
|
34
|
+
import "./chunk-LOFMB5G3.mjs";
|
|
35
35
|
export {
|
|
36
36
|
browserLibraryGeneratorFn,
|
|
37
37
|
configSchemaGeneratorFn,
|
package/dist/index.mjs
CHANGED
|
@@ -104,19 +104,19 @@ import {
|
|
|
104
104
|
import "./chunk-RLIZVCIN.mjs";
|
|
105
105
|
import {
|
|
106
106
|
neutralLibraryGeneratorFn
|
|
107
|
-
} from "./chunk-
|
|
107
|
+
} from "./chunk-H6HDAYMM.mjs";
|
|
108
108
|
import {
|
|
109
109
|
nodeLibraryGeneratorFn
|
|
110
|
-
} from "./chunk-
|
|
110
|
+
} from "./chunk-62YC5BF3.mjs";
|
|
111
111
|
import {
|
|
112
112
|
presetGeneratorFn
|
|
113
|
-
} from "./chunk-
|
|
113
|
+
} from "./chunk-HHYE6PWA.mjs";
|
|
114
114
|
import {
|
|
115
115
|
releaseVersionGeneratorFn
|
|
116
116
|
} from "./chunk-ZGWMWTYJ.mjs";
|
|
117
117
|
import {
|
|
118
118
|
browserLibraryGeneratorFn
|
|
119
|
-
} from "./chunk-
|
|
119
|
+
} from "./chunk-E5BBAYQJ.mjs";
|
|
120
120
|
import {
|
|
121
121
|
configSchemaGeneratorFn
|
|
122
122
|
} from "./chunk-APNNTHDW.mjs";
|
|
@@ -186,7 +186,7 @@ import "./chunk-C26A6BXG.mjs";
|
|
|
186
186
|
import {
|
|
187
187
|
base_generator_untyped_default
|
|
188
188
|
} from "./chunk-34LSWMWV.mjs";
|
|
189
|
-
import "./chunk-
|
|
189
|
+
import "./chunk-LOFMB5G3.mjs";
|
|
190
190
|
export {
|
|
191
191
|
INVALID_CARGO_ARGS,
|
|
192
192
|
LARGE_BUFFER,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import "../../chunk-C26A6BXG.mjs";
|
|
|
33
33
|
import {
|
|
34
34
|
base_generator_untyped_default
|
|
35
35
|
} from "../../chunk-34LSWMWV.mjs";
|
|
36
|
-
import "../../chunk-
|
|
36
|
+
import "../../chunk-LOFMB5G3.mjs";
|
|
37
37
|
export {
|
|
38
38
|
base_executor_untyped_default as baseExecutorSchema,
|
|
39
39
|
base_generator_untyped_default as baseGeneratorSchema,
|
|
@@ -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-LOFMB5G3.mjs";
|
|
6
6
|
export {
|
|
7
7
|
typescript_build_executor_untyped_default as default
|
|
8
8
|
};
|
|
@@ -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-LOFMB5G3.mjs";
|
|
6
6
|
export {
|
|
7
7
|
typescript_library_generator_untyped_default as default
|
|
8
8
|
};
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoBuildExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-LOFMB5G3.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-build/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoCheckExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-LOFMB5G3.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-check/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoClippyExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-LOFMB5G3.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-clippy/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoDocExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-LOFMB5G3.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-doc/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoFormatExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-LOFMB5G3.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-format/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../../../chunk-7DLHAWLG.mjs";
|
|
5
5
|
import "../../../chunk-SVIG7SR3.mjs";
|
|
6
6
|
import "../../../chunk-V44DYGWX.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-LOFMB5G3.mjs";
|
|
8
8
|
export {
|
|
9
9
|
runExecutor as default,
|
|
10
10
|
getRegistryVersion
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-LOFMB5G3.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-publish/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -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-LOFMB5G3.mjs";
|
|
14
14
|
|
|
15
15
|
// src/executors/clean-package/executor.ts
|
|
16
16
|
import { joinPathFragments } from "@nx/devkit";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.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-LOFMB5G3.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/esbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-Y4TAQWND.mjs";
|
|
|
10
10
|
import "../../../chunk-V44DYGWX.mjs";
|
|
11
11
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
12
12
|
import "../../../chunk-C26A6BXG.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-LOFMB5G3.mjs";
|
|
14
14
|
export {
|
|
15
15
|
LARGE_BUFFER,
|
|
16
16
|
npmPublishExecutorFn as default
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
sizeLimitExecutorFn
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.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-LOFMB5G3.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/tsdown/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
typiaExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.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-LOFMB5G3.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-E5BBAYQJ.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-Y4TAQWND.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-LOFMB5G3.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-LOFMB5G3.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/browser-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.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-H6HDAYMM.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-Y4TAQWND.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-LOFMB5G3.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-LOFMB5G3.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-62YC5BF3.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-Y4TAQWND.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-LOFMB5G3.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-LOFMB5G3.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-HHYE6PWA.mjs";
|
|
5
5
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
6
6
|
import "../../../chunk-2HVWUI3X.mjs";
|
|
7
7
|
import "../../../chunk-76SRFTZ2.mjs";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.mjs";
|
|
13
13
|
export {
|
|
14
14
|
generator_default as default,
|
|
15
15
|
presetGeneratorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-Y4TAQWND.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-LOFMB5G3.mjs";
|
|
12
12
|
export {
|
|
13
13
|
generator_default as default,
|
|
14
14
|
releaseVersionGeneratorFn
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
import "../../../chunk-4RYLWWPW.mjs";
|
|
10
10
|
import "../../../chunk-6LP3KKXE.mjs";
|
|
11
11
|
import "../../../chunk-F66XEAID.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-LOFMB5G3.mjs";
|
|
13
13
|
export {
|
|
14
14
|
DEFAULT_ERROR_MESSAGE,
|
|
15
15
|
DefaultCargoPluginProfileMap,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
import "../../../chunk-4RYLWWPW.mjs";
|
|
10
10
|
import "../../../chunk-6LP3KKXE.mjs";
|
|
11
11
|
import "../../../chunk-F66XEAID.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-LOFMB5G3.mjs";
|
|
13
13
|
export {
|
|
14
14
|
DEFAULT_ERROR_MESSAGE,
|
|
15
15
|
DefaultCargoPluginProfileMap,
|
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-SVIG7SR3.mjs";
|
|
|
7
7
|
import "../../chunk-F66XEAID.mjs";
|
|
8
8
|
import "../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../chunk-C26A6BXG.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-LOFMB5G3.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.291.
|
|
3
|
+
"version": "1.291.3",
|
|
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",
|
|
@@ -209,12 +209,12 @@
|
|
|
209
209
|
"@size-limit/esbuild": "11.1.4",
|
|
210
210
|
"@size-limit/esbuild-why": "11.1.4",
|
|
211
211
|
"@size-limit/file": "11.1.4",
|
|
212
|
-
"@storm-software/esbuild": "^0.52.
|
|
213
|
-
"@storm-software/npm-tools": "^0.4.
|
|
214
|
-
"@storm-software/pnpm-tools": "^0.5.
|
|
215
|
-
"@storm-software/prettier": "^0.56.
|
|
216
|
-
"@storm-software/tsdown": "^0.44.
|
|
217
|
-
"@storm-software/unbuild": "^0.56.
|
|
212
|
+
"@storm-software/esbuild": "^0.52.15",
|
|
213
|
+
"@storm-software/npm-tools": "^0.4.15",
|
|
214
|
+
"@storm-software/pnpm-tools": "^0.5.8",
|
|
215
|
+
"@storm-software/prettier": "^0.56.8",
|
|
216
|
+
"@storm-software/tsdown": "^0.44.3",
|
|
217
|
+
"@storm-software/unbuild": "^0.56.15",
|
|
218
218
|
"fs-extra": "11.2.0",
|
|
219
219
|
"glob": "^11.0.1",
|
|
220
220
|
"jiti": "^2.4.2",
|
|
@@ -234,10 +234,10 @@
|
|
|
234
234
|
"nx": "^21.4.1",
|
|
235
235
|
"pkg-types": "^1.3.1",
|
|
236
236
|
"tsup": "8.4.0",
|
|
237
|
-
"typescript": "^5.9.
|
|
237
|
+
"typescript": "^5.9.3"
|
|
238
238
|
},
|
|
239
239
|
"publishConfig": { "access": "public" },
|
|
240
240
|
"executors": "./executors.json",
|
|
241
241
|
"generators": "./generators.json",
|
|
242
|
-
"gitHead": "
|
|
242
|
+
"gitHead": "ff77233e5189516cebce6ade530d67f202d151f3"
|
|
243
243
|
}
|