Some checks failed
Test / test (push) Has been cancelled
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>
38 lines
867 B
JSON
38 lines
867 B
JSON
{
|
|
"name": "@shade/storage-encrypted",
|
|
"version": "4.10.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"browser": "./src/index.browser.ts",
|
|
"default": "./src/index.ts"
|
|
},
|
|
"./crypto": "./src/crypto.ts",
|
|
"./sqlite": "./src/sqlite.ts",
|
|
"./postgres": "./src/postgres.ts",
|
|
"./idb": "./src/idb.ts"
|
|
},
|
|
"dependencies": {
|
|
"@noble/hashes": "^2.0.1",
|
|
"@shade/core": "workspace:*",
|
|
"@shade/crypto-web": "workspace:*",
|
|
"@shade/storage-postgres": "workspace:*",
|
|
"@shade/storage-sqlite": "workspace:*",
|
|
"idb": "^8.0.3",
|
|
"postgres": "^3.4.9"
|
|
},
|
|
"devDependencies": {
|
|
"fake-indexeddb": "^6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@shade/keychain": "workspace:*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@shade/keychain": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|