Merge pull request #376 from CartoDB/upgrade-windshaft

Upgrade windshaft to 1.10.0
This commit is contained in:
Raul Ochoa 2016-02-15 13:29:02 +01:00
commit a44ed65a0b
3 changed files with 13 additions and 9 deletions

View File

@ -1,9 +1,12 @@
# Changelog
## 2.23.1
## 2.24.0
Released 2016-mm-dd
Announcements:
- Upgrades windshaft to [1.10.0](https://github.com/CartoDB/Windshaft/releases/tag/1.10.1)
## 2.23.0

13
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "windshaft-cartodb",
"version": "2.23.1",
"version": "2.24.0",
"dependencies": {
"body-parser": {
"version": "1.14.2",
@ -443,7 +443,7 @@
},
"inherits": {
"version": "2.0.1",
"from": "inherits@>=2.0.1 <2.1.0",
"from": "inherits@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
}
}
@ -520,9 +520,9 @@
"resolved": "https://registry.npmjs.org/request/-/request-2.62.0.tgz",
"dependencies": {
"bl": {
"version": "1.0.2",
"version": "1.0.3",
"from": "bl@>=1.0.0 <1.1.0",
"resolved": "https://registry.npmjs.org/bl/-/bl-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz",
"dependencies": {
"readable-stream": {
"version": "2.0.5",
@ -830,8 +830,9 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
},
"windshaft": {
"version": "1.9.0",
"from": "windshaft@1.9.0",
"version": "1.10.1",
"from": "windshaft@1.10.1",
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-1.10.1.tgz",
"dependencies": {
"mapnik": {
"version": "1.4.15-cdb6",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "windshaft-cartodb",
"version": "2.23.1",
"version": "2.24.0",
"description": "A map tile server for CartoDB",
"keywords": [
"cartodb"
@ -26,7 +26,7 @@
"node-statsd": "~0.0.7",
"underscore" : "~1.6.0",
"dot": "~1.0.2",
"windshaft": "1.9.0",
"windshaft": "1.10.1",
"step": "~0.0.6",
"queue-async": "~1.0.7",
"request": "~2.62.0",