@storm-software/workspace-tools 1.293.5 → 1.293.7
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 +55 -0
- package/README.md +1 -1
- package/dist/{executor-DQSroBR3.d.mts → executor-BKbLJ--E.d.mts} +0 -1
- package/dist/{executor-B71Pg3y0.d.ts → executor-BfEqeIla.d.ts} +0 -1
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/src/executors/napi/executor.d.mts +1 -1
- package/dist/src/executors/napi/executor.d.ts +1 -1
- package/dist/src/executors/napi/schema.d.ts +0 -1
- package/dist/src/executors/napi/schema.json +2 -4
- package/dist/src/executors/napi/untyped.js +1 -2
- package/dist/src/executors/napi/untyped.mjs +1 -2
- package/docs/api/executors/napi/schema.md +0 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,61 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.293.6](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.6) (11/13/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **workspace-tools:** Regenerate schema files
|
|
10
|
+
([c4b5d505a](https://github.com/storm-software/storm-ops/commit/c4b5d505a))
|
|
11
|
+
- **workspace-tools:** Remove unused default from `verbose` configuration schema
|
|
12
|
+
([f9b3aab42](https://github.com/storm-software/storm-ops/commit/f9b3aab42))
|
|
13
|
+
|
|
14
|
+
### Continuous Integration
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Resolve `bot-conditions` rule failures during Zizmor scan
|
|
17
|
+
([95f3b9623](https://github.com/storm-software/storm-ops/commit/95f3b9623))
|
|
18
|
+
|
|
19
|
+
### Updated Dependencies
|
|
20
|
+
|
|
21
|
+
- Updated **testing-tools** to **v1.119.36**
|
|
22
|
+
- Updated **config-tools** to **v1.188.36**
|
|
23
|
+
- Updated **pnpm-tools** to **v0.6.36**
|
|
24
|
+
- Updated **npm-tools** to **v0.5.36**
|
|
25
|
+
- Updated **prettier** to **v0.57.36**
|
|
26
|
+
- Updated **esbuild** to **v0.53.36**
|
|
27
|
+
- Updated **unbuild** to **v0.57.36**
|
|
28
|
+
- Updated **config** to **v1.134.36**
|
|
29
|
+
- Updated **tsdown** to **v0.45.36**
|
|
30
|
+
|
|
31
|
+
## [1.293.5](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.5) (11/13/2025)
|
|
32
|
+
|
|
33
|
+
### Miscellaneous
|
|
34
|
+
|
|
35
|
+
- **monorepo:** Regenerate README markdown files
|
|
36
|
+
([e7bd95c1c](https://github.com/storm-software/storm-ops/commit/e7bd95c1c))
|
|
37
|
+
- **monorepo:** Format `package.json` files
|
|
38
|
+
([a425f19cb](https://github.com/storm-software/storm-ops/commit/a425f19cb))
|
|
39
|
+
- **monorepo:** Regenerate README markdown files
|
|
40
|
+
([d47b551f9](https://github.com/storm-software/storm-ops/commit/d47b551f9))
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
- **workspace-tools:** Resolve issue with `targetDir` resolution and mark
|
|
45
|
+
`@napi-rs/cli` as external
|
|
46
|
+
([74bce55d5](https://github.com/storm-software/storm-ops/commit/74bce55d5))
|
|
47
|
+
|
|
48
|
+
### Updated Dependencies
|
|
49
|
+
|
|
50
|
+
- Updated **testing-tools** to **v1.119.35**
|
|
51
|
+
- Updated **config-tools** to **v1.188.35**
|
|
52
|
+
- Updated **pnpm-tools** to **v0.6.35**
|
|
53
|
+
- Updated **npm-tools** to **v0.5.35**
|
|
54
|
+
- Updated **prettier** to **v0.57.35**
|
|
55
|
+
- Updated **esbuild** to **v0.53.35**
|
|
56
|
+
- Updated **unbuild** to **v0.57.35**
|
|
57
|
+
- Updated **config** to **v1.134.35**
|
|
58
|
+
- Updated **tsdown** to **v0.45.35**
|
|
59
|
+
|
|
5
60
|
## [1.293.4](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.4) (11/13/2025)
|
|
6
61
|
|
|
7
62
|
### Miscellaneous
|
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 -->
|
package/dist/executors.d.mts
CHANGED
|
@@ -6,7 +6,7 @@ export { C as CargoFormatExecutorSchema, c as cargoFormatExecutor } from './exec
|
|
|
6
6
|
export { C as CargoPublishExecutorSchema, g as getRegistryVersion } from './executor-DvLQW7fm.mjs';
|
|
7
7
|
export { C as CleanPackageExecutorSchema } from './schema.d-CRz8jtUC.mjs';
|
|
8
8
|
export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-QrMSMiZ3.mjs';
|
|
9
|
-
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-
|
|
9
|
+
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-BKbLJ--E.mjs';
|
|
10
10
|
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-0ivVjqma.mjs';
|
|
11
11
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor-BxXLIcSp.mjs';
|
|
12
12
|
export { T as TSDownExecutorSchema, t as tsdownExecutorFn } from './executor-BCIaWtDH.mjs';
|
package/dist/executors.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export { C as CargoFormatExecutorSchema, c as cargoFormatExecutor } from './exec
|
|
|
6
6
|
export { C as CargoPublishExecutorSchema, g as getRegistryVersion } from './executor-DvLQW7fm.js';
|
|
7
7
|
export { C as CleanPackageExecutorSchema } from './schema.d-CRz8jtUC.js';
|
|
8
8
|
export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-Ji6z3dQ5.js';
|
|
9
|
-
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-
|
|
9
|
+
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-BfEqeIla.js';
|
|
10
10
|
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-0ivVjqma.js';
|
|
11
11
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor--XDIJdLD.js';
|
|
12
12
|
export { T as TSDownExecutorSchema, t as tsdownExecutorFn } from './executor-BWgGR4di.js';
|
package/dist/index.d.mts
CHANGED
|
@@ -6,7 +6,7 @@ export { C as CargoFormatExecutorSchema, c as cargoFormatExecutor } from './exec
|
|
|
6
6
|
export { C as CargoPublishExecutorSchema, g as getRegistryVersion } from './executor-DvLQW7fm.mjs';
|
|
7
7
|
export { C as CleanPackageExecutorSchema } from './schema.d-CRz8jtUC.mjs';
|
|
8
8
|
export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-QrMSMiZ3.mjs';
|
|
9
|
-
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-
|
|
9
|
+
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-BKbLJ--E.mjs';
|
|
10
10
|
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-0ivVjqma.mjs';
|
|
11
11
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor-BxXLIcSp.mjs';
|
|
12
12
|
export { T as TSDownExecutorSchema, t as tsdownExecutorFn } from './executor-BCIaWtDH.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export { C as CargoFormatExecutorSchema, c as cargoFormatExecutor } from './exec
|
|
|
6
6
|
export { C as CargoPublishExecutorSchema, g as getRegistryVersion } from './executor-DvLQW7fm.js';
|
|
7
7
|
export { C as CleanPackageExecutorSchema } from './schema.d-CRz8jtUC.js';
|
|
8
8
|
export { E as ESBuildExecutorSchema, e as esbuildExecutorFn } from './executor-Ji6z3dQ5.js';
|
|
9
|
-
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-
|
|
9
|
+
export { N as NapiExecutorSchema, n as napiExecutor } from './executor-BfEqeIla.js';
|
|
10
10
|
export { L as LARGE_BUFFER, N as NpmPublishExecutorSchema } from './executor-0ivVjqma.js';
|
|
11
11
|
export { S as SizeLimitExecutorSchema, s as sizeLimitExecutorFn } from './executor--XDIJdLD.js';
|
|
12
12
|
export { T as TSDownExecutorSchema, t as tsdownExecutorFn } from './executor-BWgGR4di.js';
|
|
@@ -184,8 +184,7 @@
|
|
|
184
184
|
"title": "Verbose",
|
|
185
185
|
"type": "boolean",
|
|
186
186
|
"description": "Verbosely log build command trace",
|
|
187
|
-
"id": "#verbose"
|
|
188
|
-
"default": false
|
|
187
|
+
"id": "#verbose"
|
|
189
188
|
},
|
|
190
189
|
"bin": {
|
|
191
190
|
"title": "Binary",
|
|
@@ -231,7 +230,6 @@
|
|
|
231
230
|
"jsBinding": "binding.js",
|
|
232
231
|
"dts": "binding.d.ts",
|
|
233
232
|
"platform": true,
|
|
234
|
-
"dtsCache": true
|
|
235
|
-
"verbose": false
|
|
233
|
+
"dtsCache": true
|
|
236
234
|
}
|
|
237
235
|
}
|
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.7",
|
|
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",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"peerDependencies": {
|
|
223
223
|
"@napi-rs/cli": "^3.4.1",
|
|
224
224
|
"markdownlint-cli2": "^0.17.2",
|
|
225
|
-
"nx": "
|
|
225
|
+
"nx": "22.0.3",
|
|
226
226
|
"prettier": "^3.6.2"
|
|
227
227
|
},
|
|
228
228
|
"peerDependenciesMeta": {
|
|
@@ -234,18 +234,18 @@
|
|
|
234
234
|
"dependencies": {
|
|
235
235
|
"@ltd/j-toml": "1.38.0",
|
|
236
236
|
"@microsoft/api-extractor": "^7.55.0",
|
|
237
|
-
"@nx/devkit": "
|
|
238
|
-
"@nx/js": "
|
|
237
|
+
"@nx/devkit": "22.0.3",
|
|
238
|
+
"@nx/js": "22.0.3",
|
|
239
239
|
"@samchon/openapi": "^2.5.3",
|
|
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/esbuild": "^0.53.
|
|
244
|
-
"@storm-software/npm-tools": "^0.5.
|
|
245
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
246
|
-
"@storm-software/prettier": "^0.57.
|
|
247
|
-
"@storm-software/tsdown": "^0.45.
|
|
248
|
-
"@storm-software/unbuild": "^0.57.
|
|
243
|
+
"@storm-software/esbuild": "^0.53.37",
|
|
244
|
+
"@storm-software/npm-tools": "^0.5.37",
|
|
245
|
+
"@storm-software/pnpm-tools": "^0.6.37",
|
|
246
|
+
"@storm-software/prettier": "^0.57.37",
|
|
247
|
+
"@storm-software/tsdown": "^0.45.37",
|
|
248
|
+
"@storm-software/unbuild": "^0.57.37",
|
|
249
249
|
"fs-extra": "11.2.0",
|
|
250
250
|
"glob": "^11.0.3",
|
|
251
251
|
"jiti": "2.4.2",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"@types/node": "^22.19.1",
|
|
264
264
|
"@types/semver": "7.5.8",
|
|
265
265
|
"defu": "6.1.4",
|
|
266
|
-
"nx": "
|
|
266
|
+
"nx": "22.0.3",
|
|
267
267
|
"pkg-types": "^1.3.1",
|
|
268
268
|
"tsup": "8.4.0",
|
|
269
269
|
"typescript": "^5.9.3"
|
|
@@ -271,5 +271,5 @@
|
|
|
271
271
|
"publishConfig": { "access": "public" },
|
|
272
272
|
"executors": "./executors.json",
|
|
273
273
|
"generators": "./generators.json",
|
|
274
|
-
"gitHead": "
|
|
274
|
+
"gitHead": "821f31f66402e14fe0f80e947254a4abd8d23ccf"
|
|
275
275
|
}
|