Upgrade windshaft

This commit is contained in:
Raul Ochoa
2015-04-15 15:32:10 +02:00
parent 0c578a193c
commit e2fd4aca60
3 changed files with 10 additions and 4 deletions

View File

@@ -4,6 +4,12 @@
Released 2015-mm-dd
Bug fixes:
- Do not check statsd_client in profiler
Announcements:
- Upgrades windshaft to [0.42.1](https://github.com/CartoDB/Windshaft/releases/tag/0.42.1)
## 2.1.1

6
npm-shrinkwrap.json generated
View File

@@ -170,9 +170,9 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
},
"windshaft": {
"version": "0.42.0",
"from": "windshaft@0.42.0",
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-0.42.0.tgz",
"version": "0.42.1",
"from": "windshaft@0.42.1",
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-0.42.1.tgz",
"dependencies": {
"chronograph": {
"version": "0.1.0",

View File

@@ -24,7 +24,7 @@
"dependencies": {
"underscore" : "~1.6.0",
"dot": "~1.0.2",
"windshaft": "0.42.0",
"windshaft": "0.42.1",
"step": "~0.0.5",
"queue-async": "~1.0.7",
"request": "~2.9.203",