@storm-software/pnpm-tools 0.6.72 → 0.6.73
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 +14 -0
- 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.72](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.72) (12/17/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update asset paths in workspace references
|
|
10
|
+
([b6e71c5d4](https://github.com/storm-software/storm-ops/commit/b6e71c5d4))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **testing-tools** to **v1.119.69**
|
|
15
|
+
- Updated **config-tools** to **v1.188.70**
|
|
16
|
+
- Updated **npm-tools** to **v0.6.27**
|
|
17
|
+
- Updated **config** to **v1.134.70**
|
|
18
|
+
|
|
5
19
|
## [0.6.71](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.71) (12/17/2025)
|
|
6
20
|
|
|
7
21
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/pnpm-tools",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.73",
|
|
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.
|
|
77
|
-
"@storm-software/config-tools": "^1.188.
|
|
78
|
-
"@storm-software/npm-tools": "^0.6.
|
|
76
|
+
"@storm-software/config": "^1.134.71",
|
|
77
|
+
"@storm-software/config-tools": "^1.188.71",
|
|
78
|
+
"@storm-software/npm-tools": "^0.6.28",
|
|
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": "
|
|
92
|
+
"gitHead": "7f759c57f99e6cf104b110848fdf4d319e5886c1"
|
|
93
93
|
}
|