From 9fe82ca85784489218e3ede24944948e586dab7b Mon Sep 17 00:00:00 2001 From: CahidArda Date: Thu, 26 Dec 2024 18:24:58 +0300 Subject: [PATCH] fix: add query options to exports --- src/commands/client/query/query-single/index.test.ts | 2 +- src/platforms/cloudflare.ts | 1 + src/platforms/nodejs.ts | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/client/query/query-single/index.test.ts b/src/commands/client/query/query-single/index.test.ts index f33aec3..b038f8b 100644 --- a/src/commands/client/query/query-single/index.test.ts +++ b/src/commands/client/query/query-single/index.test.ts @@ -1,5 +1,5 @@ import { afterAll, describe, expect, test } from "bun:test"; -import { QueryCommand, QueryMode, UpsertCommand, WeightingStrategy } from "@commands/index"; +import { QueryCommand, UpsertCommand, WeightingStrategy } from "@commands/index"; import { Index, awaitUntilIndexed, diff --git a/src/platforms/cloudflare.ts b/src/platforms/cloudflare.ts index efe3438..47b5ee8 100644 --- a/src/platforms/cloudflare.ts +++ b/src/platforms/cloudflare.ts @@ -123,3 +123,4 @@ export class Index extends core.Index extends core.Index