@storm-software/workspace-tools 1.293.5 → 1.293.6
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 +29 -0
- 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 +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.293.5](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.5) (11/13/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([e7bd95c1c](https://github.com/storm-software/storm-ops/commit/e7bd95c1c))
|
|
11
|
+
- **monorepo:** Format `package.json` files
|
|
12
|
+
([a425f19cb](https://github.com/storm-software/storm-ops/commit/a425f19cb))
|
|
13
|
+
- **monorepo:** Regenerate README markdown files
|
|
14
|
+
([d47b551f9](https://github.com/storm-software/storm-ops/commit/d47b551f9))
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- **workspace-tools:** Resolve issue with `targetDir` resolution and mark
|
|
19
|
+
`@napi-rs/cli` as external
|
|
20
|
+
([74bce55d5](https://github.com/storm-software/storm-ops/commit/74bce55d5))
|
|
21
|
+
|
|
22
|
+
### Updated Dependencies
|
|
23
|
+
|
|
24
|
+
- Updated **testing-tools** to **v1.119.35**
|
|
25
|
+
- Updated **config-tools** to **v1.188.35**
|
|
26
|
+
- Updated **pnpm-tools** to **v0.6.35**
|
|
27
|
+
- Updated **npm-tools** to **v0.5.35**
|
|
28
|
+
- Updated **prettier** to **v0.57.35**
|
|
29
|
+
- Updated **esbuild** to **v0.53.35**
|
|
30
|
+
- Updated **unbuild** to **v0.57.35**
|
|
31
|
+
- Updated **config** to **v1.134.35**
|
|
32
|
+
- Updated **tsdown** to **v0.45.35**
|
|
33
|
+
|
|
5
34
|
## [1.293.4](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.4) (11/13/2025)
|
|
6
35
|
|
|
7
36
|
### Miscellaneous
|
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.6",
|
|
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,12 +240,12 @@
|
|
|
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.36",
|
|
244
|
+
"@storm-software/npm-tools": "^0.5.36",
|
|
245
|
+
"@storm-software/pnpm-tools": "^0.6.36",
|
|
246
|
+
"@storm-software/prettier": "^0.57.36",
|
|
247
|
+
"@storm-software/tsdown": "^0.45.36",
|
|
248
|
+
"@storm-software/unbuild": "^0.57.36",
|
|
249
249
|
"fs-extra": "11.2.0",
|
|
250
250
|
"glob": "^11.0.3",
|
|
251
251
|
"jiti": "2.4.2",
|
|
@@ -271,5 +271,5 @@
|
|
|
271
271
|
"publishConfig": { "access": "public" },
|
|
272
272
|
"executors": "./executors.json",
|
|
273
273
|
"generators": "./generators.json",
|
|
274
|
-
"gitHead": "
|
|
274
|
+
"gitHead": "3e8d8586187f6c6d33be0fc1c34ac43aba6b87ce"
|
|
275
275
|
}
|