Comparing version 22.0.1 to 22.0.2
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 22.0.0 | ||
* @version 22.0.1 | ||
* @author waiting | ||
@@ -242,2 +242,3 @@ * @license MIT | ||
if (!this.dict || !this.dict.tables || !Object.keys(this.dict.tables).length) { | ||
console.info('Kmore:createRefTables() this.dict or this.dict.tables empty'); | ||
return rb; | ||
@@ -244,0 +245,0 @@ } |
@@ -40,2 +40,3 @@ import { knex } from 'knex'; | ||
if (!this.dict || !this.dict.tables || !Object.keys(this.dict.tables).length) { | ||
console.info('Kmore:createRefTables() this.dict or this.dict.tables empty'); | ||
return rb; | ||
@@ -42,0 +43,0 @@ } |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "22.0.1", | ||
"version": "22.0.2", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -103,3 +103,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5e7b6d0f836e58e3beb1171088a9143a1d6da1b6" | ||
"gitHead": "23fcb76091c97186f9e4c50b8b1116fa0f949d16" | ||
} |
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
52836
92
721