Skip to content

Commit

Permalink
update another_cookiejar to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Feb 11, 2021
1 parent dc3cd97 commit 1448f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export {
Cookie,
CookieJar,
wrapFetch as wrapFetchWithCookieJar,
} from "https://deno.land/x/another_cookiejar@v3.0.0/mod.ts";
export type { CookieOptions } from "https://deno.land/x/another_cookiejar@v3.0.0/mod.ts";
} from "https://deno.land/x/another_cookiejar@v4.0.0/mod.ts";
export type { CookieOptions } from "https://deno.land/x/another_cookiejar@v4.0.0/mod.ts";

export type { ExtendedRequestInit } from "https://deno.land/x/[email protected]/mod.ts";
export {
Expand Down

0 comments on commit 1448f6b

Please sign in to comment.