@storm-software/pnpm-tools 0.7.28 → 0.7.29
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 +10 -0
- package/bin/pnpm.cjs +1 -1
- package/bin/pnpm.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pnpm Tools
|
|
4
4
|
|
|
5
|
+
## [0.7.29](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.29) (05/16/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **package-constants** to **v0.1.32**
|
|
10
|
+
- Updated **testing-tools** to **v1.119.172**
|
|
11
|
+
- Updated **config-tools** to **v1.190.19**
|
|
12
|
+
- Updated **npm-tools** to **v0.6.136**
|
|
13
|
+
- Updated **config** to **v1.137.51**
|
|
14
|
+
|
|
5
15
|
## [0.7.28](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.28) (05/15/2026)
|
|
6
16
|
|
|
7
17
|
### Updated Dependencies
|
package/bin/pnpm.cjs
CHANGED
|
@@ -2180,7 +2180,7 @@ var import_commander = require("commander");
|
|
|
2180
2180
|
// package.json
|
|
2181
2181
|
var package_default = {
|
|
2182
2182
|
name: "@storm-software/pnpm-tools",
|
|
2183
|
-
version: "0.7.
|
|
2183
|
+
version: "0.7.29",
|
|
2184
2184
|
private: false,
|
|
2185
2185
|
description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
|
|
2186
2186
|
repository: {
|
package/bin/pnpm.js
CHANGED
|
@@ -2158,7 +2158,7 @@ import { Command } from "commander";
|
|
|
2158
2158
|
// package.json
|
|
2159
2159
|
var package_default = {
|
|
2160
2160
|
name: "@storm-software/pnpm-tools",
|
|
2161
|
-
version: "0.7.
|
|
2161
|
+
version: "0.7.29",
|
|
2162
2162
|
private: false,
|
|
2163
2163
|
description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
|
|
2164
2164
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/pnpm-tools",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.29",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
|
|
6
6
|
"repository": {
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"storm-pnpm-esm": "./bin/pnpm.js"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@storm-software/config": "^1.137.
|
|
77
|
-
"@storm-software/config-tools": "^1.190.
|
|
78
|
-
"@storm-software/npm-tools": "^0.6.
|
|
79
|
-
"@storm-software/package-constants": "^0.1.
|
|
76
|
+
"@storm-software/config": "^1.137.51",
|
|
77
|
+
"@storm-software/config-tools": "^1.190.19",
|
|
78
|
+
"@storm-software/npm-tools": "^0.6.136",
|
|
79
|
+
"@storm-software/package-constants": "^0.1.32",
|
|
80
80
|
"chalk": "^4.1.2",
|
|
81
81
|
"commander": "^12.1.0",
|
|
82
82
|
"defu": "6.1.4",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"tsup": "8.4.0"
|
|
92
92
|
},
|
|
93
93
|
"publishConfig": { "access": "public" },
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "c71c4714896db35fddf4607b25eca2c29abc086c"
|
|
95
95
|
}
|