We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaee9d2 commit 0e6860eCopy full SHA for 0e6860e
design-authentication-manager/index.ts
@@ -1,4 +1,4 @@
1
-import { MapWithExpires } from "https://deno.land/x/masx200_deno_caddy_cluster_reverse_proxy@3.0.3/MapWithExpires.ts";
+import { MapWithExpires } from "https://deno.land/x/masx200_deno_caddy_cluster_reverse_proxy@3.0.4/MapWithExpires.ts";
2
3
class AuthenticationManager {
4
#map = new MapWithExpires<string, { expires: number }>();
0 commit comments