From 7c72e8cc93941efe33e37f1d18fa2d8b3b6508e3 Mon Sep 17 00:00:00 2001 From: Sean Derrow Date: Wed, 27 Aug 2025 03:04:34 -0400 Subject: [PATCH] Fix type declarations --- bottleneck.d.ts | 2 +- light.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bottleneck.d.ts b/bottleneck.d.ts index 1e7aa61..d02f14e 100644 --- a/bottleneck.d.ts +++ b/bottleneck.d.ts @@ -1,4 +1,4 @@ -declare module "bottleneck" { +declare module "@sderrow/bottleneck" { namespace Bottleneck { type ConstructorOptions = { /** diff --git a/light.d.ts b/light.d.ts index c02fedd..e5d7ad2 100644 --- a/light.d.ts +++ b/light.d.ts @@ -1,4 +1,4 @@ -declare module "bottleneck/light" { +declare module "@sderrow/bottleneck/light" { namespace Bottleneck { type ConstructorOptions = { /**