@minatojs/driver-mysql
Advanced tools
Comparing version 2.5.3 to 2.5.4
@@ -434,3 +434,3 @@ "use strict"; | ||
const inner = builder.get(sel.table, true); | ||
const [data] = await this.queue(`SELECT ${output} AS value FROM ${inner} ${sel.ref}`); | ||
const [data] = await this.queue(`SELECT ${output} AS value FROM ${inner}`); | ||
return data.value; | ||
@@ -437,0 +437,0 @@ } |
{ | ||
"name": "@minatojs/driver-mysql", | ||
"version": "2.5.3", | ||
"version": "2.5.4", | ||
"description": "MySQL Driver for Minato", | ||
@@ -8,3 +8,4 @@ "main": "lib/index.js", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
@@ -29,14 +30,14 @@ "author": "Shigma <shigma10826@gmail.com>", | ||
"peerDependencies": { | ||
"@minatojs/core": "^2.4.2" | ||
"@minatojs/core": "^2.4.3" | ||
}, | ||
"devDependencies": { | ||
"@minatojs/tests": "^1.6.0", | ||
"@minatojs/tests": "^1.6.1", | ||
"@types/mysql": "^2.15.21" | ||
}, | ||
"dependencies": { | ||
"@minatojs/sql-utils": "^4.0.6", | ||
"@minatojs/sql-utils": "^4.0.7", | ||
"@vlasky/mysql": "^2.18.6", | ||
"cosmokit": "^1.4.5", | ||
"reggol": "^1.5.2" | ||
"cosmokit": "^1.5.1", | ||
"reggol": "^1.6.2" | ||
} | ||
} |
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
7
1064
54403
Updated@minatojs/sql-utils@^4.0.7
Updatedcosmokit@^1.5.1
Updatedreggol@^1.6.2