@based/server
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -95,4 +95,5 @@ import { decodeHeader, readUint8 } from "../../protocol.js"; | ||
next = n; | ||
// TODO if next > len illegal request abort & block | ||
} | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@based/server", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"license": "MIT", | ||
@@ -20,5 +20,5 @@ "main": "./dist/index.js", | ||
"@based/uws": "^4.1.0", | ||
"@saulx/diff": "^2.0.1", | ||
"@saulx/diff": "^2.0.2", | ||
"@saulx/hash": "^3.0.0", | ||
"@saulx/utils": "^4.3.1", | ||
"@saulx/utils": "^5.0.0", | ||
"picocolors": "^1.0.0", | ||
@@ -28,4 +28,4 @@ "jsonexport": "^3.2.0", | ||
"mime-types": "^2.1.31", | ||
"@based/functions": "^3.0.1", | ||
"@based/errors": "^1.2.0" | ||
"@based/functions": "^3.0.2", | ||
"@based/errors": "^1.3.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
387037
237
5547
- Removed@saulx/utils@4.3.2(transitive)
Updated@based/errors@^1.3.0
Updated@based/functions@^3.0.2
Updated@saulx/diff@^2.0.2
Updated@saulx/utils@^5.0.0