@usecanary/cli 0.2.1 → 0.4.0

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": "@usecanary/cli",
3
- "version": "0.2.1",
3
+ "version": "0.4.0",
4
4
  "type": "module",
5
5
  "description": "Canary session orchestrator CLI. Drives the daemon to run capture-enabled QA sessions (trace/video/HAR/console) and renders self-contained verification reports.",
6
6
  "license": "MIT",
@@ -43,18 +43,18 @@
43
43
  "tsx": "^4.19.2",
44
44
  "typescript": "^5.8.0",
45
45
  "vitest": "^4.1.0",
46
- "@usecanary/cli-kit": "0.2.1",
46
+ "@usecanary/cli-kit": "0.4.0",
47
47
  "@usecanary/config": "0.0.0",
48
- "@usecanary/daemon-client": "0.2.1",
49
- "@usecanary/logger": "0.2.1",
50
- "@usecanary/protocol": "0.2.1"
48
+ "@usecanary/daemon-client": "0.4.0",
49
+ "@usecanary/logger": "0.4.0",
50
+ "@usecanary/protocol": "0.4.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "node scripts/build.mjs",
54
54
  "dev": "tsx src/cli.ts",
55
55
  "compile": "tsc --noEmit",
56
- "test": "vitest run",
57
- "test:watch": "vitest",
56
+ "test": "pnpm build && vitest run",
57
+ "test:watch": "pnpm build && vitest",
58
58
  "clean": "rm -rf dist coverage .turbo"
59
59
  }
60
60
  }