@storm-software/pnpm-tools 0.7.19 → 0.7.20
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/README.md +1 -1
- package/bin/pnpm.cjs +1 -1
- package/bin/pnpm.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pnpm Tools
|
|
4
4
|
|
|
5
|
+
## [0.7.20](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.20) (05/14/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace packages' `README.md` file ([ff527d217](https://github.com/storm-software/storm-ops/commit/ff527d217))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **package-constants** to **v0.1.24**
|
|
14
|
+
- Updated **testing-tools** to **v1.119.164**
|
|
15
|
+
- Updated **config-tools** to **v1.190.10**
|
|
16
|
+
- Updated **npm-tools** to **v0.6.127**
|
|
17
|
+
- Updated **config** to **v1.137.43**
|
|
18
|
+
|
|
5
19
|
## [0.7.19](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.19) (05/14/2026)
|
|
6
20
|
|
|
7
21
|
### Updated Dependencies
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/bin/pnpm.cjs
CHANGED
|
@@ -2171,7 +2171,7 @@ var import_commander = require("commander");
|
|
|
2171
2171
|
// package.json
|
|
2172
2172
|
var package_default = {
|
|
2173
2173
|
name: "@storm-software/pnpm-tools",
|
|
2174
|
-
version: "0.7.
|
|
2174
|
+
version: "0.7.20",
|
|
2175
2175
|
private: false,
|
|
2176
2176
|
description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
|
|
2177
2177
|
repository: {
|
package/bin/pnpm.js
CHANGED
|
@@ -2149,7 +2149,7 @@ import { Command } from "commander";
|
|
|
2149
2149
|
// package.json
|
|
2150
2150
|
var package_default = {
|
|
2151
2151
|
name: "@storm-software/pnpm-tools",
|
|
2152
|
-
version: "0.7.
|
|
2152
|
+
version: "0.7.20",
|
|
2153
2153
|
private: false,
|
|
2154
2154
|
description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
|
|
2155
2155
|
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.20",
|
|
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.43",
|
|
77
|
+
"@storm-software/config-tools": "^1.190.10",
|
|
78
|
+
"@storm-software/npm-tools": "^0.6.127",
|
|
79
|
+
"@storm-software/package-constants": "^0.1.24",
|
|
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": "cd24450848b8936ed89a69bd3de55eae64f6ec84"
|
|
95
95
|
}
|