Upgrades redis-mpool to 0.3.0

This commit is contained in:
Raul Ochoa 2014-10-17 14:15:59 +02:00
parent 95c4a25bd2
commit 81c86019ab
3 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,9 @@
1.20.1 -- 2014-mm-dd
--------------------
Announcements:
- Upgrades redis-mpool to 0.3.0
1.20.0 -- 2014-10-15
--------------------

7
npm-shrinkwrap.json generated
View File

@ -107,9 +107,9 @@
"resolved": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0"
},
"redis-mpool": {
"version": "0.2.0",
"from": "https://github.com/CartoDB/node-redis-mpool/tarball/0.2.0",
"resolved": "https://github.com/CartoDB/node-redis-mpool/tarball/0.2.0",
"version": "0.3.0",
"from": "https://github.com/CartoDB/node-redis-mpool/tarball/0.3.0",
"resolved": "https://github.com/CartoDB/node-redis-mpool/tarball/0.3.0",
"dependencies": {
"generic-pool": {
"version": "2.1.1",
@ -1508,6 +1508,7 @@
"node-pre-gyp": {
"version": "0.5.25",
"from": "node-pre-gyp@0.5.25",
"resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.5.25.tgz",
"dependencies": {
"nopt": {
"version": "3.0.1",

View File

@ -30,7 +30,7 @@
"request": "~2.9.203",
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
"cartodb-psql": "https://github.com/CartoDB/node-cartodb-psql/tarball/0.4.0",
"redis-mpool": "https://github.com/CartoDB/node-redis-mpool/tarball/0.2.0",
"redis-mpool": "https://github.com/CartoDB/node-redis-mpool/tarball/0.3.0",
"lzma": "~1.3.7",
"log4js": "~0.6.17",
"rollbar": "~0.3.13"