From 62e227a181bd956b3205e9d6d4cb4ceaac03bcfd Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 31 Jan 2024 16:24:09 -0600 Subject: [PATCH] Switch debug-js to stickynotes --- src/deps.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/deps.ts b/src/deps.ts index 70a573d..9d9935e 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -81,8 +81,7 @@ export { sentry as sentryMiddleware } from 'npm:@hono/sentry@^1.0.0'; export * as Comlink from 'npm:comlink@^4.4.1'; export { EventEmitter } from 'npm:tseep@^1.1.3'; export { default as stringifyStable } from 'npm:fast-stable-stringify@^1.0.0'; -// @deno-types="npm:@types/debug@^4.1.12" -export { default as Debug } from 'npm:debug@^4.3.4'; +export { default as Debug } from 'https://gitlab.com/soapbox-pub/stickynotes/-/raw/v0.2.0/debug.ts'; export { LNURL, type LNURLDetails,