Update types
This commit is contained in:
parent
d6e89b4ed8
commit
0690b5f081
@ -24,7 +24,7 @@ const dbHandler = require("./dbHandler");
|
||||
* @property {string} queryString - SQL string
|
||||
* @property {string[]} [queryValuesArray] - Values Array
|
||||
* @property {string} database - Database name
|
||||
* @property {DSQL_TableSchemaType} [tableSchema] - Table schema
|
||||
* @property {import("../../../package-shared/types").DSQL_TableSchemaType} [tableSchema] - Table schema
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "datasquirel",
|
||||
"version": "2.2.2",
|
||||
"version": "2.2.3",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user