@serwist/range-requests
Advanced tools
Comparing version 8.4.4 to 9.0.0-preview.0
@@ -19,1 +19,2 @@ /** | ||
export { createPartialResponse }; | ||
//# sourceMappingURL=createPartialResponse.d.ts.map |
import { RangeRequestsPlugin } from "./RangeRequestsPlugin.js"; | ||
import { createPartialResponse } from "./createPartialResponse.js"; | ||
export { createPartialResponse, RangeRequestsPlugin }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -20,1 +20,2 @@ import type { SerwistPlugin } from "@serwist/core"; | ||
export { RangeRequestsPlugin }; | ||
//# sourceMappingURL=RangeRequestsPlugin.d.ts.map |
@@ -15,1 +15,2 @@ /** | ||
export { calculateEffectiveBoundaries }; | ||
//# sourceMappingURL=calculateEffectiveBoundaries.d.ts.map |
@@ -13,1 +13,2 @@ /** | ||
export { parseRangeHeader }; | ||
//# sourceMappingURL=parseRangeHeader.d.ts.map |
{ | ||
"name": "@serwist/range-requests", | ||
"version": "8.4.4", | ||
"version": "9.0.0-preview.0", | ||
"type": "module", | ||
"description": "This library creates a new Response, given a source Response and a Range header value.", | ||
"files": [ | ||
"dist", | ||
"!dist/**/dts" | ||
"src", | ||
"dist" | ||
], | ||
@@ -26,15 +26,8 @@ "keywords": [ | ||
"homepage": "https://serwist.pages.dev", | ||
"module": "./dist/index.js", | ||
"main": "./dist/index.cjs", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
@@ -44,8 +37,17 @@ "./package.json": "./package.json" | ||
"dependencies": { | ||
"@serwist/core": "8.4.4" | ||
"@serwist/core": "9.0.0-preview.0" | ||
}, | ||
"devDependencies": { | ||
"rollup": "4.9.1", | ||
"@serwist/constants": "8.4.4" | ||
"rollup": "4.9.6", | ||
"typescript": "5.4.0-dev.20240203", | ||
"@serwist/constants": "9.0.0-preview.0" | ||
}, | ||
"peerDependencies": { | ||
"typescript": ">=5.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"typescript": { | ||
"optional": true | ||
} | ||
}, | ||
"scripts": { | ||
@@ -52,0 +54,0 @@ "build": "rimraf dist && cross-env NODE_ENV=production rollup --config rollup.config.js", |
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 3 instances in 1 package
22962
19
462
5
2
3
4
80
1
1
+ Added@serwist/core@9.0.0-preview.0(transitive)
+ Addedtypescript@5.8.2(transitive)
- Removed@serwist/core@8.4.4(transitive)