@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 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
@@ -230,7 +230,6 @@ interface NapiExecutorSchema {
230
230
  *
231
231
  * Verbosely log build command trace
232
232
  *
233
- * @default false
234
233
  */
235
234
  verbose?: boolean,
236
235
 
@@ -230,7 +230,6 @@ interface NapiExecutorSchema {
230
230
  *
231
231
  * Verbosely log build command trace
232
232
  *
233
- * @default false
234
233
  */
235
234
  verbose?: boolean,
236
235
 
@@ -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-DQSroBR3.mjs';
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';
@@ -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-B71Pg3y0.js';
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-DQSroBR3.mjs';
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-B71Pg3y0.js';
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';
@@ -1,5 +1,5 @@
1
1
  import '@nx/devkit';
2
2
  import '../../../types-DeaeRt7S.mjs';
3
- export { _ as default, n as napiExecutor } from '../../../executor-DQSroBR3.mjs';
3
+ export { _ as default, n as napiExecutor } from '../../../executor-BKbLJ--E.mjs';
4
4
  import 'zod';
5
5
  import 'zod/mini';
@@ -1,5 +1,5 @@
1
1
  import '@nx/devkit';
2
2
  import '../../../types-DeaeRt7S.js';
3
- export { _ as default, n as napiExecutor } from '../../../executor-B71Pg3y0.js';
3
+ export { _ as default, n as napiExecutor } from '../../../executor-BfEqeIla.js';
4
4
  import 'zod';
5
5
  import 'zod/mini';
@@ -228,7 +228,6 @@ export interface NapiExecutorSchema {
228
228
  *
229
229
  * Verbosely log build command trace
230
230
  *
231
- * @default false
232
231
  */
233
232
  verbose?: boolean,
234
233
 
@@ -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
  }
@@ -169,8 +169,7 @@ var untyped_default = _untyped.defineUntypedSchema.call(void 0, {
169
169
  title: "Verbose",
170
170
  type: "boolean",
171
171
  description: "Verbosely log build command trace"
172
- },
173
- $default: false
172
+ }
174
173
  },
175
174
  bin: {
176
175
  $schema: {
@@ -170,8 +170,7 @@ var untyped_default = defineUntypedSchema({
170
170
  title: "Verbose",
171
171
  type: "boolean",
172
172
  description: "Verbosely log build command trace"
173
- },
174
- $default: false
173
+ }
175
174
  },
176
175
  bin: {
177
176
  $schema: {
@@ -237,7 +237,6 @@ Strip the library to minimize file size
237
237
 
238
238
  ## `verbose`
239
239
  - **Type**: `boolean`
240
- - **Default**: `false`
241
240
 
242
241
  > Verbose
243
242
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.293.5",
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.35",
244
- "@storm-software/npm-tools": "^0.5.35",
245
- "@storm-software/pnpm-tools": "^0.6.35",
246
- "@storm-software/prettier": "^0.57.35",
247
- "@storm-software/tsdown": "^0.45.35",
248
- "@storm-software/unbuild": "^0.57.35",
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": "e4d9b69dc5d7c46f37f2a6aac9c832d1fe5314f5"
274
+ "gitHead": "3e8d8586187f6c6d33be0fc1c34ac43aba6b87ce"
275
275
  }