mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
unfurl -> unfurl.js
This commit is contained in:
parent
d94f831af1
commit
984695391a
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
"tldts": "npm:tldts@^6.0.14",
|
"tldts": "npm:tldts@^6.0.14",
|
||||||
"tseep": "npm:tseep@^1.2.1",
|
"tseep": "npm:tseep@^1.2.1",
|
||||||
"type-fest": "npm:type-fest@^4.3.0",
|
"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",
|
"uuid62": "npm:uuid62@^1.0.2",
|
||||||
"zod": "npm:zod@^3.23.5",
|
"zod": "npm:zod@^3.23.5",
|
||||||
"~/fixtures/": "./fixtures/"
|
"~/fixtures/": "./fixtures/"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
import TTLCache from '@isaacs/ttlcache';
|
import TTLCache from '@isaacs/ttlcache';
|
||||||
import Debug from '@soapbox/stickynotes/debug';
|
import Debug from '@soapbox/stickynotes/debug';
|
||||||
import { unfurl } from 'unfurl';
|
import { unfurl } from 'unfurl.js';
|
||||||
|
|
||||||
import { sanitizeHtml } from '@/deps.ts';
|
import { sanitizeHtml } from '@/deps.ts';
|
||||||
import { Time } from '@/utils/time.ts';
|
import { Time } from '@/utils/time.ts';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue