You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno gives me an error, likely because oak-http-proxy has outdated dependencies:
error: Import assertions are deprecated. Use `with` keyword, instead of 'assert' keyword.
import db from "https://raw.githubusercontent.com/jshttp/mime-db/v1.52.0/db.json" assert {
type: "json",
};
at https://deno.land/x/[email protected]/mod.ts:32:1
Issue
Setup:
Details
Deno gives me an error, likely because oak-http-proxy has outdated dependencies:
Steps to reproduce:
Import oak_http_proxy 2.3.0.
The text was updated successfully, but these errors were encountered: