@storm-software/pnpm-tools 0.7.80 → 0.7.81

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 CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pnpm Tools
4
4
 
5
+ ## [0.7.81](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.81) (06/18/2026)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **linting-tools:** Resolve issue running CLI from lefthook and update version shas ([1751cb249](https://github.com/storm-software/storm-ops/commit/1751cb249))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **config** to **v1.138.7**
14
+ - Updated **config-tools** to **v1.190.70**
15
+ - Updated **npm-tools** to **v0.6.188**
16
+ - Updated **package-constants** to **v0.1.83**
17
+ - Updated **testing-tools** to **v1.119.223**
18
+
5
19
  ## [0.7.80](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.80) (06/15/2026)
6
20
 
7
21
  ### Miscellaneous
package/bin/pnpm.cjs CHANGED
@@ -2186,12 +2186,12 @@ var import_commander = require("commander");
2186
2186
  // package.json
2187
2187
  var package_default = {
2188
2188
  name: "@storm-software/pnpm-tools",
2189
- version: "0.7.80",
2189
+ version: "0.7.81",
2190
2190
  private: false,
2191
2191
  description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
2192
2192
  repository: {
2193
2193
  type: "github",
2194
- url: "https://github.com/storm-software/storm-ops",
2194
+ url: "https://github.com/storm-software/storm-ops.git",
2195
2195
  directory: "packages/pnpm-tools"
2196
2196
  },
2197
2197
  type: "module",
package/bin/pnpm.js CHANGED
@@ -2164,12 +2164,12 @@ import { Command } from "commander";
2164
2164
  // package.json
2165
2165
  var package_default = {
2166
2166
  name: "@storm-software/pnpm-tools",
2167
- version: "0.7.80",
2167
+ version: "0.7.81",
2168
2168
  private: false,
2169
2169
  description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
2170
2170
  repository: {
2171
2171
  type: "github",
2172
- url: "https://github.com/storm-software/storm-ops",
2172
+ url: "https://github.com/storm-software/storm-ops.git",
2173
2173
  directory: "packages/pnpm-tools"
2174
2174
  },
2175
2175
  type: "module",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@storm-software/pnpm-tools",
3
- "version": "0.7.80",
3
+ "version": "0.7.81",
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": {
7
7
  "type": "github",
8
- "url": "https://github.com/storm-software/storm-ops",
8
+ "url": "https://github.com/storm-software/storm-ops.git",
9
9
  "directory": "packages/pnpm-tools"
10
10
  },
11
11
  "type": "module",
@@ -73,10 +73,10 @@
73
73
  "storm-pnpm-esm": "./bin/pnpm.js"
74
74
  },
75
75
  "dependencies": {
76
- "@storm-software/config": "1.138.6",
77
- "@storm-software/config-tools": "1.190.69",
78
- "@storm-software/npm-tools": "0.6.187",
79
- "@storm-software/package-constants": "0.1.82",
76
+ "@storm-software/config": "^1.138.7",
77
+ "@storm-software/config-tools": "^1.190.70",
78
+ "@storm-software/npm-tools": "^0.6.188",
79
+ "@storm-software/package-constants": "^0.1.83",
80
80
  "chalk": "^4.1.2",
81
81
  "commander": "^12.1.0",
82
82
  "defu": "^6.1.7",
@@ -91,5 +91,5 @@
91
91
  "tsup": "8.4.0"
92
92
  },
93
93
  "publishConfig": { "access": "public" },
94
- "gitHead": "5e767e625b4b6646f1cfc91a939c375a1aecd9ef"
94
+ "gitHead": "fdea267e4dc6eba5a25455d10238ec64177ed701"
95
95
  }