@storm-software/workspace-tools 1.294.3 → 1.294.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -2,6 +2,33 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.294.3](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.3) (12/06/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([65dcadce7](https://github.com/storm-software/storm-ops/commit/65dcadce7))
11
+
12
+ ### Bug Fixes
13
+
14
+ - **workspace-tools:** Resolve issue with project root path in `tsdown` build
15
+ plugin
16
+ ([ae26759bd](https://github.com/storm-software/storm-ops/commit/ae26759bd))
17
+ - **workspace-tools:** Resolve issue with null pointer reference in plugin
18
+ ([c48d19705](https://github.com/storm-software/storm-ops/commit/c48d19705))
19
+
20
+ ### Updated Dependencies
21
+
22
+ - Updated **testing-tools** to **v1.119.59**
23
+ - Updated **config-tools** to **v1.188.59**
24
+ - Updated **pnpm-tools** to **v0.6.59**
25
+ - Updated **npm-tools** to **v0.6.15**
26
+ - Updated **prettier** to **v0.57.59**
27
+ - Updated **esbuild** to **v0.53.59**
28
+ - Updated **unbuild** to **v0.57.59**
29
+ - Updated **config** to **v1.134.59**
30
+ - Updated **tsdown** to **v0.45.59**
31
+
5
32
  ## [1.294.2](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.2) (12/06/2025)
6
33
 
7
34
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.294.3",
3
+ "version": "1.294.4",
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,13 +240,13 @@
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/config-tools": "^1.188.59",
244
- "@storm-software/esbuild": "^0.53.59",
245
- "@storm-software/npm-tools": "^0.6.15",
246
- "@storm-software/pnpm-tools": "^0.6.59",
247
- "@storm-software/prettier": "^0.57.59",
248
- "@storm-software/tsdown": "^0.45.59",
249
- "@storm-software/unbuild": "^0.57.59",
243
+ "@storm-software/config-tools": "^1.188.60",
244
+ "@storm-software/esbuild": "^0.53.60",
245
+ "@storm-software/npm-tools": "^0.6.16",
246
+ "@storm-software/pnpm-tools": "^0.6.60",
247
+ "@storm-software/prettier": "^0.57.60",
248
+ "@storm-software/tsdown": "^0.45.60",
249
+ "@storm-software/unbuild": "^0.57.60",
250
250
  "fs-extra": "11.2.0",
251
251
  "glob": "^11.1.0",
252
252
  "jiti": "2.4.2",
@@ -272,5 +272,5 @@
272
272
  "publishConfig": { "access": "public" },
273
273
  "executors": "./executors.json",
274
274
  "generators": "./generators.json",
275
- "gitHead": "0d0001db48a714158c3f4f3a159f62784cf53d50"
275
+ "gitHead": "569b2bed5a42972c8add732c272a261dc7ac2653"
276
276
  }