@storm-software/pnpm-tools 0.6.74 → 0.6.76

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 +23 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pnpm Tools
4
4
 
5
+ ## [0.6.75](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.75) (12/18/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **testing-tools** to **v1.119.72**
10
+ - Updated **config-tools** to **v1.188.73**
11
+ - Updated **npm-tools** to **v0.6.30**
12
+ - Updated **config** to **v1.134.73**
13
+
14
+ ## [0.6.74](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.74) (12/18/2025)
15
+
16
+ ### Miscellaneous
17
+
18
+ - **monorepo:** Update CDN URLs for banner assets
19
+ ([affd8096b](https://github.com/storm-software/storm-ops/commit/affd8096b))
20
+
21
+ ### Updated Dependencies
22
+
23
+ - Updated **testing-tools** to **v1.119.71**
24
+ - Updated **config-tools** to **v1.188.72**
25
+ - Updated **npm-tools** to **v0.6.29**
26
+ - Updated **config** to **v1.134.72**
27
+
5
28
  ## [0.6.73](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.73) (12/18/2025)
6
29
 
7
30
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pnpm-tools",
3
- "version": "0.6.74",
3
+ "version": "0.6.76",
4
4
  "type": "module",
5
5
  "description": "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
6
6
  "repository": {
@@ -73,9 +73,9 @@
73
73
  },
74
74
  "types": "./dist/index.d.ts",
75
75
  "dependencies": {
76
- "@storm-software/config": "^1.134.72",
77
- "@storm-software/config-tools": "^1.188.72",
78
- "@storm-software/npm-tools": "^0.6.29",
76
+ "@storm-software/config": "^1.134.74",
77
+ "@storm-software/config-tools": "^1.188.74",
78
+ "@storm-software/npm-tools": "^0.6.31",
79
79
  "commander": "^12.1.0",
80
80
  "defu": "6.1.4",
81
81
  "prettier": "^3.7.4",
@@ -89,5 +89,5 @@
89
89
  "tsup": "8.4.0"
90
90
  },
91
91
  "publishConfig": { "access": "public" },
92
- "gitHead": "1cf24f1b1315169cdf248480f1fa220fa5b5a4aa"
92
+ "gitHead": "04528fd5ad2e9964bafae6e92842b2c59015141a"
93
93
  }