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.
2 parents eaee9d2 + 0e6860e commit 8c49b9cCopy full SHA for 8c49b9c
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