Comparing version 15.0.0 to 16.0.0
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 14.0.0 | ||
* @version 15.0.0 | ||
* @author waiting | ||
@@ -22,3 +22,2 @@ * @license MIT | ||
var operators = require('rxjs/operators'); | ||
var kmoreTypes = require('kmore-types'); | ||
@@ -266,8 +265,2 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
Object.defineProperty(exports, 'genDbDict', { | ||
enumerable: true, | ||
get: function () { | ||
return kmoreTypes.genDbDict; | ||
} | ||
}); | ||
exports.Kmore = Kmore; | ||
@@ -274,0 +267,0 @@ exports.genCamelKeysFrom = genCamelKeysFrom; |
export * from './lib/index'; | ||
export { DbDict, DbDictType, DictTables, DictColumns, DictScoped, DictAlias, ScopedColumnsType, AliasColumnsType, genDbDict, } from 'kmore-types'; |
export * from './lib/index'; | ||
export { genDbDict, } from 'kmore-types'; |
@@ -1,2 +0,2 @@ | ||
import { DbDict } from 'kmore-types'; | ||
import type { DbDict } from 'kmore-types'; | ||
import { Knex } from 'knex'; | ||
@@ -3,0 +3,0 @@ import { Observable, Subject } from 'rxjs'; |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "15.0.0", | ||
"version": "16.0.0", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -34,6 +34,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-core": "^14.2.0", | ||
"@waiting/shared-types": "^14.2.0", | ||
"@waiting/shared-core": "^14.4.1", | ||
"@waiting/shared-types": "^14.4.1", | ||
"camelcase-keys": "6.2.2", | ||
"kmore-types": "^15.0.0", | ||
"rxjs": "7", | ||
@@ -44,2 +43,3 @@ "snakecase-keys": "4.0.2" | ||
"cross-env": "7", | ||
"kmore-types": "^16.0.0", | ||
"knex": "^0.95.0", | ||
@@ -105,3 +105,3 @@ "pg": "^8.2.1", | ||
}, | ||
"gitHead": "a171652c6755c815b79fc5b91b7c9935a21fdb86" | ||
"gitHead": "4fbaa5d779f41ea3d9bbbe672ad10923745ea837" | ||
} |
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
5
52964
5
698
- Removedkmore-types@^15.0.0
- Removedkmore-types@15.0.0(transitive)
Updated@waiting/shared-core@^14.4.1