Skip to content

Commit

Permalink
chore: update oak commons
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Feb 14, 2024
1 parent f8ab89e commit 151c6bd
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 "https://deno.land/x/oak_commons@0.6.0/cookie_map.ts";
} from "https://deno.land/x/oak_commons@0.6.1/cookie_map.ts";
export {
createHttpError,
errors,
HttpError,
type HttpErrorOptions,
isHttpError,
} from "https://deno.land/x/oak_commons@0.6.0/http_errors.ts";
export { matches } from "https://deno.land/x/oak_commons@0.6.0/media_types.ts";
export { type HttpMethod as HTTPMethods } from "https://deno.land/x/oak_commons@0.6.0/method.ts";
} from "https://deno.land/x/oak_commons@0.6.1/http_errors.ts";
export { matches } from "https://deno.land/x/oak_commons@0.6.1/media_types.ts";
export { type HttpMethod as HTTPMethods } from "https://deno.land/x/oak_commons@0.6.1/method.ts";
export {
ServerSentEvent,
type ServerSentEventInit,
ServerSentEventStreamTarget,
type ServerSentEventTarget,
type ServerSentEventTargetOptions,
} from "https://deno.land/x/oak_commons@0.6.0/server_sent_event.ts";
} from "https://deno.land/x/oak_commons@0.6.1/server_sent_event.ts";
export {
type ErrorStatus,
isErrorStatus,
isRedirectStatus,
type RedirectStatus,
Status,
STATUS_TEXT,
} from "https://deno.land/x/oak_commons@0.6.0/status.ts";
} from "https://deno.land/x/oak_commons@0.6.1/status.ts";

export {
compile,
Expand Down

0 comments on commit 151c6bd

Please sign in to comment.