@storm-software/workspace-tools 1.293.20 → 1.293.21
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 +19 -0
- package/README.md +8 -2
- package/dist/{chunk-WJGMJCBS.js → chunk-3L2TGJ7P.js} +8 -8
- package/dist/{chunk-TRSBQJJM.mjs → chunk-G5ODIWT4.mjs} +1 -1
- package/dist/{chunk-CGAO5ZJF.js → chunk-GE2RNRVQ.js} +11 -6
- package/dist/{chunk-S623LOIY.js → chunk-RIWQVAMX.js} +8 -7
- package/dist/{chunk-65FLWQTM.mjs → chunk-SYAIPGKL.mjs} +1 -1
- package/dist/{chunk-52TAS4FU.mjs → chunk-U7S4BEIK.mjs} +1 -1
- package/dist/{chunk-2BWYLG6A.mjs → chunk-VLLHDGHA.mjs} +5 -4
- package/dist/{chunk-I6IJSJSQ.mjs → chunk-WICWDWS6.mjs} +1 -1
- package/dist/{chunk-FZ4FGO6M.mjs → chunk-XUZ34KHK.mjs} +1 -1
- package/dist/{chunk-IX3OF5NI.mjs → chunk-YZCS5LKY.mjs} +11 -6
- package/dist/{chunk-JNZ4T77Q.mjs → chunk-ZPLXDRD4.mjs} +1 -1
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +7 -7
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +7 -7
- 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.js +3 -3
- package/dist/src/executors/esbuild/executor.mjs +3 -3
- 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.js +3 -3
- package/dist/src/executors/tsdown/executor.mjs +3 -3
- 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.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 +11 -11
package/dist/src/utils/cargo.mjs
CHANGED
package/dist/src/utils/index.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import "../../chunk-FEYD5KMF.mjs";
|
|
|
7
7
|
import "../../chunk-F66XEAID.mjs";
|
|
8
8
|
import "../../chunk-6MATO2MJ.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-WICWDWS6.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.293.
|
|
3
|
+
"version": "1.293.21",
|
|
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",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"@napi-rs/cli": "^3.4.1",
|
|
224
224
|
"markdownlint-cli2": "^0.17.2",
|
|
225
225
|
"nx": "22.0.4",
|
|
226
|
-
"prettier": "^3.7.
|
|
226
|
+
"prettier": "^3.7.4"
|
|
227
227
|
},
|
|
228
228
|
"peerDependenciesMeta": {
|
|
229
229
|
"markdownlint-cli2": { "optional": false },
|
|
@@ -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.188.
|
|
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.57.
|
|
248
|
-
"@storm-software/tsdown": "^0.45.
|
|
249
|
-
"@storm-software/unbuild": "^0.57.
|
|
243
|
+
"@storm-software/config-tools": "^1.188.51",
|
|
244
|
+
"@storm-software/esbuild": "^0.53.51",
|
|
245
|
+
"@storm-software/npm-tools": "^0.6.7",
|
|
246
|
+
"@storm-software/pnpm-tools": "^0.6.51",
|
|
247
|
+
"@storm-software/prettier": "^0.57.51",
|
|
248
|
+
"@storm-software/tsdown": "^0.45.51",
|
|
249
|
+
"@storm-software/unbuild": "^0.57.51",
|
|
250
250
|
"fs-extra": "11.2.0",
|
|
251
251
|
"glob": "^11.1.0",
|
|
252
252
|
"jiti": "2.4.2",
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"zod": "^4.1.13"
|
|
260
260
|
},
|
|
261
261
|
"devDependencies": {
|
|
262
|
-
"@napi-rs/cli": "^3.
|
|
262
|
+
"@napi-rs/cli": "^3.5.0",
|
|
263
263
|
"@types/micromatch": "^4.0.10",
|
|
264
264
|
"@types/node": "^24.10.1",
|
|
265
265
|
"@types/semver": "7.5.8",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "d41f1248a2121aefd52ac185981cddc2d3d3bfbd"
|
|
276
276
|
}
|