@storm-software/workspace-tools 1.292.24 → 1.292.26
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 +47 -0
- package/README.md +1 -1
- package/dist/{chunk-IPWUJVZZ.mjs → chunk-6TYMSSXV.mjs} +1 -1
- package/dist/{chunk-JHJLQ2O7.mjs → chunk-CDBRCMR4.mjs} +1 -1
- package/dist/{chunk-D2ENLOCH.mjs → chunk-IDYJQV74.mjs} +58 -33
- package/dist/{chunk-WH72XZPS.mjs → chunk-K5XMGL6Y.mjs} +1 -1
- package/dist/{chunk-QUHBEE5D.mjs → chunk-TMUZX6IO.mjs} +1 -1
- package/dist/{chunk-O2FPRXPD.js → chunk-YYBWK3LE.js} +65 -40
- package/dist/{chunk-KCVIHYZQ.mjs → chunk-ZM7BQH6Q.mjs} +1 -1
- package/dist/executors.js +2 -2
- package/dist/executors.mjs +4 -4
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +10 -10
- package/dist/index.js +8 -8
- package/dist/index.mjs +13 -13
- 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/plugins/rust/cargo-toml.d.mts +27 -3
- package/dist/src/plugins/rust/cargo-toml.d.ts +27 -3
- package/dist/src/plugins/rust/cargo-toml.js +2 -4
- package/dist/src/plugins/rust/cargo-toml.mjs +2 -4
- package/dist/src/plugins/rust/index.d.mts +1 -1
- package/dist/src/plugins/rust/index.d.ts +1 -1
- package/dist/src/plugins/rust/index.js +2 -4
- package/dist/src/plugins/rust/index.mjs +2 -4
- 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
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
|
-
DEFAULT_ERROR_MESSAGE,
|
|
3
2
|
DefaultCargoPluginProfileMap,
|
|
4
3
|
createDependencies,
|
|
5
4
|
createNodesV2,
|
|
6
5
|
description,
|
|
7
6
|
name
|
|
8
|
-
} from "../../../chunk-
|
|
7
|
+
} from "../../../chunk-IDYJQV74.mjs";
|
|
9
8
|
import "../../../chunk-4RYLWWPW.mjs";
|
|
10
9
|
import "../../../chunk-6LP3KKXE.mjs";
|
|
11
10
|
import "../../../chunk-F66XEAID.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-6TYMSSXV.mjs";
|
|
13
12
|
export {
|
|
14
|
-
DEFAULT_ERROR_MESSAGE,
|
|
15
13
|
DefaultCargoPluginProfileMap,
|
|
16
14
|
createDependencies,
|
|
17
15
|
createNodesV2,
|
|
@@ -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-6TYMSSXV.mjs";
|
|
15
15
|
export {
|
|
16
16
|
StormJsVersionActions,
|
|
17
17
|
StormRustVersionActions
|
|
@@ -5,7 +5,7 @@ import "../../chunk-NOTQLVZP.mjs";
|
|
|
5
5
|
import "../../chunk-V44DYGWX.mjs";
|
|
6
6
|
import "../../chunk-VGJEUOUN.mjs";
|
|
7
7
|
import "../../chunk-C26A6BXG.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-6TYMSSXV.mjs";
|
|
9
9
|
export {
|
|
10
10
|
StormJsVersionActions as default
|
|
11
11
|
};
|
|
@@ -7,7 +7,7 @@ import "../../chunk-NOTQLVZP.mjs";
|
|
|
7
7
|
import "../../chunk-V44DYGWX.mjs";
|
|
8
8
|
import "../../chunk-VGJEUOUN.mjs";
|
|
9
9
|
import "../../chunk-C26A6BXG.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-6TYMSSXV.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-X2SLQ73Q.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-6TYMSSXV.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.292.
|
|
3
|
+
"version": "1.292.26",
|
|
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",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
],
|
|
222
222
|
"peerDependencies": {
|
|
223
223
|
"markdownlint-cli2": "^0.17.2",
|
|
224
|
-
"nx": "^22.0.
|
|
224
|
+
"nx": "^22.0.3",
|
|
225
225
|
"prettier": "^3.6.2"
|
|
226
226
|
},
|
|
227
227
|
"peerDependenciesMeta": {
|
|
@@ -231,19 +231,19 @@
|
|
|
231
231
|
},
|
|
232
232
|
"dependencies": {
|
|
233
233
|
"@ltd/j-toml": "1.38.0",
|
|
234
|
-
"@microsoft/api-extractor": "^7.
|
|
235
|
-
"@nx/devkit": "^22.0.
|
|
236
|
-
"@nx/js": "^22.0.
|
|
234
|
+
"@microsoft/api-extractor": "^7.55.0",
|
|
235
|
+
"@nx/devkit": "^22.0.3",
|
|
236
|
+
"@nx/js": "^22.0.3",
|
|
237
237
|
"@samchon/openapi": "^2.5.3",
|
|
238
238
|
"@size-limit/esbuild": "11.1.4",
|
|
239
239
|
"@size-limit/esbuild-why": "11.1.4",
|
|
240
240
|
"@size-limit/file": "11.1.4",
|
|
241
|
-
"@storm-software/esbuild": "^0.53.
|
|
242
|
-
"@storm-software/npm-tools": "^0.5.
|
|
243
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
244
|
-
"@storm-software/prettier": "^0.57.
|
|
245
|
-
"@storm-software/tsdown": "^0.45.
|
|
246
|
-
"@storm-software/unbuild": "^0.57.
|
|
241
|
+
"@storm-software/esbuild": "^0.53.26",
|
|
242
|
+
"@storm-software/npm-tools": "^0.5.26",
|
|
243
|
+
"@storm-software/pnpm-tools": "^0.6.26",
|
|
244
|
+
"@storm-software/prettier": "^0.57.26",
|
|
245
|
+
"@storm-software/tsdown": "^0.45.26",
|
|
246
|
+
"@storm-software/unbuild": "^0.57.26",
|
|
247
247
|
"fs-extra": "11.2.0",
|
|
248
248
|
"glob": "^11.0.3",
|
|
249
249
|
"jiti": "2.4.2",
|
|
@@ -257,10 +257,10 @@
|
|
|
257
257
|
},
|
|
258
258
|
"devDependencies": {
|
|
259
259
|
"@types/micromatch": "^4.0.10",
|
|
260
|
-
"@types/node": "^22.19.
|
|
260
|
+
"@types/node": "^22.19.1",
|
|
261
261
|
"@types/semver": "7.5.8",
|
|
262
262
|
"defu": "6.1.4",
|
|
263
|
-
"nx": "^22.0.
|
|
263
|
+
"nx": "^22.0.3",
|
|
264
264
|
"pkg-types": "^1.3.1",
|
|
265
265
|
"tsup": "8.4.0",
|
|
266
266
|
"typescript": "^5.9.3"
|
|
@@ -268,5 +268,5 @@
|
|
|
268
268
|
"publishConfig": { "access": "public" },
|
|
269
269
|
"executors": "./executors.json",
|
|
270
270
|
"generators": "./generators.json",
|
|
271
|
-
"gitHead": "
|
|
271
|
+
"gitHead": "2a687d65439881f5475bf5b01f6fce9222ffb072"
|
|
272
272
|
}
|