File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11export { serve } from "https://deno.land/std@0.117.0/http/server.ts" ;
2- export { create , verify } from "https://deno.land/x/djwt@v2.4 /mod.ts" ;
2+ export { create , verify } from "https://deno.land/x/djwt@v2.7 /mod.ts" ;
Original file line number Diff line number Diff line change 1- export { verify } from "https://deno.land/x/djwt@v2.4 /mod.ts" ;
1+ export { verify } from "https://deno.land/x/djwt@v2.7 /mod.ts" ;
22
3- export type { Payload } from "https://deno.land/x/djwt@v2.4 /mod.ts" ;
3+ export type { Payload } from "https://deno.land/x/djwt@v2.7 /mod.ts" ;
Original file line number Diff line number Diff line change 44 assertThrows ,
55 assertThrowsAsync ,
66} from "https://deno.land/std@0.109.0/testing/asserts.ts" ;
7- export { create } from "https://deno.land/x/djwt@v2.4 /mod.ts" ;
7+ export { create } from "https://deno.land/x/djwt@v2.7 /mod.ts" ;
88
9- export type { Payload } from "https://deno.land/x/djwt@v2.4 /mod.ts" ;
9+ export type { Payload } from "https://deno.land/x/djwt@v2.7 /mod.ts" ;
You can’t perform that action at this time.
0 commit comments