@usecanary/cli 0.4.1 → 0.4.2
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 +1 -1
- package/dist/cli.js +1 -1
- package/package.json +6 -6
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.
|
|
17364
|
+
var VERSION = "0.4.2";
|
|
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.
|
|
17362
|
+
var VERSION = "0.4.2";
|
|
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.
|
|
3
|
+
"version": "0.4.2",
|
|
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/
|
|
47
|
-
"@usecanary/
|
|
48
|
-
"@usecanary/
|
|
49
|
-
"@usecanary/
|
|
50
|
-
"@usecanary/
|
|
46
|
+
"@usecanary/logger": "0.4.2",
|
|
47
|
+
"@usecanary/cli-kit": "0.4.2",
|
|
48
|
+
"@usecanary/protocol": "0.4.2",
|
|
49
|
+
"@usecanary/daemon-client": "0.4.2",
|
|
50
|
+
"@usecanary/config": "0.0.0"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "node scripts/build.mjs",
|