From 984695391a407aef7ef3757d4376889f93bd7398 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 1 May 2024 16:59:15 -0500 Subject: [PATCH] unfurl -> unfurl.js --- deno.json | 2 +- src/utils/unfurl.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 3708be3..494c311 100644 --- a/deno.json +++ b/deno.json @@ -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/" diff --git a/src/utils/unfurl.ts b/src/utils/unfurl.ts index 22c69b1..b028be5 100644 --- a/src/utils/unfurl.ts +++ b/src/utils/unfurl.ts @@ -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';