@storm-software/workspace-tools 1.294.14 → 1.294.15

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 +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.294.14](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.14) (12/17/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **pnpm-tools** to **v0.6.70**
10
+ - Updated **npm-tools** to **v0.6.26**
11
+
5
12
  ## [1.294.13](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.13) (12/17/2025)
6
13
 
7
14
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.294.14",
3
+ "version": "1.294.15",
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",
@@ -243,7 +243,7 @@
243
243
  "@storm-software/config-tools": "^1.188.69",
244
244
  "@storm-software/esbuild": "^0.53.69",
245
245
  "@storm-software/npm-tools": "^0.6.26",
246
- "@storm-software/pnpm-tools": "^0.6.70",
246
+ "@storm-software/pnpm-tools": "^0.6.71",
247
247
  "@storm-software/prettier": "^0.57.68",
248
248
  "@storm-software/tsdown": "^0.45.69",
249
249
  "@storm-software/unbuild": "^0.57.69",
@@ -272,5 +272,5 @@
272
272
  "publishConfig": { "access": "public" },
273
273
  "executors": "./executors.json",
274
274
  "generators": "./generators.json",
275
- "gitHead": "4112947f20b457333dec4771f9511eba161299f8"
275
+ "gitHead": "60e42272b8da0b1b1cdf5c6660389215a54a07bd"
276
276
  }