Upgrade node-varnish to 0.3.0
This commit is contained in:
parent
60b552027b
commit
79348178a7
1
NEWS.md
1
NEWS.md
@ -7,6 +7,7 @@ New features:
|
|||||||
|
|
||||||
Enhancements:
|
Enhancements:
|
||||||
|
|
||||||
|
- Upgrade node-varnish to 0.3.0
|
||||||
- Include tiler version in startup log
|
- Include tiler version in startup log
|
||||||
- Install an uncaught exception handler
|
- Install an uncaught exception handler
|
||||||
|
|
||||||
|
10
npm-shrinkwrap.json
generated
10
npm-shrinkwrap.json
generated
@ -3,8 +3,8 @@
|
|||||||
"version": "1.10.0",
|
"version": "1.10.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-varnish": {
|
"node-varnish": {
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"from": "http://github.com/Vizzuality/node-varnish/tarball/v0.2.0"
|
"from": "http://github.com/Vizzuality/node-varnish/tarball/0.3.0"
|
||||||
},
|
},
|
||||||
"underscore": {
|
"underscore": {
|
||||||
"version": "1.3.3"
|
"version": "1.3.3"
|
||||||
@ -439,12 +439,12 @@
|
|||||||
"strftime": {
|
"strftime": {
|
||||||
"version": "0.6.2"
|
"version": "0.6.2"
|
||||||
},
|
},
|
||||||
"redis": {
|
|
||||||
"version": "0.8.6"
|
|
||||||
},
|
|
||||||
"semver": {
|
"semver": {
|
||||||
"version": "1.1.4"
|
"version": "1.1.4"
|
||||||
},
|
},
|
||||||
|
"redis": {
|
||||||
|
"version": "0.8.6"
|
||||||
|
},
|
||||||
"mocha": {
|
"mocha": {
|
||||||
"version": "1.14.0",
|
"version": "1.14.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"Sandro Santilli <strk@vizzuality.com>"
|
"Sandro Santilli <strk@vizzuality.com>"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/v0.2.0",
|
"node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/0.3.0",
|
||||||
"underscore" : "~1.3.3",
|
"underscore" : "~1.3.3",
|
||||||
"windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.19.4",
|
"windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.19.4",
|
||||||
"step": "0.0.x",
|
"step": "0.0.x",
|
||||||
|
Loading…
Reference in New Issue
Block a user