Comparing version 2.0.2 to 2.0.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.3](https://github.com/waitingsong/kmore/compare/v2.0.2...v2.0.3) (2021-01-26) | ||
**Note:** Version bump only for package kmore | ||
## [2.0.2](https://github.com/waitingsong/kmore/compare/v2.0.1...v2.0.2) (2021-01-24) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 2.0.1 | ||
* @version 2.0.2 | ||
* @author waiting | ||
@@ -16,7 +16,9 @@ * @license MIT | ||
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var kmoreTypes = require('kmore-types'); | ||
var Knex = _interopDefault(require('knex')); | ||
var Knex = require('knex'); | ||
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
var Knex__default = /*#__PURE__*/_interopDefaultLegacy(Knex); | ||
const defaultPropDescriptor = { | ||
@@ -32,3 +34,3 @@ configurable: false, | ||
...propDescriptor, | ||
value: Knex(config), | ||
value: Knex__default['default'](config), | ||
}); | ||
@@ -35,0 +37,0 @@ return kmInst; |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -95,3 +95,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "c2a7a8f8d90fe341129a8362523202c590057b55" | ||
"gitHead": "2ef02eb77ea1ae6ffacc928b9e97fe895b0a9542" | ||
} |
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
65987
580