Upgrades redis-mpool to 0.3.0
This commit is contained in:
parent
95c4a25bd2
commit
81c86019ab
3
NEWS.md
3
NEWS.md
@ -1,6 +1,9 @@
|
|||||||
1.20.1 -- 2014-mm-dd
|
1.20.1 -- 2014-mm-dd
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
Announcements:
|
||||||
|
- Upgrades redis-mpool to 0.3.0
|
||||||
|
|
||||||
|
|
||||||
1.20.0 -- 2014-10-15
|
1.20.0 -- 2014-10-15
|
||||||
--------------------
|
--------------------
|
||||||
|
7
npm-shrinkwrap.json
generated
7
npm-shrinkwrap.json
generated
@ -107,9 +107,9 @@
|
|||||||
"resolved": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0"
|
"resolved": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0"
|
||||||
},
|
},
|
||||||
"redis-mpool": {
|
"redis-mpool": {
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"from": "https://github.com/CartoDB/node-redis-mpool/tarball/0.2.0",
|
"from": "https://github.com/CartoDB/node-redis-mpool/tarball/0.3.0",
|
||||||
"resolved": "https://github.com/CartoDB/node-redis-mpool/tarball/0.2.0",
|
"resolved": "https://github.com/CartoDB/node-redis-mpool/tarball/0.3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"generic-pool": {
|
"generic-pool": {
|
||||||
"version": "2.1.1",
|
"version": "2.1.1",
|
||||||
@ -1508,6 +1508,7 @@
|
|||||||
"node-pre-gyp": {
|
"node-pre-gyp": {
|
||||||
"version": "0.5.25",
|
"version": "0.5.25",
|
||||||
"from": "node-pre-gyp@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": {
|
"dependencies": {
|
||||||
"nopt": {
|
"nopt": {
|
||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
"request": "~2.9.203",
|
"request": "~2.9.203",
|
||||||
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
|
"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",
|
"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",
|
"lzma": "~1.3.7",
|
||||||
"log4js": "~0.6.17",
|
"log4js": "~0.6.17",
|
||||||
"rollbar": "~0.3.13"
|
"rollbar": "~0.3.13"
|
||||||
|
Loading…
Reference in New Issue
Block a user