Files
Shade/packages/shade-dashboard/package.json
Sterister 1bd7037a6d
Some checks failed
Test / test (push) Has been cancelled
release(v4.10.0): cross-host approval routing primitives in @shade/sdk
Builds on V4.9's encrypted profile blob: ships the canonical
profile-blob schema (hosts/clients/trustedApproverFingerprints) and
the build/sign/verify trio for proxy-approval frames. Headless servers
can now route a `linkRequest` to a trusted-approver phone, verify the
phone's Ed25519 signature against the fresh profile blob, and complete
pairing without a GUI host being available.

Length-prefixed binary signing payload so any platform (Kotlin, Swift,
Go) can produce byte-identical signing input from test vectors. No
relay or transport changes — entirely SDK-level.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 17:09:59 +02:00

21 lines
446 B
JSON

{
"name": "@shade/dashboard",
"version": "4.10.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && bun run scripts/copy-to-observer.ts"
},
"dependencies": {
"@shade/widgets": "workspace:*",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"vite": "^6.0.0"
}
}