@storm-software/pnpm-tools 0.6.74 → 0.6.75

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 +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pnpm Tools
4
4
 
5
+ ## [0.6.74](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.74) (12/18/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update CDN URLs for banner assets
10
+ ([affd8096b](https://github.com/storm-software/storm-ops/commit/affd8096b))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **testing-tools** to **v1.119.71**
15
+ - Updated **config-tools** to **v1.188.72**
16
+ - Updated **npm-tools** to **v0.6.29**
17
+ - Updated **config** to **v1.134.72**
18
+
5
19
  ## [0.6.73](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.73) (12/18/2025)
6
20
 
7
21
  ### 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.75",
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.73",
77
+ "@storm-software/config-tools": "^1.188.73",
78
+ "@storm-software/npm-tools": "^0.6.30",
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": "7d935edb3239ff84acc25900acaac64102e909df"
93
93
  }