@minatojs/driver-mysql
Advanced tools
Comparing version 2.3.5 to 2.3.6
@@ -26,7 +26,7 @@ import type { Pool, PoolConfig } from 'mysql'; | ||
} | ||
declare namespace MySQLDriver { | ||
export declare namespace MySQLDriver { | ||
interface Config extends PoolConfig { | ||
} | ||
} | ||
declare class MySQLDriver extends Driver { | ||
export declare class MySQLDriver extends Driver { | ||
pool: Pool; | ||
@@ -33,0 +33,0 @@ config: MySQLDriver.Config; |
@@ -34,2 +34,3 @@ "use strict"; | ||
__export(src_exports, { | ||
MySQLDriver: () => MySQLDriver, | ||
default: () => src_default | ||
@@ -477,3 +478,5 @@ }); | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = {}); | ||
0 && (module.exports = { | ||
MySQLDriver | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@minatojs/driver-mysql", | ||
"version": "2.3.5", | ||
"version": "2.3.6", | ||
"description": "MySQL Driver for Minato", | ||
@@ -37,5 +37,5 @@ "main": "lib/index.js", | ||
"@vlasky/mysql": "^2.18.6", | ||
"cosmokit": "^1.4.0", | ||
"cosmokit": "^1.4.1", | ||
"reggol": "^1.3.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49314
535
Updatedcosmokit@^1.4.1