@storm-software/workspace-tools 1.267.15 → 1.267.17
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 +21 -0
- package/README.md +1 -1
- package/dist/{chunk-3KSB2RUX.js → chunk-337QFBMU.js} +2 -2
- package/dist/{chunk-ETYENS6G.mjs → chunk-5RJOBRYL.mjs} +3 -3
- package/dist/{chunk-S54QGC7L.mjs → chunk-5SVLMXLH.mjs} +2 -2
- package/dist/{chunk-NXZ6WL36.mjs → chunk-62XRHQ44.mjs} +1 -1
- package/dist/{chunk-3AFTUZA3.mjs → chunk-63P7WOO5.mjs} +7 -7
- package/dist/{chunk-CPWT3IYI.mjs → chunk-6JTXR7YX.mjs} +2 -2
- package/dist/{chunk-L7D4VEKM.mjs → chunk-6RHWGD7G.mjs} +3 -3
- package/dist/{chunk-ZPCASH4V.mjs → chunk-7IAGL37F.mjs} +4 -4
- package/dist/{chunk-BZBGZOLI.mjs → chunk-7OOYI33U.mjs} +4 -4
- package/dist/{chunk-74UOA5ZY.mjs → chunk-A77TLQ44.mjs} +3 -3
- package/dist/{chunk-MAPUPD5T.mjs → chunk-AVJVDD4L.mjs} +1 -1
- package/dist/{chunk-7Y4J2JMS.mjs → chunk-B67R3JAF.mjs} +4 -4
- package/dist/{chunk-LFUBENZC.mjs → chunk-BC7L3S46.mjs} +4 -4
- package/dist/{chunk-EAAG7ZIA.mjs → chunk-BNMJYJOZ.mjs} +3 -3
- package/dist/{chunk-S4Z3X5TS.mjs → chunk-CSHHIGIV.mjs} +2 -2
- package/dist/{chunk-I7MGIVV5.mjs → chunk-CUWWZLK7.mjs} +3 -3
- package/dist/{chunk-65XEP62C.mjs → chunk-EHXSPF7W.mjs} +2 -2
- package/dist/{chunk-FBJB2TIF.mjs → chunk-EULJEPPD.mjs} +1 -1
- package/dist/{chunk-UHMSEWZQ.mjs → chunk-GWYZDAH6.mjs} +3 -3
- package/dist/{chunk-3DA4WJAG.mjs → chunk-GY4AEA7P.mjs} +2 -2
- package/dist/{chunk-Y4HCYWNS.mjs → chunk-H72YBOLR.mjs} +1 -1
- package/dist/{chunk-WV76KMVO.mjs → chunk-JJ4PSTY4.mjs} +3 -3
- package/dist/{chunk-YD3Y5FMW.mjs → chunk-JMCJJNBJ.mjs} +1 -1
- package/dist/{chunk-Z7LJCOEO.mjs → chunk-KTRA4YQT.mjs} +3 -3
- package/dist/{chunk-EJKBMRQE.mjs → chunk-L2DHGVS5.mjs} +1 -1
- package/dist/{chunk-ZCKNQBWM.mjs → chunk-L3WQZ3LY.mjs} +4 -4
- package/dist/{chunk-U3BELALM.mjs → chunk-LSG534D5.mjs} +4 -4
- package/dist/{chunk-3OBDJPDR.mjs → chunk-M2VZ44W7.mjs} +1 -1
- package/dist/{chunk-EGIA2LDC.mjs → chunk-N7XIQOHR.mjs} +4 -4
- package/dist/{chunk-MQQX7P6M.mjs → chunk-NG7BO4BF.mjs} +3 -3
- package/dist/{chunk-W32Z2NFR.mjs → chunk-ORWCIVMB.mjs} +1 -1
- package/dist/{chunk-VTGXJEV3.mjs → chunk-QSB5SLZS.mjs} +2 -2
- package/dist/{chunk-OTDJB7CI.mjs → chunk-T6VIUVAL.mjs} +3 -3
- package/dist/{chunk-JDDHKM5A.mjs → chunk-VGE6EHYW.mjs} +2 -2
- package/dist/{chunk-LUBFUH7S.mjs → chunk-VW3PZOJ4.mjs} +3 -3
- package/dist/{chunk-AMI63AUA.mjs → chunk-WMTEZ2PV.mjs} +2 -2
- package/dist/{chunk-GZFSNHP3.mjs → chunk-Y5WKYMQB.mjs} +1 -1
- package/dist/{chunk-OPB45WAD.mjs → chunk-YMGMEPP5.mjs} +4 -4
- package/dist/{chunk-WTDSDTXC.mjs → chunk-ZJZOACSR.mjs} +3 -3
- package/dist/{chunk-AXVAWEK2.mjs → chunk-ZKMIASDR.mjs} +1 -1
- package/dist/{chunk-JBBOXGR6.mjs → chunk-ZTVHEV5N.mjs} +3 -3
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +22 -22
- package/dist/generators.mjs +16 -16
- package/dist/index.js +4 -4
- package/dist/index.mjs +40 -40
- package/dist/src/base/base-executor.mjs +6 -6
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/base-generator.mjs +6 -6
- package/dist/src/base/base-generator.untyped.mjs +1 -1
- package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +10 -10
- package/dist/src/base/typescript-build-executor.untyped.mjs +2 -2
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.mjs +8 -8
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.mjs +8 -8
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.mjs +8 -8
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.mjs +8 -8
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.mjs +8 -8
- package/dist/src/executors/cargo-format/untyped.mjs +1 -1
- package/dist/src/executors/cargo-publish/executor.mjs +3 -3
- package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.mjs +6 -6
- package/dist/src/executors/clean-package/untyped.mjs +1 -1
- package/dist/src/executors/esbuild/executor.js +2 -2
- package/dist/src/executors/esbuild/executor.mjs +7 -7
- package/dist/src/executors/esbuild/untyped.mjs +2 -2
- package/dist/src/executors/npm-publish/executor.mjs +4 -4
- package/dist/src/executors/npm-publish/untyped.mjs +1 -1
- package/dist/src/executors/size-limit/executor.mjs +7 -7
- package/dist/src/executors/size-limit/untyped.mjs +1 -1
- package/dist/src/executors/typia/executor.mjs +7 -7
- package/dist/src/executors/typia/untyped.mjs +1 -1
- package/dist/src/executors/unbuild/executor.mjs +7 -7
- package/dist/src/executors/unbuild/untyped.mjs +2 -2
- package/dist/src/generators/browser-library/generator.mjs +9 -9
- package/dist/src/generators/browser-library/untyped.mjs +1 -1
- package/dist/src/generators/config-schema/generator.mjs +7 -7
- package/dist/src/generators/config-schema/untyped.mjs +1 -1
- package/dist/src/generators/init/init.mjs +2 -2
- package/dist/src/generators/init/untyped.mjs +1 -1
- package/dist/src/generators/neutral-library/generator.mjs +9 -9
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.mjs +9 -9
- package/dist/src/generators/node-library/untyped.mjs +1 -1
- package/dist/src/generators/preset/generator.mjs +7 -7
- package/dist/src/generators/preset/untyped.mjs +1 -1
- package/dist/src/generators/release-version/generator.mjs +6 -6
- package/dist/src/generators/release-version/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.mjs +4 -4
- package/dist/src/plugins/rust/index.mjs +4 -4
- package/dist/src/plugins/typescript/index.mjs +4 -4
- package/dist/src/plugins/typescript/project-config.mjs +4 -4
- package/dist/src/plugins/typescript/tsup.mjs +2 -2
- package/dist/src/plugins/typescript/untyped-schema.mjs +2 -2
- package/dist/src/types.mjs +1 -1
- package/dist/src/utils/apply-workspace-tokens.mjs +4 -4
- package/dist/src/utils/cargo.mjs +2 -2
- package/dist/src/utils/create-cli-options.mjs +2 -2
- package/dist/src/utils/get-project-configurations.mjs +4 -4
- package/dist/src/utils/index.mjs +14 -14
- package/dist/src/utils/lock-file.mjs +2 -2
- package/dist/src/utils/package-helpers.mjs +4 -4
- package/dist/src/utils/plugin-helpers.mjs +3 -3
- package/dist/src/utils/pnpm-deps-update.mjs +3 -3
- package/dist/src/utils/project-tags.mjs +2 -2
- package/dist/src/utils/toml.mjs +2 -2
- package/dist/src/utils/typia-transform.mjs +2 -2
- package/dist/src/utils/versions.mjs +1 -1
- package/package.json +1 -1
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
createNodesV2,
|
|
6
6
|
description,
|
|
7
7
|
name
|
|
8
|
-
} from "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
8
|
+
} from "../../../chunk-BNMJYJOZ.mjs";
|
|
9
|
+
import "../../../chunk-62XRHQ44.mjs";
|
|
10
|
+
import "../../../chunk-JMCJJNBJ.mjs";
|
|
11
|
+
import "../../../chunk-L2DHGVS5.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DEFAULT_ERROR_MESSAGE,
|
|
14
14
|
DefaultCargoPluginProfileMap,
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
createNodesV2,
|
|
6
6
|
description,
|
|
7
7
|
name
|
|
8
|
-
} from "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
8
|
+
} from "../../../chunk-BNMJYJOZ.mjs";
|
|
9
|
+
import "../../../chunk-62XRHQ44.mjs";
|
|
10
|
+
import "../../../chunk-JMCJJNBJ.mjs";
|
|
11
|
+
import "../../../chunk-L2DHGVS5.mjs";
|
|
12
12
|
export {
|
|
13
13
|
DEFAULT_ERROR_MESSAGE,
|
|
14
14
|
DefaultCargoPluginProfileMap,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createNodesV2,
|
|
3
3
|
name
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-NG7BO4BF.mjs";
|
|
5
|
+
import "../../../chunk-QSB5SLZS.mjs";
|
|
6
|
+
import "../../../chunk-JMCJJNBJ.mjs";
|
|
7
|
+
import "../../../chunk-L2DHGVS5.mjs";
|
|
8
8
|
export {
|
|
9
9
|
createNodesV2,
|
|
10
10
|
name
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createNodesV2,
|
|
3
3
|
name
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-NG7BO4BF.mjs";
|
|
5
|
+
import "../../../chunk-QSB5SLZS.mjs";
|
|
6
|
+
import "../../../chunk-JMCJJNBJ.mjs";
|
|
7
|
+
import "../../../chunk-L2DHGVS5.mjs";
|
|
8
8
|
export {
|
|
9
9
|
createNodesV2,
|
|
10
10
|
name
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setDefaultProjectTags
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-JMCJJNBJ.mjs";
|
|
4
4
|
import {
|
|
5
5
|
__name
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-L2DHGVS5.mjs";
|
|
7
7
|
|
|
8
8
|
// src/plugins/typescript/tsup.ts
|
|
9
9
|
import { createNodesFromFiles, readJsonFile } from "@nx/devkit";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ProjectTagConstants,
|
|
3
3
|
addProjectTag
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-JMCJJNBJ.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__name
|
|
7
|
-
} from "../../../chunk-
|
|
7
|
+
} from "../../../chunk-L2DHGVS5.mjs";
|
|
8
8
|
|
|
9
9
|
// src/plugins/typescript/untyped-schema.ts
|
|
10
10
|
import { createNodesFromFiles, readJsonFile } from "@nx/devkit";
|
package/dist/src/types.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
applyWorkspaceExecutorTokens
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-EHXSPF7W.mjs";
|
|
4
|
+
import "../../chunk-WMTEZ2PV.mjs";
|
|
5
|
+
import "../../chunk-AVJVDD4L.mjs";
|
|
6
|
+
import "../../chunk-L2DHGVS5.mjs";
|
|
7
7
|
export {
|
|
8
8
|
applyWorkspaceExecutorTokens
|
|
9
9
|
};
|
package/dist/src/utils/cargo.mjs
CHANGED
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
childProcess,
|
|
9
9
|
isExternal,
|
|
10
10
|
runProcess
|
|
11
|
-
} from "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
} from "../../chunk-62XRHQ44.mjs";
|
|
12
|
+
import "../../chunk-L2DHGVS5.mjs";
|
|
13
13
|
export {
|
|
14
14
|
INVALID_CARGO_ARGS,
|
|
15
15
|
buildCargoCommand,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getProjectConfiguration,
|
|
3
3
|
getProjectConfigurations
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-6JTXR7YX.mjs";
|
|
5
|
+
import "../../chunk-WMTEZ2PV.mjs";
|
|
6
|
+
import "../../chunk-AVJVDD4L.mjs";
|
|
7
|
+
import "../../chunk-L2DHGVS5.mjs";
|
|
8
8
|
export {
|
|
9
9
|
getProjectConfiguration,
|
|
10
10
|
getProjectConfigurations
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -11,33 +11,33 @@ import {
|
|
|
11
11
|
getLockFileName,
|
|
12
12
|
getLockFileNodes,
|
|
13
13
|
lockFileExists
|
|
14
|
-
} from "../../chunk-
|
|
14
|
+
} from "../../chunk-Y5WKYMQB.mjs";
|
|
15
15
|
import {
|
|
16
16
|
PackageManagerTypes,
|
|
17
17
|
getPackageInfo
|
|
18
|
-
} from "../../chunk-
|
|
18
|
+
} from "../../chunk-CUWWZLK7.mjs";
|
|
19
19
|
import {
|
|
20
20
|
getProjectConfigFromProjectJsonPath,
|
|
21
21
|
getProjectConfigFromProjectRoot,
|
|
22
22
|
getProjectPlatform,
|
|
23
23
|
getProjectRoot
|
|
24
|
-
} from "../../chunk-
|
|
24
|
+
} from "../../chunk-QSB5SLZS.mjs";
|
|
25
25
|
import {
|
|
26
26
|
getTypiaTransform
|
|
27
|
-
} from "../../chunk-
|
|
27
|
+
} from "../../chunk-M2VZ44W7.mjs";
|
|
28
28
|
import {
|
|
29
29
|
applyWorkspaceExecutorTokens
|
|
30
|
-
} from "../../chunk-
|
|
30
|
+
} from "../../chunk-EHXSPF7W.mjs";
|
|
31
31
|
import {
|
|
32
32
|
createCliOptions
|
|
33
|
-
} from "../../chunk-
|
|
33
|
+
} from "../../chunk-EULJEPPD.mjs";
|
|
34
34
|
import {
|
|
35
35
|
getProjectConfiguration,
|
|
36
36
|
getProjectConfigurations
|
|
37
|
-
} from "../../chunk-
|
|
37
|
+
} from "../../chunk-6JTXR7YX.mjs";
|
|
38
38
|
import {
|
|
39
39
|
pnpmCatalogUpdate
|
|
40
|
-
} from "../../chunk-
|
|
40
|
+
} from "../../chunk-5SVLMXLH.mjs";
|
|
41
41
|
import {
|
|
42
42
|
INVALID_CARGO_ARGS,
|
|
43
43
|
buildCargoCommand,
|
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
childProcess,
|
|
49
49
|
isExternal,
|
|
50
50
|
runProcess
|
|
51
|
-
} from "../../chunk-
|
|
51
|
+
} from "../../chunk-62XRHQ44.mjs";
|
|
52
52
|
import {
|
|
53
53
|
eslintVersion,
|
|
54
54
|
lintStagedVersion,
|
|
@@ -78,17 +78,17 @@ import {
|
|
|
78
78
|
hasProjectTag,
|
|
79
79
|
isEqualProjectTag,
|
|
80
80
|
setDefaultProjectTags
|
|
81
|
-
} from "../../chunk-
|
|
81
|
+
} from "../../chunk-JMCJJNBJ.mjs";
|
|
82
82
|
import {
|
|
83
83
|
modifyCargoNestedTable,
|
|
84
84
|
modifyCargoTable,
|
|
85
85
|
parseCargoToml,
|
|
86
86
|
parseCargoTomlWithTree,
|
|
87
87
|
stringifyCargoToml
|
|
88
|
-
} from "../../chunk-
|
|
89
|
-
import "../../chunk-
|
|
90
|
-
import "../../chunk-
|
|
91
|
-
import "../../chunk-
|
|
88
|
+
} from "../../chunk-H72YBOLR.mjs";
|
|
89
|
+
import "../../chunk-WMTEZ2PV.mjs";
|
|
90
|
+
import "../../chunk-AVJVDD4L.mjs";
|
|
91
|
+
import "../../chunk-L2DHGVS5.mjs";
|
|
92
92
|
export {
|
|
93
93
|
INVALID_CARGO_ARGS,
|
|
94
94
|
LOCK_FILES,
|
|
@@ -10,8 +10,8 @@ import {
|
|
|
10
10
|
getLockFileName,
|
|
11
11
|
getLockFileNodes,
|
|
12
12
|
lockFileExists
|
|
13
|
-
} from "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
13
|
+
} from "../../chunk-Y5WKYMQB.mjs";
|
|
14
|
+
import "../../chunk-L2DHGVS5.mjs";
|
|
15
15
|
export {
|
|
16
16
|
LOCK_FILES,
|
|
17
17
|
NPM_LOCK_FILE,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PackageManagerTypes,
|
|
3
3
|
getPackageInfo
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-CUWWZLK7.mjs";
|
|
5
|
+
import "../../chunk-JMCJJNBJ.mjs";
|
|
6
|
+
import "../../chunk-H72YBOLR.mjs";
|
|
7
|
+
import "../../chunk-L2DHGVS5.mjs";
|
|
8
8
|
export {
|
|
9
9
|
PackageManagerTypes,
|
|
10
10
|
getPackageInfo
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
getProjectConfigFromProjectRoot,
|
|
4
4
|
getProjectPlatform,
|
|
5
5
|
getProjectRoot
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-QSB5SLZS.mjs";
|
|
7
|
+
import "../../chunk-JMCJJNBJ.mjs";
|
|
8
|
+
import "../../chunk-L2DHGVS5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
getProjectConfigFromProjectJsonPath,
|
|
11
11
|
getProjectConfigFromProjectRoot,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
pnpmCatalogUpdate
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-5SVLMXLH.mjs";
|
|
4
|
+
import "../../chunk-AVJVDD4L.mjs";
|
|
5
|
+
import "../../chunk-L2DHGVS5.mjs";
|
|
6
6
|
export {
|
|
7
7
|
pnpmCatalogUpdate
|
|
8
8
|
};
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
hasProjectTag,
|
|
8
8
|
isEqualProjectTag,
|
|
9
9
|
setDefaultProjectTags
|
|
10
|
-
} from "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
10
|
+
} from "../../chunk-JMCJJNBJ.mjs";
|
|
11
|
+
import "../../chunk-L2DHGVS5.mjs";
|
|
12
12
|
export {
|
|
13
13
|
ProjectTagConstants,
|
|
14
14
|
addPluginProjectTag,
|
package/dist/src/utils/toml.mjs
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
parseCargoToml,
|
|
5
5
|
parseCargoTomlWithTree,
|
|
6
6
|
stringifyCargoToml
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
} from "../../chunk-H72YBOLR.mjs";
|
|
8
|
+
import "../../chunk-L2DHGVS5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
modifyCargoNestedTable,
|
|
11
11
|
modifyCargoTable,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.267.
|
|
3
|
+
"version": "1.267.17",
|
|
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",
|