Updates
This commit is contained in:
Vendored
+1
-1
@@ -748,7 +748,7 @@ export type ServerQueryObject<T extends object = {
|
||||
*/
|
||||
fieldName?: string;
|
||||
__query?: {
|
||||
[key in keyof T]: Omit<ServerQueryObject<T>, "__query">;
|
||||
[key: string]: Omit<ServerQueryObject<T>, "__query">;
|
||||
};
|
||||
vector?: boolean;
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/bun-sqlite",
|
||||
"version": "1.0.42",
|
||||
"version": "1.0.43",
|
||||
"description": "SQLite manager for Bun",
|
||||
"author": "Benjamin Toby",
|
||||
"main": "dist/index.js",
|
||||
|
||||
+1
-1
@@ -829,7 +829,7 @@ export type ServerQueryObject<
|
||||
*/
|
||||
fieldName?: string;
|
||||
__query?: {
|
||||
[key in keyof T]: Omit<ServerQueryObject<T>, "__query">;
|
||||
[key: string]: Omit<ServerQueryObject<T>, "__query">;
|
||||
};
|
||||
vector?: boolean;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user