Upgrades cartodb-redis
This commit is contained in:
parent
e256e94970
commit
109ac36610
5
NEWS.md
5
NEWS.md
@ -1,6 +1,11 @@
|
|||||||
1.15.0 - 2014-mm-dd
|
1.15.0 - 2014-mm-dd
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
|
|
||||||
|
* Upgrades cartodb-redis
|
||||||
|
|
||||||
|
|
||||||
1.14.1 - 2014-08-08
|
1.14.1 - 2014-08-08
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
17
npm-shrinkwrap.json
generated
17
npm-shrinkwrap.json
generated
@ -57,21 +57,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cartodb-redis": {
|
"cartodb-redis": {
|
||||||
"version": "0.8.0",
|
"version": "0.9.0",
|
||||||
"from": "git://github.com/CartoDB/node-cartodb-redis.git#0.8.0",
|
"from": "git://github.com/CartoDB/node-cartodb-redis.git#0.9.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"underscore": {
|
||||||
|
"version": "1.6.0"
|
||||||
|
},
|
||||||
"strftime": {
|
"strftime": {
|
||||||
"version": "0.6.2"
|
"version": "0.8.2"
|
||||||
},
|
},
|
||||||
"redis-mpool": {
|
"redis-mpool": {
|
||||||
"version": "0.0.4",
|
"version": "0.1.0",
|
||||||
"from": "git://github.com/CartoDB/node-redis-mpool.git#0.0.4",
|
"from": "git://github.com/CartoDB/node-redis-mpool.git#0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"generic-pool": {
|
"generic-pool": {
|
||||||
"version": "2.0.4"
|
"version": "2.1.1"
|
||||||
},
|
},
|
||||||
"redis": {
|
"redis": {
|
||||||
"version": "0.8.6"
|
"version": "0.12.1"
|
||||||
},
|
},
|
||||||
"hiredis": {
|
"hiredis": {
|
||||||
"version": "0.1.17",
|
"version": "0.1.17",
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"underscore.string": "~1.1.6",
|
"underscore.string": "~1.1.6",
|
||||||
"express": "~2.5.11",
|
"express": "~2.5.11",
|
||||||
"cartodb-psql": "git://github.com/CartoDB/node-cartodb-psql.git#0.3.1",
|
"cartodb-psql": "git://github.com/CartoDB/node-cartodb-psql.git#0.3.1",
|
||||||
"cartodb-redis": "git://github.com/CartoDB/node-cartodb-redis.git#0.8.0",
|
"cartodb-redis": "git://github.com/CartoDB/node-cartodb-redis.git#0.9.0",
|
||||||
"step": "0.0.x",
|
"step": "0.0.x",
|
||||||
"topojson": "0.0.8",
|
"topojson": "0.0.8",
|
||||||
"oauth-client": "0.2.0",
|
"oauth-client": "0.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user