@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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
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 {
|