@storm-software/workspace-tools 1.294.38 → 1.294.40
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 +27 -0
- package/README.md +1 -1
- package/dist/{chunk-7KSP37MJ.mjs → chunk-253SGFZD.mjs} +1 -1
- package/dist/{chunk-CEM3HM3B.mjs → chunk-2SCDO4SB.mjs} +1 -1
- package/dist/{chunk-E7FF7KFZ.mjs → chunk-3DVMTFVU.mjs} +1 -1
- package/dist/chunk-54MA4WSQ.mjs +32 -0
- package/dist/chunk-652HZZQ6.mjs +82 -0
- package/dist/chunk-BLSUQ4AI.mjs +32 -0
- package/dist/chunk-CFGJEIMQ.js +31 -0
- package/dist/{chunk-CEC4FZYL.mjs → chunk-CX42PCEC.mjs} +5 -5
- package/dist/chunk-DGX22JSK.js +32 -0
- package/dist/chunk-EFCYTQCA.js +93 -0
- package/dist/chunk-FUI4YPOR.js +41 -0
- package/dist/chunk-G3ETC7F5.mjs +41 -0
- package/dist/chunk-GBESJVYG.mjs +32 -0
- package/dist/chunk-GGYEFCAI.mjs +116 -0
- package/dist/{chunk-LNV6TE5T.mjs → chunk-GX3NWVA7.mjs} +1 -1
- package/dist/chunk-HUC5CYJB.mjs +31 -0
- package/dist/chunk-JBRRO6VB.js +548 -0
- package/dist/chunk-JMKTY5ZQ.js +32 -0
- package/dist/chunk-KMDUHEVQ.js +79 -0
- package/dist/{chunk-OBA5LSVN.js → chunk-MLI55MFR.js} +3 -3
- package/dist/chunk-MORI7YVO.js +32 -0
- package/dist/chunk-NJLZBEYW.mjs +93 -0
- package/dist/chunk-OUFCTM3O.js +250 -0
- package/dist/chunk-RPQZ234N.js +116 -0
- package/dist/chunk-VWKETDBY.mjs +548 -0
- package/dist/chunk-XMDK4R7M.mjs +253 -0
- package/dist/executors.mjs +1 -1
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +5 -5
- package/dist/index.js +2 -2
- 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/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.js +2 -2
- 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 +10 -10
|
@@ -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-GX3NWVA7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/napi/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
9
9
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
13
13
|
export {
|
|
14
14
|
LARGE_BUFFER,
|
|
15
15
|
npmPublishExecutorFn as default
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
8
8
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
sizeLimitExecutorFn
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
9
9
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-GX3NWVA7.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-GX3NWVA7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/tsdown/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
8
8
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-GX3NWVA7.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
typiaExecutorFn
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
8
8
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-GX3NWVA7.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-GX3NWVA7.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-2SCDO4SB.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-M7NAHAMC.mjs";
|
|
|
11
11
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-GX3NWVA7.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-GX3NWVA7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/browser-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -8,7 +8,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
8
8
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
9
9
|
import "../../../chunk-3J2CP54B.mjs";
|
|
10
10
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-GX3NWVA7.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-253SGFZD.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-M7NAHAMC.mjs";
|
|
|
11
11
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-GX3NWVA7.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-GX3NWVA7.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-3DVMTFVU.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-M7NAHAMC.mjs";
|
|
|
11
11
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
12
12
|
import "../../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-GX3NWVA7.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-GX3NWVA7.mjs";
|
|
6
6
|
|
|
7
7
|
// src/generators/node-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkOUFCTM3Ojs = require('../../../chunk-OUFCTM3O.js');
|
|
5
5
|
require('../../../chunk-SZWM7COV.js');
|
|
6
6
|
require('../../../chunk-MS4BPPPO.js');
|
|
7
7
|
require('../../../chunk-HXQRGLII.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.default =
|
|
15
|
+
exports.default = _chunkOUFCTM3Ojs.generator_default; exports.presetGeneratorFn = _chunkOUFCTM3Ojs.presetGeneratorFn;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
presetGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-XMDK4R7M.mjs";
|
|
5
5
|
import "../../../chunk-QC5ON3X4.mjs";
|
|
6
6
|
import "../../../chunk-CDEOZ2LA.mjs";
|
|
7
7
|
import "../../../chunk-2QMGYIOO.mjs";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-M7NAHAMC.mjs";
|
|
|
9
9
|
import "../../../chunk-OPKOW7IE.mjs";
|
|
10
10
|
import "../../../chunk-3J2CP54B.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-GX3NWVA7.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-GX3NWVA7.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-GX3NWVA7.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DefaultCargoPluginProfileMap,
|
|
14
14
|
createDependencies,
|
|
@@ -11,7 +11,7 @@ import "../../chunk-M7NAHAMC.mjs";
|
|
|
11
11
|
import "../../chunk-OPKOW7IE.mjs";
|
|
12
12
|
import "../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-GX3NWVA7.mjs";
|
|
15
15
|
export {
|
|
16
16
|
StormJsVersionActions,
|
|
17
17
|
StormRustVersionActions
|
|
@@ -5,7 +5,7 @@ import "../../chunk-M7NAHAMC.mjs";
|
|
|
5
5
|
import "../../chunk-OPKOW7IE.mjs";
|
|
6
6
|
import "../../chunk-3J2CP54B.mjs";
|
|
7
7
|
import "../../chunk-TBW5MCN6.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-GX3NWVA7.mjs";
|
|
9
9
|
export {
|
|
10
10
|
StormJsVersionActions as default
|
|
11
11
|
};
|
|
@@ -7,7 +7,7 @@ import "../../chunk-M7NAHAMC.mjs";
|
|
|
7
7
|
import "../../chunk-OPKOW7IE.mjs";
|
|
8
8
|
import "../../chunk-3J2CP54B.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-GX3NWVA7.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-5KJYQ2A4.mjs";
|
|
|
7
7
|
import "../../chunk-AQ7B26V3.mjs";
|
|
8
8
|
import "../../chunk-OPKOW7IE.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-GX3NWVA7.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.40",
|
|
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",
|
|
@@ -240,13 +240,13 @@
|
|
|
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.189.
|
|
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.58.
|
|
248
|
-
"@storm-software/tsdown": "^0.45.
|
|
249
|
-
"@storm-software/unbuild": "^0.57.
|
|
243
|
+
"@storm-software/config-tools": "^1.189.7",
|
|
244
|
+
"@storm-software/esbuild": "^0.53.89",
|
|
245
|
+
"@storm-software/npm-tools": "^0.6.45",
|
|
246
|
+
"@storm-software/pnpm-tools": "^0.6.91",
|
|
247
|
+
"@storm-software/prettier": "^0.58.6",
|
|
248
|
+
"@storm-software/tsdown": "^0.45.89",
|
|
249
|
+
"@storm-software/unbuild": "^0.57.89",
|
|
250
250
|
"fs-extra": "11.2.0",
|
|
251
251
|
"glob": "^11.1.0",
|
|
252
252
|
"jiti": "2.4.2",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"devDependencies": {
|
|
262
262
|
"@napi-rs/cli": "^3.5.1",
|
|
263
263
|
"@types/micromatch": "^4.0.10",
|
|
264
|
-
"@types/node": "^
|
|
264
|
+
"@types/node": "^25.3.0",
|
|
265
265
|
"@types/semver": "7.5.8",
|
|
266
266
|
"defu": "6.1.4",
|
|
267
267
|
"nx": "^22.5.1",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "1246351be8bc0444be4f05feb8ddf68950fb4e39"
|
|
276
276
|
}
|