You can now use JSR packages in your Edge Functions. JSR is a modern package registry for JavaScript and TypeScript created by the Deno team. With JSR support, you can use the latest versions of popular Deno packages like Oak.
How to use:
_10import { Application } from "jsr:@oak/oak/application";_10import { Router } from "jsr:@oak/oak/router";
For local development, you will need to update Supabase CLI for the version v1.166.1 or above.
Edge Functions also supports using NPM and deno.land/x packages. If you are already using them, no changes are needed.