Update windshaft to version 5.6.0
This commit is contained in:
parent
a220af4fad
commit
61883b13ef
4
NEWS.md
4
NEWS.md
@ -8,11 +8,11 @@ Announcements:
|
||||
- Cache control header fine tuning. Set a shorter value for "max-age" directive if there is no way to know when to trigger the invalidation.
|
||||
- Update deps:
|
||||
- Update `cartodb-query-tables` to version [`0.5.0`](https://github.com/CartoDB/node-cartodb-query-tables/releases/tag/0.5.0)
|
||||
- Upgrade `windshaft` to [`5.5.1`](https://github.com/CartoDB/Windshaft/blob/5.5.1/NEWS.md#version-551):
|
||||
- Upgrade `windshaft` to [`5.6.0`](https://github.com/CartoDB/Windshaft/blob/5.6.0/NEWS.md#version-560):
|
||||
- Upgrade grainstore to [`2.0.1`](https://github.com/CartoDB/grainstore/releases/tag/2.0.1)
|
||||
- Update @carto/mapnik to [`3.6.2-carto.16`](https://github.com/CartoDB/node-mapnik/blob/v3.6.2-carto.16/CHANGELOG.carto.md#362-carto16).
|
||||
- Update turbo-carto to [`0.21.2`](https://github.com/CartoDB/turbo-carto/releases/tag/0.21.2)
|
||||
- Upgrade `@carto/cartonik` to version [0.6.1](https://github.com/CartoDB/cartonik/blob/master/CHANGELOG.md#v061-2019-07-10).
|
||||
- Upgrade `@carto/cartonik` to version [`0.7.0`](https://github.com/CartoDB/cartonik/blob/v0.7.0/CHANGELOG.md#cartonik-changelog).
|
||||
|
||||
## 7.1.0
|
||||
Released 2019-05-06
|
||||
|
12
package-lock.json
generated
12
package-lock.json
generated
@ -5,8 +5,9 @@
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@carto/cartonik": {
|
||||
"version": "github:cartodb/cartonik#c91fa13562a1fbda30d55405e86ed72bae503eda",
|
||||
"from": "github:cartodb/cartonik#19-preview-batch-fetchs",
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@carto/cartonik/-/cartonik-0.7.0.tgz",
|
||||
"integrity": "sha512-LD5HBx3/hUL4492I++rspGJh2bcoOjLAHBE8cOLi2fyqIK0NS5bekXrz9mEWY/Ie9xLDeKn9s89FTbl7IhrLrw==",
|
||||
"requires": {
|
||||
"@carto/mapnik": "3.6.2-carto.16",
|
||||
"@mapbox/sphericalmercator": "^1.1.0",
|
||||
@ -4039,10 +4040,11 @@
|
||||
"integrity": "sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU="
|
||||
},
|
||||
"windshaft": {
|
||||
"version": "github:cartodb/windshaft#29b0c44e8d74eec8658460eb16b940f02ee157ec",
|
||||
"from": "github:cartodb/windshaft#update-cartonik-0.7.0",
|
||||
"version": "5.6.0",
|
||||
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-5.6.0.tgz",
|
||||
"integrity": "sha512-yXEdmrbOChYnL6VQBLW/uX6kfc68+dd26z3KCAG8X/VMnhhyXBqYOsttnMYO5SNqCyzuj5gu/pG06jRXwtN23g==",
|
||||
"requires": {
|
||||
"@carto/cartonik": "github:cartodb/cartonik#19-preview-batch-fetchs",
|
||||
"@carto/cartonik": "^0.7.0",
|
||||
"@carto/mapnik": "3.6.2-carto.16",
|
||||
"canvas": "^2.4.1",
|
||||
"carto": "github:cartodb/carto#0.15.1-cdb5",
|
||||
|
@ -49,7 +49,7 @@
|
||||
"step-profiler": "0.3.0",
|
||||
"turbo-carto": "0.21.2",
|
||||
"underscore": "1.6.0",
|
||||
"windshaft": "github:cartodb/windshaft#update-cartonik-0.7.0",
|
||||
"windshaft": "^5.6.0",
|
||||
"yargs": "11.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user