@textile/buckets
Advanced tools
Comparing version 6.1.0 to 6.2.0
@@ -23,2 +23,3 @@ "use strict"; | ||
exports.BucketsGrpcClient = exports.bucketsArchiveWatch = exports.bucketsArchives = exports.bucketsArchive = exports.bucketsSetDefaultArchiveConfig = exports.bucketsDefaultArchiveConfig = exports.bucketsPullPathAccessRoles = exports.bucketsPushPathAccessRoles = exports.bucketsRemovePath = exports.bucketsRemove = exports.bucketsPullIpfsPath = exports.bucketsPullPath = exports.bucketsSetPath = exports.bucketsPushPaths = exports.bucketsPushPath = exports.bucketsMovePath = exports.bucketsListIpfsPath = exports.bucketsListPath = exports.bucketsList = exports.bucketsLinks = exports.bucketsRoot = exports.bucketsCreate = exports.genChunks = exports.CHUNK_SIZE = void 0; | ||
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */ | ||
const grpc_web_1 = require("@improbable-eng/grpc-web"); | ||
@@ -33,3 +34,3 @@ const repeater_1 = require("@repeaterjs/repeater"); | ||
const loglevel_1 = __importDefault(require("loglevel")); | ||
// @ts-expect-error | ||
// @ts-expect-error: missing types | ||
const paramap_it_1 = __importDefault(require("paramap-it")); | ||
@@ -36,0 +37,0 @@ const types_1 = require("../types"); |
@@ -28,2 +28,3 @@ "use strict"; | ||
exports.normaliseInput = void 0; | ||
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */ | ||
/* eslint-disable @typescript-eslint/explicit-function-return-type */ | ||
@@ -326,7 +327,7 @@ /* eslint-disable @typescript-eslint/no-use-before-define */ | ||
function blobToAsyncGenerator(blob) { | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
if (typeof blob.stream === 'function') { | ||
// firefox < 69 does not support blob.stream() | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
@@ -333,0 +334,0 @@ return browserStreamToIt(blob.stream()); |
{ | ||
"name": "@textile/buckets", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"description": "Web-gRPC wrapper client for managing Textile Buckets.", | ||
@@ -26,11 +26,11 @@ "main": "dist/cjs/index.js", | ||
"@textile/buckets-grpc": "2.6.6", | ||
"@textile/context": "^0.12.0", | ||
"@textile/crypto": "^4.2.0", | ||
"@textile/grpc-authentication": "^3.4.0", | ||
"@textile/grpc-connection": "^2.5.0", | ||
"@textile/grpc-transport": "^0.5.0", | ||
"@textile/context": "^0.12.1", | ||
"@textile/crypto": "^4.2.1", | ||
"@textile/grpc-authentication": "^3.4.1", | ||
"@textile/grpc-connection": "^2.5.1", | ||
"@textile/grpc-transport": "^0.5.1", | ||
"@textile/hub-grpc": "2.6.6", | ||
"@textile/hub-threads-client": "^5.4.0", | ||
"@textile/security": "^0.9.0", | ||
"@textile/threads-id": "^0.6.0", | ||
"@textile/hub-threads-client": "^5.5.0", | ||
"@textile/security": "^0.9.1", | ||
"@textile/threads-id": "^0.6.1", | ||
"abort-controller": "^3.0.0", | ||
@@ -43,7 +43,7 @@ "cids": "^1.1.4", | ||
"devDependencies": { | ||
"@textile/testing": "^0.0.6", | ||
"@textile/testing": "^0.0.7", | ||
"browser-or-node": "1.3.0", | ||
"it-last": "^1.0.4" | ||
}, | ||
"gitHead": "712cfc0b34bf97b8465f7baa7cd359fc38434518" | ||
"gitHead": "da454b46dc6baa0ad701ce21a3fab86d82680b50" | ||
} |
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
829145
6795