@web3-storage/access
Advanced tools
Comparing version 15.2.0 to 15.2.1
@@ -26,2 +26,3 @@ import type { Capabilities, ConnectionView, Fact, Failure, Phantom, Principal, RequestEncoder, Resource, ResponseDecoder, ServiceMethod, URI, InferInvokedCapability, CapabilityParser, Match, Ability, UnknownMatch, Delegation, DID, DIDKey, Signer, SignerArchive, SigAlg, Caveats } from '@ucanto/interface'; | ||
did: DID<'key'>; | ||
providers: Array<DID<'web'>>; | ||
} | ||
@@ -28,0 +29,0 @@ export interface AccountTable { |
{ | ||
"name": "@web3-storage/access", | ||
"version": "15.2.0", | ||
"version": "15.2.1", | ||
"description": "w3access client", | ||
@@ -74,3 +74,3 @@ "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client", | ||
"zod": "^3.20.2", | ||
"@web3-storage/capabilities": "^9.2.0", | ||
"@web3-storage/capabilities": "^9.3.0", | ||
"@web3-storage/did-mailto": "^2.0.0" | ||
@@ -77,0 +77,0 @@ }, |
@@ -75,2 +75,3 @@ /* eslint-disable @typescript-eslint/indent */ | ||
did: DID<'key'> | ||
providers: Array<DID<'web'>> | ||
} | ||
@@ -77,0 +78,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
191923
5161