@vercel/blob
Advanced tools
Comparing version 0.23.3 to 0.23.4
@@ -42,5 +42,3 @@ import { P as PutBody, b as PutBlobResult, c as Part, a as BlobCommandOptions, f as CommonMultipartUploadOptions, h as CommonCompleteMultipartUploadOptions } from './helpers-BfcvAwfQ.js'; | ||
uploadPart(partNumber: number, body: PutBody): Promise<{ | ||
etag: string; /** | ||
* Defines the content type of the blob. By default, this value is inferred from the pathname. Sent as the 'content-type' header when downloading a blob. | ||
*/ | ||
etag: string; | ||
partNumber: number; | ||
@@ -47,0 +45,0 @@ }>; |
@@ -9,3 +9,3 @@ import { | ||
getTokenFromOptionsOrEnv | ||
} from "./chunk-ET5YSWJU.js"; | ||
} from "./chunk-QRRHJ574.js"; | ||
@@ -12,0 +12,0 @@ // src/client.ts |
@@ -18,3 +18,3 @@ import { | ||
requestApi | ||
} from "./chunk-ET5YSWJU.js"; | ||
} from "./chunk-QRRHJ574.js"; | ||
@@ -21,0 +21,0 @@ // src/del.ts |
{ | ||
"name": "@vercel/blob", | ||
"version": "0.23.3", | ||
"version": "0.23.4", | ||
"description": "The Vercel Blob JavaScript API client", | ||
@@ -52,2 +52,3 @@ "homepage": "https://vercel.com/storage/blob", | ||
"is-buffer": "^2.0.5", | ||
"is-plain-object": "^5.0.0", | ||
"undici": "^5.28.4" | ||
@@ -67,4 +68,4 @@ }, | ||
"tsup": "8.0.2", | ||
"tsconfig": "0.0.0", | ||
"eslint-config-custom": "0.0.0" | ||
"eslint-config-custom": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
}, | ||
@@ -71,0 +72,0 @@ "engines": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
308118
2880
106
9
12
1
49
5
+ Addedis-plain-object@^5.0.0
+ Addedis-plain-object@5.0.0(transitive)