@netlify/blobs
Advanced tools
Comparing version
@@ -11,3 +11,3 @@ import { | ||
setEnvironmentContext | ||
} from "./chunk-IAHPN3L2.js"; | ||
} from "./chunk-YKFYEM4M.js"; | ||
@@ -14,0 +14,0 @@ // src/lambda_compat.ts |
@@ -7,3 +7,3 @@ import { | ||
isNodeError | ||
} from "./chunk-IAHPN3L2.js"; | ||
} from "./chunk-YKFYEM4M.js"; | ||
@@ -259,3 +259,3 @@ // src/server.ts | ||
} | ||
const apiURLMatch = req.url.match(API_URL_PATH); | ||
const apiURLMatch = API_URL_PATH.exec(req.url); | ||
if (apiURLMatch) { | ||
@@ -275,3 +275,3 @@ const key = apiURLMatch.groups?.key; | ||
} | ||
const legacyAPIURLMatch = req.url.match(LEGACY_API_URL_PATH); | ||
const legacyAPIURLMatch = LEGACY_API_URL_PATH.exec(req.url); | ||
if (legacyAPIURLMatch) { | ||
@@ -278,0 +278,0 @@ const fullURL = new URL(req.url, this.address); |
{ | ||
"name": "@netlify/blobs", | ||
"version": "9.1.5", | ||
"version": "9.1.6", | ||
"description": "TypeScript client for Netlify Blobs", | ||
@@ -79,5 +79,5 @@ "type": "module", | ||
"dependencies": { | ||
"@netlify/dev-utils": "3.1.1", | ||
"@netlify/dev-utils": "3.2.0", | ||
"@netlify/runtime-utils": "2.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
110470
-0.03%+ Added
+ Added
+ Added
+ Added
- Removed
Updated