mirror of
https://github.com/knex/knex.git
synced 2025-12-30 00:30:14 +00:00
Bump versions and update changelog (#2926)
This commit is contained in:
parent
b56ff04e61
commit
33bb7710b8
@ -25,6 +25,7 @@
|
||||
- Added `onVal` and the associated `not` / `and` / `or` methods for using values in `on` clauses within joins #2746
|
||||
- Kill queries after timeout for PostgreSQL #2636
|
||||
- Manage TypeScript types internally #2845
|
||||
- Support 5.0.0+ versions of mssql driver #2861
|
||||
|
||||
### Bug fixes:
|
||||
|
||||
|
||||
12
package.json
12
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "knex",
|
||||
"version": "0.16.0-next4",
|
||||
"version": "0.16.0-next5",
|
||||
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
|
||||
"main": "knex.js",
|
||||
"types": "types/knex.d.ts",
|
||||
@ -11,7 +11,7 @@
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"bluebird": "^3.5.3",
|
||||
"chalk": "2.4.1",
|
||||
"commander": "^2.18.0",
|
||||
"commander": "^2.19.0",
|
||||
"debug": "4.1.0",
|
||||
"inherits": "~2.0.3",
|
||||
"interpret": "^1.1.0",
|
||||
@ -36,7 +36,7 @@
|
||||
"@babel/core": "^7.1.6",
|
||||
"@babel/preset-env": "^7.1.6",
|
||||
"@types/node": "*",
|
||||
"JSONStream": "^1.3.4",
|
||||
"JSONStream": "^1.3.5",
|
||||
"async": "^2.6.1",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-plugin-add-module-exports": "^1.0.0",
|
||||
@ -47,16 +47,16 @@
|
||||
"eslint": "5.9.0",
|
||||
"eslint-config-prettier": "^3.3.0",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"husky": "^1.1.4",
|
||||
"husky": "^1.2.0",
|
||||
"jake": "^8.0.19",
|
||||
"json-loader": "^0.5.7",
|
||||
"lint-staged": "^8.0.4",
|
||||
"lint-staged": "^8.1.0",
|
||||
"mocha": "^5.2.0",
|
||||
"mock-fs": "^4.7.0",
|
||||
"mssql": "^5.0.0-alpha.1",
|
||||
"mysql": "^2.16.0",
|
||||
"mysql2": "^1.6.4",
|
||||
"nyc": "^13.0.1",
|
||||
"nyc": "^13.1.0",
|
||||
"pg": "^7.6.1",
|
||||
"pg-query-stream": "^1.1.2",
|
||||
"prettier": "^1.15.2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user