@usecanary/cli 0.4.0 → 0.4.1

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/cli.cjs CHANGED
@@ -17361,7 +17361,7 @@ async function uiCommand(args) {
17361
17361
 
17362
17362
  // src/cli.ts
17363
17363
  var { Command: Command2, InvalidArgumentError: InvalidArgumentError2 } = esm_exports;
17364
- var VERSION = "0.4.0";
17364
+ var VERSION = "0.4.1";
17365
17365
  var ExitCodeError = class extends Error {
17366
17366
  code;
17367
17367
  constructor(code) {
package/dist/cli.js CHANGED
@@ -17359,7 +17359,7 @@ async function uiCommand(args) {
17359
17359
 
17360
17360
  // src/cli.ts
17361
17361
  var { Command: Command2, InvalidArgumentError: InvalidArgumentError2 } = esm_exports;
17362
- var VERSION = "0.4.0";
17362
+ var VERSION = "0.4.1";
17363
17363
  var ExitCodeError = class extends Error {
17364
17364
  code;
17365
17365
  constructor(code) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecanary/cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
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,11 +43,11 @@
43
43
  "tsx": "^4.19.2",
44
44
  "typescript": "^5.8.0",
45
45
  "vitest": "^4.1.0",
46
- "@usecanary/cli-kit": "0.4.0",
46
+ "@usecanary/cli-kit": "0.4.1",
47
47
  "@usecanary/config": "0.0.0",
48
- "@usecanary/daemon-client": "0.4.0",
49
- "@usecanary/logger": "0.4.0",
50
- "@usecanary/protocol": "0.4.0"
48
+ "@usecanary/daemon-client": "0.4.1",
49
+ "@usecanary/logger": "0.4.1",
50
+ "@usecanary/protocol": "0.4.1"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "node scripts/build.mjs",