@serwist/range-requests
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -19,2 +19,1 @@ /** | ||
export { createPartialResponse }; | ||
//# sourceMappingURL=createPartialResponse.d.ts.map |
import { createPartialResponse } from "./createPartialResponse.js"; | ||
import { RangeRequestsPlugin } from "./RangeRequestsPlugin.js"; | ||
export { createPartialResponse, RangeRequestsPlugin }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -20,2 +20,1 @@ import type { SerwistPlugin } from "@serwist/core"; | ||
export { RangeRequestsPlugin }; | ||
//# sourceMappingURL=RangeRequestsPlugin.d.ts.map |
@@ -15,2 +15,1 @@ /** | ||
export { calculateEffectiveBoundaries }; | ||
//# sourceMappingURL=calculateEffectiveBoundaries.d.ts.map |
@@ -13,2 +13,1 @@ /** | ||
export { parseRangeHeader }; | ||
//# sourceMappingURL=parseRangeHeader.d.ts.map |
{ | ||
"name": "@serwist/range-requests", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"type": "module", | ||
@@ -38,7 +38,7 @@ "description": "This library creates a new Response, given a source Response and a Range header value.", | ||
"dependencies": { | ||
"@serwist/core": "8.0.0" | ||
"@serwist/core": "8.0.1" | ||
}, | ||
"devDependencies": { | ||
"rollup": "3.28.1", | ||
"@serwist/constants": "8.0.0" | ||
"@serwist/constants": "8.0.1" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
19960
10
+ Added@serwist/core@8.0.1(transitive)
- Removed@serwist/core@8.0.0(transitive)
Updated@serwist/core@8.0.1