Comparing version 0.7.0 to 0.7.1
@@ -1,2 +0,2 @@ | ||
// Bookshelf.js 0.7.0 | ||
// Bookshelf.js 0.7.1 | ||
// --------------- | ||
@@ -18,3 +18,3 @@ | ||
var bookshelf = { | ||
VERSION: '0.7.0' | ||
VERSION: '0.7.1' | ||
}; | ||
@@ -45,3 +45,3 @@ | ||
var range = '>=0.6.0'; | ||
var range = '>=0.6.10'; | ||
if (!semver.satisfies(knex.VERSION, range)) { | ||
@@ -48,0 +48,0 @@ throw new Error('The knex version is ' + knex.VERSION + ' which does not satisfy the Bookshelf\'s requirement ' + range); |
{ | ||
"name": "bookshelf", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "A lightweight ORM for PostgreSQL, MySQL, and SQLite3", | ||
@@ -25,5 +25,2 @@ "main": "bookshelf.js", | ||
], | ||
"peerDependencies": { | ||
"knex": "0.6.x" | ||
}, | ||
"dependencies": { | ||
@@ -48,3 +45,3 @@ "backbone": "1.1.0", | ||
"gulp-shell": "^0.2.5", | ||
"knex": "0.6.x", | ||
"knex": "0.6.10", | ||
"mocha": "~1.20.1", | ||
@@ -51,0 +48,0 @@ "mysql": "~2.3.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1149511
9
31177
8