unfurl -> unfurl.js
This commit is contained in:
parent
d94f831af1
commit
984695391a
|
@ -49,7 +49,7 @@
|
|||
"tldts": "npm:tldts@^6.0.14",
|
||||
"tseep": "npm:tseep@^1.2.1",
|
||||
"type-fest": "npm:type-fest@^4.3.0",
|
||||
"unfurl": "npm:unfurl.js@^6.4.0",
|
||||
"unfurl.js": "npm:unfurl.js@^6.4.0",
|
||||
"uuid62": "npm:uuid62@^1.0.2",
|
||||
"zod": "npm:zod@^3.23.5",
|
||||
"~/fixtures/": "./fixtures/"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import TTLCache from '@isaacs/ttlcache';
|
||||
import Debug from '@soapbox/stickynotes/debug';
|
||||
import { unfurl } from 'unfurl';
|
||||
import { unfurl } from 'unfurl.js';
|
||||
|
||||
import { sanitizeHtml } from '@/deps.ts';
|
||||
import { Time } from '@/utils/time.ts';
|
||||
|
|
Loading…
Reference in New Issue