-
-
Couldn't load subscription status.
- Fork 5
Open
Description
Issue
Setup:
- Deno Version: 2.0.4
- v8 Version: 12.9.202.13-rusty
- Typescript Version: 5.6.2
- Oak HTTP Proxy Version: 2.3.0
- Oak Version: 17.1.3
Details
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/media_types@v3.0.3/mod.ts:32:1
Steps to reproduce:
import { Application, Router } from "https://deno.land/x/oak@v17.1.3/mod.ts"
import { proxy } from "https://deno.land/x/oak_http_proxy@2.3.0/mod.ts";Import oak_http_proxy 2.3.0.
myfreax
Metadata
Metadata
Assignees
Labels
No labels