@web3-storage/capabilities
Advanced tools
Comparing version 13.3.0 to 13.3.1
@@ -24,3 +24,6 @@ /** @type {import('./types.js').AbilitiesArray} */ | ||
import * as Usage from './usage.js'; | ||
export { Access, Provider, Space, Top, Store, Upload, Consumer, Customer, Console, Utils, RateLimit, Subscription, Filecoin, Storefront, Aggregator, Dealer, DealTracker, Admin, UCAN, Plan, Usage }; | ||
import * as Blob from './blob.js'; | ||
import * as W3sBlob from './web3.storage/blob.js'; | ||
import * as HTTP from './http.js'; | ||
export { Access, Provider, Space, Top, Store, Upload, Consumer, Customer, Console, Utils, RateLimit, Subscription, Filecoin, Storefront, Aggregator, Dealer, DealTracker, Admin, UCAN, Plan, Usage, Blob, W3sBlob, HTTP }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@web3-storage/capabilities", | ||
"version": "13.3.0", | ||
"version": "13.3.1", | ||
"description": "UCAN Capabilities provided by web3.storage", | ||
@@ -5,0 +5,0 @@ "homepage": "https://web3.storage", |
@@ -48,2 +48,5 @@ import * as Provider from './provider.js' | ||
Usage, | ||
Blob, | ||
W3sBlob, | ||
HTTP, | ||
} | ||
@@ -50,0 +53,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
180761
4251