@storm-software/pnpm-tools 0.6.42 → 0.6.43
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 +16 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pnpm Tools
|
|
4
4
|
|
|
5
|
+
## [0.6.42](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.42) (11/19/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([7bdb756ec](https://github.com/storm-software/storm-ops/commit/7bdb756ec))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([f5d775f57](https://github.com/storm-software/storm-ops/commit/f5d775f57))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated **testing-tools** to **v1.119.42**
|
|
17
|
+
- Updated **config-tools** to **v1.188.42**
|
|
18
|
+
- Updated **npm-tools** to **v0.5.42**
|
|
19
|
+
- Updated **config** to **v1.134.42**
|
|
20
|
+
|
|
5
21
|
## [0.6.41](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.41) (11/19/2025)
|
|
6
22
|
|
|
7
23
|
### Updated Dependencies
|
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.43",
|
|
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": {
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@pnpm/plugin-better-defaults": "^0.2.1",
|
|
91
91
|
"@pnpm/plugin-esm-node-path": "^0.1.2",
|
|
92
|
-
"@storm-software/config": "^1.134.
|
|
93
|
-
"@storm-software/config-tools": "^1.188.
|
|
94
|
-
"@storm-software/npm-tools": "^0.5.
|
|
92
|
+
"@storm-software/config": "^1.134.43",
|
|
93
|
+
"@storm-software/config-tools": "^1.188.43",
|
|
94
|
+
"@storm-software/npm-tools": "^0.5.43",
|
|
95
95
|
"commander": "^12.1.0",
|
|
96
96
|
"defu": "6.1.4",
|
|
97
97
|
"prettier": "^3.6.2",
|
|
@@ -100,10 +100,10 @@
|
|
|
100
100
|
"yaml": "^2.8.1"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@pnpm/types": "^
|
|
103
|
+
"@pnpm/types": "^1001.0.0",
|
|
104
104
|
"@types/node": "^24.10.1",
|
|
105
105
|
"tsup": "8.4.0"
|
|
106
106
|
},
|
|
107
107
|
"publishConfig": { "access": "public" },
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "914bfac069e85a6239befb5f993f57dd50d56f17"
|
|
109
109
|
}
|