@storm-software/pnpm-tools 0.7.92 → 0.7.94

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,35 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pnpm Tools
4
4
 
5
+ ## [0.7.94](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.94) (07/03/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace packages' dependencies ([94184a932](https://github.com/storm-software/storm-ops/commit/94184a932))
10
+ - **monorepo:** Update workspace packages' dependencies ([5580e18dc](https://github.com/storm-software/storm-ops/commit/5580e18dc))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **config** to **v1.138.20**
15
+ - Updated **config-tools** to **v1.190.83**
16
+ - Updated **npm-tools** to **v0.6.201**
17
+ - Updated **package-constants** to **v0.1.96**
18
+ - Updated **testing-tools** to **v1.119.236**
19
+
20
+ ## [0.7.93](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.93) (06/30/2026)
21
+
22
+ ### Miscellaneous
23
+
24
+ - **monorepo:** Update repository packages' dependencies ([6f81fb5b5](https://github.com/storm-software/storm-ops/commit/6f81fb5b5))
25
+
26
+ ### Updated Dependencies
27
+
28
+ - Updated **config** to **v1.138.19**
29
+ - Updated **config-tools** to **v1.190.82**
30
+ - Updated **npm-tools** to **v0.6.200**
31
+ - Updated **package-constants** to **v0.1.95**
32
+ - Updated **testing-tools** to **v1.119.235**
33
+
5
34
  ## [0.7.92](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.7.92) (06/29/2026)
6
35
 
7
36
  ### 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
- [![Version](https://img.shields.io/badge/version-0.7.90-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.7.93-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
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.94", 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.94", 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.92",
3
+ "version": "0.7.94",
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.18",
77
- "@storm-software/config-tools": "1.190.81",
78
- "@storm-software/npm-tools": "0.6.199",
79
- "@storm-software/package-constants": "0.1.94",
76
+ "@storm-software/config": "^1.138.20",
77
+ "@storm-software/config-tools": "^1.190.83",
78
+ "@storm-software/npm-tools": "^0.6.201",
79
+ "@storm-software/package-constants": "^0.1.96",
80
80
  "chalk": "^4.1.2",
81
81
  "commander": "^12.1.0",
82
82
  "defu": "^6.1.7",
83
- "prettier": "^3.9.1",
83
+ "prettier": "^3.9.4",
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": "61f91d519ffe77bde1a06627ba2d7dcda4c7ce20"
94
+ "gitHead": "3c11a427a4d49da9337e9f972bd2fb7768550288"
95
95
  }