Bump bookshelf-relations to version 0.1.4

no issue

- patch release with two fixes:
  - 1. attach target models in batches
  - 2. ensure we detach the bookshelf model event from new targets, otherwise we can run into memory leaks
This commit is contained in:
kirrg001 2018-01-02 23:20:04 +01:00
parent ae741b1a18
commit fccfa7614d
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@
"bluebird": "3.5.1",
"body-parser": "1.18.2",
"bookshelf": "0.10.3",
"bookshelf-relations": "0.1.3",
"bookshelf-relations": "0.1.4",
"brute-knex": "https://github.com/cobbspur/brute-knex/tarball/37439f56965b17d29bb4ff9b3f3222b2f4bd6ce3",
"bson-objectid": "1.2.2",
"chalk": "1.1.3",

View File

@ -534,9 +534,9 @@ body-parser@~1.14.0:
raw-body "~2.1.5"
type-is "~1.6.10"
bookshelf-relations@0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/bookshelf-relations/-/bookshelf-relations-0.1.3.tgz#aa403b0fdb1bb76c67119bdae1106f6e6342b128"
bookshelf-relations@0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/bookshelf-relations/-/bookshelf-relations-0.1.4.tgz#b4ec82cff35b371747e4fc30d8c2acc2e333bc48"
dependencies:
bluebird "^3.4.1"
ghost-ignition "^2.8.16"