@storm-software/workspace-tools 1.293.4 → 1.293.5
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 +33 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.293.4](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.4) (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
|
+
- **monorepo:** Regenerate README markdown files
|
|
16
|
+
([70c8dba97](https://github.com/storm-software/storm-ops/commit/70c8dba97))
|
|
17
|
+
- **workspace-tools:** Update `outputPath` to have default value
|
|
18
|
+
([5aebeb449](https://github.com/storm-software/storm-ops/commit/5aebeb449))
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- **workspace-tools:** Resolve issue with `targetDir` resolution and mark
|
|
23
|
+
`@napi-rs/cli` as external
|
|
24
|
+
([74bce55d5](https://github.com/storm-software/storm-ops/commit/74bce55d5))
|
|
25
|
+
|
|
26
|
+
### Updated Dependencies
|
|
27
|
+
|
|
28
|
+
- Updated **testing-tools** to **v1.119.34**
|
|
29
|
+
- Updated **config-tools** to **v1.188.34**
|
|
30
|
+
- Updated **pnpm-tools** to **v0.6.34**
|
|
31
|
+
- Updated **npm-tools** to **v0.5.34**
|
|
32
|
+
- Updated **prettier** to **v0.57.34**
|
|
33
|
+
- Updated **esbuild** to **v0.53.34**
|
|
34
|
+
- Updated **unbuild** to **v0.57.34**
|
|
35
|
+
- Updated **config** to **v1.134.34**
|
|
36
|
+
- Updated **tsdown** to **v0.45.34**
|
|
37
|
+
|
|
5
38
|
## [1.293.3](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.3) (11/13/2025)
|
|
6
39
|
|
|
7
40
|
### Miscellaneous
|
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.5",
|
|
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.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",
|
|
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": "e4d9b69dc5d7c46f37f2a6aac9c832d1fe5314f5"
|
|
275
275
|
}
|