Deno Version Mismatch
Is there an existing issue for this?
- [x] I have searched the existing issues
Description of the bug
Currently, this section of the Fuse docs specifies that the imports for a project using Deno use the following links:
// @deno-types="https://deno.land/x/[email protected]/dist/fuse.d.ts"
import Fuse from 'https://deno.land/x/[email protected]/dist/fuse.min.mjs'
this fails since the latest version available on Deno is 6.4.1 as seen here:
https://deno.land/x/fuse
Furthermore, we should really take advantage of JSR, the new package registry, and port the project there as well for easy access _(apologies if the package is already available there - i checked and wasn't able to find it
)._
Screenshots
No response
We have the option to publish to jsr.io, but since Deno now supports the npm: prefix, this may not be necessary.
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 30 days