Comparing version 20.0.0 to 20.0.1
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 19.0.0 | ||
* @version 20.0.0 | ||
* @author waiting | ||
@@ -216,3 +216,3 @@ * @license MIT | ||
this.dbh = dbhBindEvent; | ||
this.refTables = this.createRefTables(dbh, 'ref_'); | ||
this.refTables = this.createRefTables(this.dbh, 'ref_'); | ||
this.subject = new rxjs.Subject(); | ||
@@ -219,0 +219,0 @@ } |
@@ -17,3 +17,3 @@ import { knex } from 'knex'; | ||
this.dbh = dbhBindEvent; | ||
this.refTables = this.createRefTables(dbh, 'ref_'); | ||
this.refTables = this.createRefTables(this.dbh, 'ref_'); | ||
this.subject = new Subject(); | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "20.0.0", | ||
"version": "20.0.1", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -103,3 +103,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "19b04d4db3d2aecc7bfbe61853c39d2889f3df6c" | ||
"gitHead": "1e3b0cdf319834e3cff0d9b508e01913a1c27ac1" | ||
} |
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
53411