This commit is contained in:
2026-02-11 06:30:50 +01:00
parent 09fff9881e
commit 80df059135
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -959,6 +959,7 @@ export type ServerQueryObject<T extends object = {
__query?: {
[key in keyof T]: Omit<ServerQueryObject<T>, "__query">;
};
vector?: Float32Array<ArrayBuffer>;
};
export type ServerQueryQueryObject<T extends object = {
[key: string]: any;
+1
View File
@@ -1161,6 +1161,7 @@ export type ServerQueryObject<
__query?: {
[key in keyof T]: Omit<ServerQueryObject<T>, "__query">;
};
vector?: Float32Array<ArrayBuffer>;
};
export type ServerQueryQueryObject<
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@moduletrace/datasquirel",
"version": "5.7.38",
"version": "5.7.39",
"description": "Cloud-based SQL data management tool",
"main": "dist/index.js",
"bin": {