canary-kit 2.8.7 → 2.10.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.
Files changed (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canary-kit",
3
- "version": "2.8.7",
3
+ "version": "2.10.0",
4
4
  "description": "Deepfake-proof identity verification. Open protocol, minimal dependencies.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -74,6 +74,9 @@
74
74
  "test:e2e:offline": "playwright test --config e2e/playwright.config.ts --project=offline",
75
75
  "test:e2e:online": "playwright test --config e2e/playwright.config.ts --project=online",
76
76
  "test:e2e:protocol": "playwright test --config e2e/playwright.config.ts --project=protocol",
77
+ "test:e2e:signet": "playwright test --config e2e/playwright.config.ts e2e/protocol/signet-nostrconnect.spec.ts",
78
+ "test:e2e:live-smoke": "PLAYWRIGHT_BASE_URL=https://canary.trotters.cc playwright test --config e2e/playwright.config.ts --project=smoke",
79
+ "test:e2e:real-relay": "PLAYWRIGHT_BASE_URL=https://canary.trotters.cc SIGNET_BASE_URL=https://mysignet.app playwright test --config e2e/playwright.config.ts --project=real-relay",
77
80
  "test:e2e:ui": "playwright test --config e2e/playwright.config.ts --ui",
78
81
  "record": "node docs/record/record.js",
79
82
  "record:short": "node docs/record/record.js short",
@@ -130,7 +133,7 @@
130
133
  "nostr-tools": "^2.23.3",
131
134
  "qrcode-generator": "^2.0.4",
132
135
  "serve": "^14.2.6",
133
- "signet-login": "^0.10.7",
136
+ "signet-login": "^0.11.0",
134
137
  "typescript": "^6.0.2",
135
138
  "typescript-eslint": "^8.57.1",
136
139
  "vite": "^8.0.0",