@web3-storage/access
Advanced tools
Comparing version 16.5.1 to 17.0.0
@@ -31,2 +31,3 @@ export function delegate(agent: Agent, { delegations, proofs, space }: { | ||
'filecoin/*': {}; | ||
'usage/*': {}; | ||
}; | ||
@@ -33,0 +34,0 @@ /** |
@@ -292,2 +292,3 @@ import * as Access from '@web3-storage/capabilities/access'; | ||
'filecoin/*': {}, | ||
'usage/*': {}, | ||
}; | ||
@@ -294,0 +295,0 @@ /** |
@@ -154,2 +154,3 @@ import { addSpacesFromDelegations, Agent as AccessAgent } from './agent.js'; | ||
{ can: 'provider/add' }, | ||
{ can: 'subscription/list' }, | ||
{ can: 'upload/*' }, | ||
@@ -156,0 +157,0 @@ { can: 'ucan/*' }, |
import type { Capabilities, ConnectionView, Fact, Failure, Phantom, Principal, RequestEncoder, Resource, ResponseDecoder, ServiceMethod, InferInvokedCapability, CapabilityParser, Match, Ability, UnknownMatch, Delegation, DID, Signer, SignerArchive, SigAlg, Caveats, Unit } from '@ucanto/interface'; | ||
export type { UTCUnixTimestamp } from '@ipld/dag-ucan'; | ||
import type { Abilities, SpaceInfo, AccessAuthorize, AccessAuthorizeSuccess, AccessDelegate, AccessDelegateFailure, AccessDelegateSuccess, AccessClaim, AccessClaimSuccess, AccessClaimFailure, ProviderAdd, ProviderAddSuccess, ProviderAddFailure, AccessConfirm, AccessConfirmSuccess, AccessConfirmFailure, UCANRevoke, UCANRevokeSuccess, UCANRevokeFailure, AccountDID, ProviderDID, SpaceDID, PlanGet, PlanGetSuccess, PlanGetFailure } from '@web3-storage/capabilities/types'; | ||
import type { Abilities, SpaceInfo, AccessAuthorize, AccessAuthorizeSuccess, AccessDelegate, AccessDelegateFailure, AccessDelegateSuccess, AccessClaim, AccessClaimSuccess, AccessClaimFailure, ProviderAdd, ProviderAddSuccess, ProviderAddFailure, AccessConfirm, AccessConfirmSuccess, AccessConfirmFailure, UCANRevoke, UCANRevokeSuccess, UCANRevokeFailure, AccountDID, ProviderDID, SpaceDID, PlanGet, PlanGetSuccess, PlanGetFailure, SubscriptionList, SubscriptionListSuccess, SubscriptionListFailure } from '@web3-storage/capabilities/types'; | ||
import type { SetRequired } from 'type-fest'; | ||
@@ -45,2 +45,5 @@ import { Driver } from './drivers/types.js'; | ||
}; | ||
subscription: { | ||
list: ServiceMethod<SubscriptionList, SubscriptionListSuccess, SubscriptionListFailure>; | ||
}; | ||
ucan: { | ||
@@ -47,0 +50,0 @@ revoke: ServiceMethod<UCANRevoke, UCANRevokeSuccess, UCANRevokeFailure>; |
{ | ||
"name": "@web3-storage/access", | ||
"version": "16.5.1", | ||
"version": "17.0.0", | ||
"description": "w3access client", | ||
@@ -105,3 +105,3 @@ "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client", | ||
"@scure/bip39": "^1.2.1", | ||
"@web3-storage/capabilities": "^11.2.0", | ||
"@web3-storage/capabilities": "^11.4.0", | ||
"@web3-storage/did-mailto": "^2.0.2" | ||
@@ -108,0 +108,0 @@ }, |
@@ -172,1 +172,2 @@ <h1 align="center">ā<br/>web3.storage</h1> | ||
Dual-licensed under [MIT + Apache 2.0](https://github.com/web3-storage/w3protocol/blob/main/license.md) | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
223240
3896
0
173