Skip to content

Commit c090e78

Browse files
authored
refactor: update to srvx 0.9 (#1224)
1 parent 946bbe4 commit c090e78

3 files changed

Lines changed: 17 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"rou3": "^0.7.7",
52-
"srvx": "^0.8.16"
52+
"srvx": "^0.9.1"
5353
},
5454
"devDependencies": {
5555
"@mitata/counters": "^0.0.8",

pnpm-lock.yaml

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

src/utils/proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { H3Event } from "../event.ts";
22

3-
import { splitSetCookieString } from "srvx/cookie";
3+
import { splitSetCookieString } from "cookie-es";
44
import { HTTPError } from "../error.ts";
55
import {
66
PayloadMethods,

0 commit comments

Comments
 (0)