@miniflare/r2
Advanced tools
Comparing version 2.12.0 to 2.12.1
@@ -93,3 +93,3 @@ /// <reference types="node" /> | ||
createMultipartUpload(key: string, options?: R2MultipartOptions): Promise<R2MultipartUpload>; | ||
resumeMultipartUpload(key: string, uploadId: string): Promise<R2MultipartUpload>; | ||
resumeMultipartUpload(key: string, uploadId: string): R2MultipartUpload; | ||
} | ||
@@ -96,0 +96,0 @@ |
@@ -1065,3 +1065,3 @@ var __create = Object.create; | ||
} | ||
async resumeMultipartUpload(key, uploadId) { | ||
resumeMultipartUpload(key, uploadId) { | ||
if (arguments.length === 0) { | ||
@@ -1068,0 +1068,0 @@ throw new TypeError(buildKeyTypeError("resumeMultipartUpload")); |
{ | ||
"name": "@miniflare/r2", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"description": "Workers R2 module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -38,8 +38,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@miniflare/shared": "2.12.0", | ||
"undici": "5.11.0" | ||
"@miniflare/shared": "2.12.1", | ||
"undici": "5.20.0" | ||
}, | ||
"devDependencies": { | ||
"@miniflare/shared-test": "2.12.0" | ||
"@miniflare/shared-test": "2.12.1" | ||
} | ||
} |
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
72990
+ Added@miniflare/shared@2.12.1(transitive)
+ Addedundici@5.20.0(transitive)
- Removed@miniflare/shared@2.12.0(transitive)
- Removedundici@5.11.0(transitive)
Updated@miniflare/shared@2.12.1
Updatedundici@5.20.0