@netlify/blobs
Advanced tools
Comparing version
@@ -250,3 +250,3 @@ // src/environment.ts | ||
const res = await this.client.makeRequest({ key, method: "delete" /* DELETE */, storeName: this.name }); | ||
if (![200, 202, 404].includes(res.status)) { | ||
if (![200, 204, 404].includes(res.status)) { | ||
throw new BlobsInternalError(res.status); | ||
@@ -253,0 +253,0 @@ } |
{ | ||
"name": "@netlify/blobs", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "A JavaScript client for the Netlify Blob Store", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet