Updates
This commit is contained in:
Vendored
+1
-1
@@ -128,7 +128,7 @@ export type DSQL_FieldSchemaType = {
|
||||
decimals?: string | number;
|
||||
moving?: boolean;
|
||||
code?: boolean;
|
||||
options?: string[];
|
||||
options?: (string | number)[];
|
||||
isVector?: boolean;
|
||||
vectorSize?: number;
|
||||
/**
|
||||
|
||||
@@ -159,7 +159,7 @@ export type DSQL_FieldSchemaType = {
|
||||
decimals?: string | number;
|
||||
moving?: boolean;
|
||||
code?: boolean;
|
||||
options?: string[];
|
||||
options?: (string | number)[];
|
||||
isVector?: boolean;
|
||||
vectorSize?: number;
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/datasquirel",
|
||||
"version": "5.7.46",
|
||||
"version": "5.7.47",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user