@pushpalsdev/cli 1.0.49 → 1.0.50

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.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "PushPals terminal CLI for LocalBuddy -> RemoteBuddy orchestration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -45,6 +45,7 @@
45
45
  "test:prompt-policy": "bun test tests/prompt-policy.enforcement.test.ts",
46
46
  "test:cli:integration": "bun test tests/cli.invocation-logging.test.ts tests/cli.runtime-bootstrap.test.ts tests/client.runtime-bootstrap.test.ts tests/shared.client-preflight.test.ts",
47
47
  "test:cli:e2e": "bun test ./tests/integration/cli.e2e.ts",
48
+ "test:workerpals:e2e": "bun test ./tests/integration/workerpals.control-plane.e2e.ts",
48
49
  "test:start:e2e": "bun test ./tests/integration/start.e2e.ts",
49
50
  "test:root": "bun test tests",
50
51
  "test:protocol": "bun run tests/protocol.integration.ts",