@usecanary/cli 0.4.1 → 0.4.3
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/README.md +5 -6
- package/dist/cli.cjs +2 -3
- package/dist/cli.js +2 -3
- package/dist/cli.js.map +2 -2
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usecanary/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
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",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"cli",
|
|
15
15
|
"session-recording"
|
|
16
16
|
],
|
|
17
|
-
"homepage": "https://github.com/
|
|
18
|
-
"bugs": "https://github.com/
|
|
17
|
+
"homepage": "https://github.com/wizenheimer/canary#readme",
|
|
18
|
+
"bugs": "https://github.com/wizenheimer/canary/issues",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/
|
|
21
|
+
"url": "git+https://github.com/wizenheimer/canary.git",
|
|
22
22
|
"directory": "apps/canary"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
@@ -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.
|
|
46
|
+
"@usecanary/cli-kit": "0.4.3",
|
|
47
47
|
"@usecanary/config": "0.0.0",
|
|
48
|
-
"@usecanary/daemon-client": "0.4.
|
|
49
|
-
"@usecanary/
|
|
50
|
-
"@usecanary/
|
|
48
|
+
"@usecanary/daemon-client": "0.4.3",
|
|
49
|
+
"@usecanary/protocol": "0.4.3",
|
|
50
|
+
"@usecanary/logger": "0.4.3"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "node scripts/build.mjs",
|