@storm-software/pnpm-tools 0.6.89 → 0.6.90

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,23 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pnpm Tools
4
4
 
5
+ ## [0.6.89](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.89) (02/20/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **config-tools:** Use different success icon across packages ([85d343d51](https://github.com/storm-software/storm-ops/commit/85d343d51))
10
+
11
+ ### Bug Fixes
12
+
13
+ - **prettier:** Ensure consistency when formatting package.json files ([2a81896c5](https://github.com/storm-software/storm-ops/commit/2a81896c5))
14
+
15
+ ### Updated Dependencies
16
+
17
+ - Updated **testing-tools** to **v1.119.81**
18
+ - Updated **config-tools** to **v1.189.6**
19
+ - Updated **npm-tools** to **v0.6.44**
20
+ - Updated **config** to **v1.135.7**
21
+
5
22
  ## [0.6.88](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.88) (02/18/2026)
6
23
 
7
24
  ### Miscellaneous
package/bin/pnpm.cjs CHANGED
@@ -260,7 +260,7 @@ void (async () => {
260
260
  const program = createProgram(config);
261
261
  await program.parseAsync(process.argv);
262
262
  (0, import_console2.writeSuccess)(
263
- `\u2714 Storm pnpm ${process.argv && process.argv.length >= 3 && process.argv[2] ? process.argv[2] : "tool"} processing completed successfully!`,
263
+ `\u2714 Storm pnpm ${process.argv && process.argv.length >= 3 && process.argv[2] ? process.argv[2] : "tool"} processing completed successfully!`,
264
264
  config
265
265
  );
266
266
  (0, import_process_handler.exitWithSuccess)(config);
package/bin/pnpm.js CHANGED
@@ -277,7 +277,7 @@ void (async () => {
277
277
  const program = createProgram(config);
278
278
  await program.parseAsync(process.argv);
279
279
  writeSuccess(
280
- `\u2714 Storm pnpm ${process.argv && process.argv.length >= 3 && process.argv[2] ? process.argv[2] : "tool"} processing completed successfully!`,
280
+ `\u2714 Storm pnpm ${process.argv && process.argv.length >= 3 && process.argv[2] ? process.argv[2] : "tool"} processing completed successfully!`,
281
281
  config
282
282
  );
283
283
  exitWithSuccess(config);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pnpm-tools",
3
- "version": "0.6.89",
3
+ "version": "0.6.90",
4
4
  "type": "module",
5
5
  "description": "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
6
6
  "repository": {
@@ -89,5 +89,5 @@
89
89
  "tsup": "8.4.0"
90
90
  },
91
91
  "publishConfig": { "access": "public" },
92
- "gitHead": "f9611db126b33c60336faef7eeff63eb1e8031b7"
92
+ "gitHead": "59fb127dd72835aea54f08b543d44463b2922338"
93
93
  }