Skip to content

Commit

Permalink
chore: migrate to @oak/commmons 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Mar 5, 2024
1 parent 5e80e65 commit 8293071
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,31 +44,31 @@ export {
SecureCookieMap,
type SecureCookieMapGetOptions,
type SecureCookieMapSetDeleteOptions,
} from "jsr:@oak/commons@0.6/cookie_map";
} from "jsr:@oak/commons@0.7/cookie_map";
export {
createHttpError,
errors,
HttpError,
type HttpErrorOptions,
isHttpError,
} from "jsr:@oak/commons@0.6/http_errors";
export { matches } from "jsr:@oak/commons@0.6/media_types";
export { type HttpMethod as HTTPMethods } from "jsr:@oak/commons@0.6/method";
} from "jsr:@oak/commons@0.7/http_errors";
export { matches } from "jsr:@oak/commons@0.7/media_types";
export { type HttpMethod as HTTPMethods } from "jsr:@oak/commons@0.7/method";
export {
ServerSentEvent,
type ServerSentEventInit,
ServerSentEventStreamTarget,
type ServerSentEventTarget,
type ServerSentEventTargetOptions,
} from "jsr:@oak/commons@0.6/server_sent_event";
} from "jsr:@oak/commons@0.7/server_sent_event";
export {
type ErrorStatus,
isErrorStatus,
isRedirectStatus,
type RedirectStatus,
Status,
STATUS_TEXT,
} from "jsr:@oak/commons@0.6/status";
} from "jsr:@oak/commons@0.7/status";

export {
compile,
Expand Down

0 comments on commit 8293071

Please sign in to comment.