Skip to content

Commit a6ea5ca

Browse files
committed
Merge branch 'main' into request-ip
2 parents 77baac5 + d40416a commit a6ea5ca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/node": "^22.13.10",
3333
"typedoc": "^0.27.9",
3434
"typedoc-plugin-mdn-links": "^5.0.1",
35-
"typescript": "^5.7.2"
35+
"typescript": "^5.8.2"
3636
},
3737
"dependencies": {
3838
"@cldn/ip": "^1.0.3",

src/Server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import http from "node:http";
2-
import packageJson from "../package.json" assert {type: "json"};
2+
import packageJson from "../package.json" with {type: "json"};
33
import {Request} from "./Request.js";
44
import {Response} from "./response/Response.js";
55
import {RouteRegistry} from "./routing/RouteRegistry.js";

0 commit comments

Comments
 (0)