@cristian-israel/giganet_lib_conecta 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -33444,7 +33444,6 @@ type MysqlConnectionConfig = {
33444
33444
  port: number;
33445
33445
  user: string;
33446
33446
  password: string;
33447
- database: string;
33448
33447
  };
33449
33448
 
33450
33449
  declare class IXCSoftService {
package/dist/index.d.ts CHANGED
@@ -33444,7 +33444,6 @@ type MysqlConnectionConfig = {
33444
33444
  port: number;
33445
33445
  user: string;
33446
33446
  password: string;
33447
- database: string;
33448
33447
  };
33449
33448
 
33450
33449
  declare class IXCSoftService {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cristian-israel/giganet_lib_conecta",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Database Connector Layer",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",