@web3-storage/access
Advanced tools
Comparing version 16.1.0 to 16.2.0
{ | ||
"name": "@web3-storage/access", | ||
"version": "16.1.0", | ||
"version": "16.2.0", | ||
"description": "w3access client", | ||
@@ -64,3 +64,3 @@ "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client", | ||
"uint8arrays": "^4.0.6", | ||
"@web3-storage/capabilities": "^10.1.0", | ||
"@web3-storage/capabilities": "^10.2.0", | ||
"@web3-storage/did-mailto": "^2.0.1" | ||
@@ -67,0 +67,0 @@ }, |
@@ -185,2 +185,5 @@ import { addSpacesFromDelegations, Agent as AccessAgent } from './agent.js' | ||
{ can: 'upload/*' }, | ||
{ can: 'ucan/*' }, | ||
{ can: 'plan/*' }, | ||
{ can: 'w3up/*' }, | ||
] | ||
@@ -187,0 +190,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
130662
3301