@storm-software/pnpm-tools 0.7.92 → 0.7.93
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 -114
- package/bin/pnpm.js +1 -114
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pnpm Tools
|
|
4
4
|
|
|
5
|
+
## [0.7.93](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.93) (06/30/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update repository packages' dependencies ([6f81fb5b5](https://github.com/storm-software/storm-ops/commit/6f81fb5b5))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **config** to **v1.138.19**
|
|
14
|
+
- Updated **config-tools** to **v1.190.82**
|
|
15
|
+
- Updated **npm-tools** to **v0.6.200**
|
|
16
|
+
- Updated **package-constants** to **v0.1.95**
|
|
17
|
+
- Updated **testing-tools** to **v1.119.235**
|
|
18
|
+
|
|
5
19
|
## [0.7.92](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.92) (06/29/2026)
|
|
6
20
|
|
|
7
21
|
### Bug Fixes
|
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
|
@@ -2184,120 +2184,7 @@ var import_chalk3 = __toESM(require("chalk"), 1);
|
|
|
2184
2184
|
var import_commander = require("commander");
|
|
2185
2185
|
|
|
2186
2186
|
// package.json
|
|
2187
|
-
var package_default = {
|
|
2188
|
-
name: "@storm-software/pnpm-tools",
|
|
2189
|
-
version: "0.7.92",
|
|
2190
|
-
private: false,
|
|
2191
|
-
description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
|
|
2192
|
-
repository: {
|
|
2193
|
-
type: "github",
|
|
2194
|
-
url: "https://github.com/storm-software/storm-ops.git",
|
|
2195
|
-
directory: "packages/pnpm-tools"
|
|
2196
|
-
},
|
|
2197
|
-
type: "module",
|
|
2198
|
-
exports: {
|
|
2199
|
-
"./package.json": "./package.json",
|
|
2200
|
-
"./index": {
|
|
2201
|
-
import: {
|
|
2202
|
-
types: "./dist/index.d.ts",
|
|
2203
|
-
default: "./dist/index.js"
|
|
2204
|
-
},
|
|
2205
|
-
require: {
|
|
2206
|
-
types: "./dist/index.d.cts",
|
|
2207
|
-
default: "./dist/index.cjs"
|
|
2208
|
-
},
|
|
2209
|
-
default: {
|
|
2210
|
-
types: "./dist/index.d.ts",
|
|
2211
|
-
default: "./dist/index.js"
|
|
2212
|
-
}
|
|
2213
|
-
},
|
|
2214
|
-
".": {
|
|
2215
|
-
import: {
|
|
2216
|
-
types: "./dist/index.d.ts",
|
|
2217
|
-
default: "./dist/index.js"
|
|
2218
|
-
},
|
|
2219
|
-
require: {
|
|
2220
|
-
types: "./dist/index.d.cts",
|
|
2221
|
-
default: "./dist/index.cjs"
|
|
2222
|
-
},
|
|
2223
|
-
default: {
|
|
2224
|
-
types: "./dist/index.d.ts",
|
|
2225
|
-
default: "./dist/index.js"
|
|
2226
|
-
}
|
|
2227
|
-
},
|
|
2228
|
-
"./types": {
|
|
2229
|
-
import: {
|
|
2230
|
-
types: "./dist/types.d.ts",
|
|
2231
|
-
default: "./dist/types.js"
|
|
2232
|
-
},
|
|
2233
|
-
require: {
|
|
2234
|
-
types: "./dist/types.d.cts",
|
|
2235
|
-
default: "./dist/types.cjs"
|
|
2236
|
-
},
|
|
2237
|
-
default: {
|
|
2238
|
-
types: "./dist/types.d.ts",
|
|
2239
|
-
default: "./dist/types.js"
|
|
2240
|
-
}
|
|
2241
|
-
},
|
|
2242
|
-
"./helpers": {
|
|
2243
|
-
import: {
|
|
2244
|
-
types: "./dist/helpers/index.d.ts",
|
|
2245
|
-
default: "./dist/helpers/index.js"
|
|
2246
|
-
},
|
|
2247
|
-
require: {
|
|
2248
|
-
types: "./dist/helpers/index.d.cts",
|
|
2249
|
-
default: "./dist/helpers/index.cjs"
|
|
2250
|
-
},
|
|
2251
|
-
default: {
|
|
2252
|
-
types: "./dist/helpers/index.d.ts",
|
|
2253
|
-
default: "./dist/helpers/index.js"
|
|
2254
|
-
}
|
|
2255
|
-
},
|
|
2256
|
-
"./helpers/*": {
|
|
2257
|
-
import: {
|
|
2258
|
-
types: "./dist/helpers/*.d.ts",
|
|
2259
|
-
default: "./dist/helpers/*.js"
|
|
2260
|
-
},
|
|
2261
|
-
require: {
|
|
2262
|
-
types: "./dist/helpers/*.d.cts",
|
|
2263
|
-
default: "./dist/helpers/*.cjs"
|
|
2264
|
-
},
|
|
2265
|
-
default: {
|
|
2266
|
-
types: "./dist/helpers/*.d.ts",
|
|
2267
|
-
default: "./dist/helpers/*.js"
|
|
2268
|
-
}
|
|
2269
|
-
}
|
|
2270
|
-
},
|
|
2271
|
-
main: "./dist/index.cjs",
|
|
2272
|
-
module: "./dist/index.js",
|
|
2273
|
-
types: "./dist/index.d.ts",
|
|
2274
|
-
bin: {
|
|
2275
|
-
"storm-pnpm": "./bin/pnpm.js",
|
|
2276
|
-
"storm-pnpm-cjs": "./bin/pnpm.cjs",
|
|
2277
|
-
"storm-pnpm-esm": "./bin/pnpm.js"
|
|
2278
|
-
},
|
|
2279
|
-
dependencies: {
|
|
2280
|
-
"@storm-software/config": "workspace:*",
|
|
2281
|
-
"@storm-software/config-tools": "workspace:*",
|
|
2282
|
-
"@storm-software/npm-tools": "workspace:*",
|
|
2283
|
-
"@storm-software/package-constants": "workspace:*",
|
|
2284
|
-
chalk: "catalog:",
|
|
2285
|
-
commander: "catalog:",
|
|
2286
|
-
defu: "catalog:",
|
|
2287
|
-
prettier: "catalog:",
|
|
2288
|
-
"prettier-plugin-packagejson": "catalog:",
|
|
2289
|
-
semver: "catalog:",
|
|
2290
|
-
yaml: "catalog:"
|
|
2291
|
-
},
|
|
2292
|
-
devDependencies: {
|
|
2293
|
-
"@pnpm/types": "catalog:",
|
|
2294
|
-
"@types/node": "catalog:",
|
|
2295
|
-
tsup: "catalog:"
|
|
2296
|
-
},
|
|
2297
|
-
publishConfig: {
|
|
2298
|
-
access: "public"
|
|
2299
|
-
}
|
|
2300
|
-
};
|
|
2187
|
+
var package_default = { name: "@storm-software/pnpm-tools", version: "0.7.93", private: false, description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.", repository: { type: "github", url: "https://github.com/storm-software/storm-ops.git", directory: "packages/pnpm-tools" }, type: "module", exports: { "./package.json": "./package.json", "./index": { import: { types: "./dist/index.d.ts", default: "./dist/index.js" }, require: { types: "./dist/index.d.cts", default: "./dist/index.cjs" }, default: { types: "./dist/index.d.ts", default: "./dist/index.js" } }, ".": { import: { types: "./dist/index.d.ts", default: "./dist/index.js" }, require: { types: "./dist/index.d.cts", default: "./dist/index.cjs" }, default: { types: "./dist/index.d.ts", default: "./dist/index.js" } }, "./types": { import: { types: "./dist/types.d.ts", default: "./dist/types.js" }, require: { types: "./dist/types.d.cts", default: "./dist/types.cjs" }, default: { types: "./dist/types.d.ts", default: "./dist/types.js" } }, "./helpers": { import: { types: "./dist/helpers/index.d.ts", default: "./dist/helpers/index.js" }, require: { types: "./dist/helpers/index.d.cts", default: "./dist/helpers/index.cjs" }, default: { types: "./dist/helpers/index.d.ts", default: "./dist/helpers/index.js" } }, "./helpers/*": { import: { types: "./dist/helpers/*.d.ts", default: "./dist/helpers/*.js" }, require: { types: "./dist/helpers/*.d.cts", default: "./dist/helpers/*.cjs" }, default: { types: "./dist/helpers/*.d.ts", default: "./dist/helpers/*.js" } } }, main: "./dist/index.cjs", module: "./dist/index.js", types: "./dist/index.d.ts", bin: { "storm-pnpm": "./bin/pnpm.js", "storm-pnpm-cjs": "./bin/pnpm.cjs", "storm-pnpm-esm": "./bin/pnpm.js" }, dependencies: { "@storm-software/config": "workspace:*", "@storm-software/config-tools": "workspace:*", "@storm-software/npm-tools": "workspace:*", "@storm-software/package-constants": "workspace:*", chalk: "catalog:", commander: "catalog:", defu: "catalog:", prettier: "catalog:", "prettier-plugin-packagejson": "catalog:", semver: "catalog:", yaml: "catalog:" }, devDependencies: { "@pnpm/types": "catalog:", "@types/node": "catalog:", tsup: "catalog:" }, publishConfig: { access: "public" } };
|
|
2301
2188
|
|
|
2302
2189
|
// ../npm-tools/src/constants.ts
|
|
2303
2190
|
var LATEST_NPM_TAG = "latest";
|
package/bin/pnpm.js
CHANGED
|
@@ -2162,120 +2162,7 @@ import chalk2 from "chalk";
|
|
|
2162
2162
|
import { Command } from "commander";
|
|
2163
2163
|
|
|
2164
2164
|
// package.json
|
|
2165
|
-
var package_default = {
|
|
2166
|
-
name: "@storm-software/pnpm-tools",
|
|
2167
|
-
version: "0.7.92",
|
|
2168
|
-
private: false,
|
|
2169
|
-
description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
|
|
2170
|
-
repository: {
|
|
2171
|
-
type: "github",
|
|
2172
|
-
url: "https://github.com/storm-software/storm-ops.git",
|
|
2173
|
-
directory: "packages/pnpm-tools"
|
|
2174
|
-
},
|
|
2175
|
-
type: "module",
|
|
2176
|
-
exports: {
|
|
2177
|
-
"./package.json": "./package.json",
|
|
2178
|
-
"./index": {
|
|
2179
|
-
import: {
|
|
2180
|
-
types: "./dist/index.d.ts",
|
|
2181
|
-
default: "./dist/index.js"
|
|
2182
|
-
},
|
|
2183
|
-
require: {
|
|
2184
|
-
types: "./dist/index.d.cts",
|
|
2185
|
-
default: "./dist/index.cjs"
|
|
2186
|
-
},
|
|
2187
|
-
default: {
|
|
2188
|
-
types: "./dist/index.d.ts",
|
|
2189
|
-
default: "./dist/index.js"
|
|
2190
|
-
}
|
|
2191
|
-
},
|
|
2192
|
-
".": {
|
|
2193
|
-
import: {
|
|
2194
|
-
types: "./dist/index.d.ts",
|
|
2195
|
-
default: "./dist/index.js"
|
|
2196
|
-
},
|
|
2197
|
-
require: {
|
|
2198
|
-
types: "./dist/index.d.cts",
|
|
2199
|
-
default: "./dist/index.cjs"
|
|
2200
|
-
},
|
|
2201
|
-
default: {
|
|
2202
|
-
types: "./dist/index.d.ts",
|
|
2203
|
-
default: "./dist/index.js"
|
|
2204
|
-
}
|
|
2205
|
-
},
|
|
2206
|
-
"./types": {
|
|
2207
|
-
import: {
|
|
2208
|
-
types: "./dist/types.d.ts",
|
|
2209
|
-
default: "./dist/types.js"
|
|
2210
|
-
},
|
|
2211
|
-
require: {
|
|
2212
|
-
types: "./dist/types.d.cts",
|
|
2213
|
-
default: "./dist/types.cjs"
|
|
2214
|
-
},
|
|
2215
|
-
default: {
|
|
2216
|
-
types: "./dist/types.d.ts",
|
|
2217
|
-
default: "./dist/types.js"
|
|
2218
|
-
}
|
|
2219
|
-
},
|
|
2220
|
-
"./helpers": {
|
|
2221
|
-
import: {
|
|
2222
|
-
types: "./dist/helpers/index.d.ts",
|
|
2223
|
-
default: "./dist/helpers/index.js"
|
|
2224
|
-
},
|
|
2225
|
-
require: {
|
|
2226
|
-
types: "./dist/helpers/index.d.cts",
|
|
2227
|
-
default: "./dist/helpers/index.cjs"
|
|
2228
|
-
},
|
|
2229
|
-
default: {
|
|
2230
|
-
types: "./dist/helpers/index.d.ts",
|
|
2231
|
-
default: "./dist/helpers/index.js"
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
|
-
"./helpers/*": {
|
|
2235
|
-
import: {
|
|
2236
|
-
types: "./dist/helpers/*.d.ts",
|
|
2237
|
-
default: "./dist/helpers/*.js"
|
|
2238
|
-
},
|
|
2239
|
-
require: {
|
|
2240
|
-
types: "./dist/helpers/*.d.cts",
|
|
2241
|
-
default: "./dist/helpers/*.cjs"
|
|
2242
|
-
},
|
|
2243
|
-
default: {
|
|
2244
|
-
types: "./dist/helpers/*.d.ts",
|
|
2245
|
-
default: "./dist/helpers/*.js"
|
|
2246
|
-
}
|
|
2247
|
-
}
|
|
2248
|
-
},
|
|
2249
|
-
main: "./dist/index.cjs",
|
|
2250
|
-
module: "./dist/index.js",
|
|
2251
|
-
types: "./dist/index.d.ts",
|
|
2252
|
-
bin: {
|
|
2253
|
-
"storm-pnpm": "./bin/pnpm.js",
|
|
2254
|
-
"storm-pnpm-cjs": "./bin/pnpm.cjs",
|
|
2255
|
-
"storm-pnpm-esm": "./bin/pnpm.js"
|
|
2256
|
-
},
|
|
2257
|
-
dependencies: {
|
|
2258
|
-
"@storm-software/config": "workspace:*",
|
|
2259
|
-
"@storm-software/config-tools": "workspace:*",
|
|
2260
|
-
"@storm-software/npm-tools": "workspace:*",
|
|
2261
|
-
"@storm-software/package-constants": "workspace:*",
|
|
2262
|
-
chalk: "catalog:",
|
|
2263
|
-
commander: "catalog:",
|
|
2264
|
-
defu: "catalog:",
|
|
2265
|
-
prettier: "catalog:",
|
|
2266
|
-
"prettier-plugin-packagejson": "catalog:",
|
|
2267
|
-
semver: "catalog:",
|
|
2268
|
-
yaml: "catalog:"
|
|
2269
|
-
},
|
|
2270
|
-
devDependencies: {
|
|
2271
|
-
"@pnpm/types": "catalog:",
|
|
2272
|
-
"@types/node": "catalog:",
|
|
2273
|
-
tsup: "catalog:"
|
|
2274
|
-
},
|
|
2275
|
-
publishConfig: {
|
|
2276
|
-
access: "public"
|
|
2277
|
-
}
|
|
2278
|
-
};
|
|
2165
|
+
var package_default = { name: "@storm-software/pnpm-tools", version: "0.7.93", private: false, description: "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.", repository: { type: "github", url: "https://github.com/storm-software/storm-ops.git", directory: "packages/pnpm-tools" }, type: "module", exports: { "./package.json": "./package.json", "./index": { import: { types: "./dist/index.d.ts", default: "./dist/index.js" }, require: { types: "./dist/index.d.cts", default: "./dist/index.cjs" }, default: { types: "./dist/index.d.ts", default: "./dist/index.js" } }, ".": { import: { types: "./dist/index.d.ts", default: "./dist/index.js" }, require: { types: "./dist/index.d.cts", default: "./dist/index.cjs" }, default: { types: "./dist/index.d.ts", default: "./dist/index.js" } }, "./types": { import: { types: "./dist/types.d.ts", default: "./dist/types.js" }, require: { types: "./dist/types.d.cts", default: "./dist/types.cjs" }, default: { types: "./dist/types.d.ts", default: "./dist/types.js" } }, "./helpers": { import: { types: "./dist/helpers/index.d.ts", default: "./dist/helpers/index.js" }, require: { types: "./dist/helpers/index.d.cts", default: "./dist/helpers/index.cjs" }, default: { types: "./dist/helpers/index.d.ts", default: "./dist/helpers/index.js" } }, "./helpers/*": { import: { types: "./dist/helpers/*.d.ts", default: "./dist/helpers/*.js" }, require: { types: "./dist/helpers/*.d.cts", default: "./dist/helpers/*.cjs" }, default: { types: "./dist/helpers/*.d.ts", default: "./dist/helpers/*.js" } } }, main: "./dist/index.cjs", module: "./dist/index.js", types: "./dist/index.d.ts", bin: { "storm-pnpm": "./bin/pnpm.js", "storm-pnpm-cjs": "./bin/pnpm.cjs", "storm-pnpm-esm": "./bin/pnpm.js" }, dependencies: { "@storm-software/config": "workspace:*", "@storm-software/config-tools": "workspace:*", "@storm-software/npm-tools": "workspace:*", "@storm-software/package-constants": "workspace:*", chalk: "catalog:", commander: "catalog:", defu: "catalog:", prettier: "catalog:", "prettier-plugin-packagejson": "catalog:", semver: "catalog:", yaml: "catalog:" }, devDependencies: { "@pnpm/types": "catalog:", "@types/node": "catalog:", tsup: "catalog:" }, publishConfig: { access: "public" } };
|
|
2279
2166
|
|
|
2280
2167
|
// ../npm-tools/src/constants.ts
|
|
2281
2168
|
var LATEST_NPM_TAG = "latest";
|
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.93",
|
|
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,14 +73,14 @@
|
|
|
73
73
|
"storm-pnpm-esm": "./bin/pnpm.js"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@storm-software/config": "1.138.
|
|
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.138.19",
|
|
77
|
+
"@storm-software/config-tools": "^1.190.82",
|
|
78
|
+
"@storm-software/npm-tools": "^0.6.200",
|
|
79
|
+
"@storm-software/package-constants": "^0.1.95",
|
|
80
80
|
"chalk": "^4.1.2",
|
|
81
81
|
"commander": "^12.1.0",
|
|
82
82
|
"defu": "^6.1.7",
|
|
83
|
-
"prettier": "^3.9.
|
|
83
|
+
"prettier": "^3.9.3",
|
|
84
84
|
"prettier-plugin-packagejson": "^3.0.2",
|
|
85
85
|
"semver": "^7.8.5",
|
|
86
86
|
"yaml": "^2.9.0"
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"tsup": "8.4.0"
|
|
92
92
|
},
|
|
93
93
|
"publishConfig": { "access": "public" },
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "3fe24e50009c66cd4ff8b417a44f904740d0283a"
|
|
95
95
|
}
|