Update types

This commit is contained in:
Benjamin Toby 2024-10-19 17:52:12 +01:00
parent d6e89b4ed8
commit 0690b5f081
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ const dbHandler = require("./dbHandler");
* @property {string} queryString - SQL string * @property {string} queryString - SQL string
* @property {string[]} [queryValuesArray] - Values Array * @property {string[]} [queryValuesArray] - Values Array
* @property {string} database - Database name * @property {string} database - Database name
* @property {DSQL_TableSchemaType} [tableSchema] - Table schema * @property {import("../../../package-shared/types").DSQL_TableSchemaType} [tableSchema] - Table schema
*/ */
/** /**

View File

@ -1,6 +1,6 @@
{ {
"name": "datasquirel", "name": "datasquirel",
"version": "2.2.2", "version": "2.2.3",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"bin": { "bin": {