@storm-software/workspace-tools 1.293.2 → 1.293.3
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 +31 -0
- package/README.md +2 -1
- package/dist/{executor-NLb4xNfW.d.ts → executor-B71Pg3y0.d.ts} +1 -0
- package/dist/{executor-Bx3N1lzV.d.mts → executor-DQSroBR3.d.mts} +1 -0
- 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 +1 -0
- package/dist/src/executors/napi/schema.json +3 -1
- package/dist/src/executors/napi/untyped.js +2 -1
- package/dist/src/executors/napi/untyped.mjs +2 -1
- package/docs/api/executors/napi/schema.md +1 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,37 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.293.2](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.2) (11/13/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **workspace-tools:** Call `correctPaths` prior to updating `napi` path options
|
|
10
|
+
([accfa08ed](https://github.com/storm-software/storm-ops/commit/accfa08ed))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([68959f768](https://github.com/storm-software/storm-ops/commit/68959f768))
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **workspace-tools:** Ensure all `napi` paths use `workspaceRoot` as base
|
|
17
|
+
directory
|
|
18
|
+
([c5d7b6732](https://github.com/storm-software/storm-ops/commit/c5d7b6732))
|
|
19
|
+
- **workspace-tools:** Ensure `napi` executor path options are relative to `cwd`
|
|
20
|
+
([864e736d9](https://github.com/storm-software/storm-ops/commit/864e736d9))
|
|
21
|
+
- **workspace-tools:** Added logic to normalize `napi-build` options
|
|
22
|
+
([ece6e259b](https://github.com/storm-software/storm-ops/commit/ece6e259b))
|
|
23
|
+
|
|
24
|
+
### Updated Dependencies
|
|
25
|
+
|
|
26
|
+
- Updated **testing-tools** to **v1.119.32**
|
|
27
|
+
- Updated **config-tools** to **v1.188.32**
|
|
28
|
+
- Updated **pnpm-tools** to **v0.6.32**
|
|
29
|
+
- Updated **npm-tools** to **v0.5.32**
|
|
30
|
+
- Updated **prettier** to **v0.57.32**
|
|
31
|
+
- Updated **esbuild** to **v0.53.32**
|
|
32
|
+
- Updated **unbuild** to **v0.57.32**
|
|
33
|
+
- Updated **config** to **v1.134.32**
|
|
34
|
+
- Updated **tsdown** to **v0.45.32**
|
|
35
|
+
|
|
5
36
|
## [1.293.1](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.1) (11/13/2025)
|
|
6
37
|
|
|
7
38
|
### 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 -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Workspace Tools](#storm-workspace-tools)
|
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-DQSroBR3.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-B71Pg3y0.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-DQSroBR3.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-B71Pg3y0.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';
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"type": "string",
|
|
16
16
|
"format": "path",
|
|
17
17
|
"description": "The path to the output directory",
|
|
18
|
-
"id": "#outputPath"
|
|
18
|
+
"id": "#outputPath",
|
|
19
|
+
"default": "{sourceRoot}"
|
|
19
20
|
},
|
|
20
21
|
"package": {
|
|
21
22
|
"title": "Package Name",
|
|
@@ -225,6 +226,7 @@
|
|
|
225
226
|
},
|
|
226
227
|
"type": "object",
|
|
227
228
|
"default": {
|
|
229
|
+
"outputPath": "{sourceRoot}",
|
|
228
230
|
"toolchain": "stable",
|
|
229
231
|
"jsBinding": "binding.js",
|
|
230
232
|
"dts": "binding.d.ts",
|
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.3",
|
|
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.33",
|
|
244
|
+
"@storm-software/npm-tools": "^0.5.33",
|
|
245
|
+
"@storm-software/pnpm-tools": "^0.6.33",
|
|
246
|
+
"@storm-software/prettier": "^0.57.33",
|
|
247
|
+
"@storm-software/tsdown": "^0.45.33",
|
|
248
|
+
"@storm-software/unbuild": "^0.57.33",
|
|
249
249
|
"fs-extra": "11.2.0",
|
|
250
250
|
"glob": "^11.0.3",
|
|
251
251
|
"jiti": "2.4.2",
|
|
@@ -270,5 +270,5 @@
|
|
|
270
270
|
"publishConfig": { "access": "public" },
|
|
271
271
|
"executors": "./executors.json",
|
|
272
272
|
"generators": "./generators.json",
|
|
273
|
-
"gitHead": "
|
|
273
|
+
"gitHead": "5c88ccffba3683f10a8dcc98422964880995e3b2"
|
|
274
274
|
}
|