@usecanary/cli 0.2.0 → 0.2.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
@@ -17175,7 +17175,7 @@ async function uiCommand(args) {
17175
17175
 
17176
17176
  // src/cli.ts
17177
17177
  var { Command: Command2, InvalidArgumentError: InvalidArgumentError2 } = esm_exports;
17178
- var VERSION = "0.2.0";
17178
+ var VERSION = "0.2.1";
17179
17179
  var ExitCodeError = class extends Error {
17180
17180
  code;
17181
17181
  constructor(code) {
package/dist/cli.js CHANGED
@@ -17173,7 +17173,7 @@ async function uiCommand(args) {
17173
17173
 
17174
17174
  // src/cli.ts
17175
17175
  var { Command: Command2, InvalidArgumentError: InvalidArgumentError2 } = esm_exports;
17176
- var VERSION = "0.2.0";
17176
+ var VERSION = "0.2.1";
17177
17177
  var ExitCodeError = class extends Error {
17178
17178
  code;
17179
17179
  constructor(code) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecanary/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.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.2.1",
46
47
  "@usecanary/config": "0.0.0",
47
- "@usecanary/cli-kit": "0.2.0",
48
- "@usecanary/protocol": "0.2.0",
49
- "@usecanary/daemon-client": "0.2.0",
50
- "@usecanary/logger": "0.2.0"
48
+ "@usecanary/daemon-client": "0.2.1",
49
+ "@usecanary/logger": "0.2.1",
50
+ "@usecanary/protocol": "0.2.1"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "node scripts/build.mjs",