@pushpalsdev/cli 1.1.31 → 1.1.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushpalsdev/cli",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "PushPals terminal CLI for LocalBuddy -> RemoteBuddy orchestration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -9,6 +9,7 @@
9
9
  "cli": "bun run scripts/pushpals-cli.ts",
10
10
  "cli:integration": "bun run scripts/cli-integration.ts",
11
11
  "cli:bundle": "bun run --cwd packages/cli build",
12
+ "cli:verify-package-payload": "bun run scripts/verify-cli-package-payload.ts",
12
13
  "cli:monitor:export": "bun run scripts/sync-cli-monitor-ui.ts",
13
14
  "replay:worker-job": "bun run scripts/replay-worker-job.ts",
14
15
  "protocol:build": "bun --cwd packages/protocol build",