pm-ops 2026.7.6 → 2026.7.7

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/dist/index.js CHANGED
@@ -830,7 +830,7 @@ function emitResult(structured, format, outputPath, formatter) {
830
830
  // ---------------------------------------------------------------------------
831
831
  export default defineExtension({
832
832
  name: "pm-ops",
833
- version: "2026.7.6",
833
+ version: "2026.7.7",
834
834
  activate(api) {
835
835
  if (typeof api.registerRenderer === "function") {
836
836
  api.registerRenderer("toon", renderCommandResult);
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-ops",
3
- "version": "2026.7.6",
3
+ "version": "2026.7.7",
4
4
  "description": "Multi-repo fleet operations for pm-cli",
5
5
  "author": "@unbraind",
6
6
  "entry": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-ops",
3
- "version": "2026.7.6",
3
+ "version": "2026.7.7",
4
4
  "description": "Multi-repo fleet operations for pm-cli",
5
5
  "repository": {
6
6
  "type": "git",