Upgrades windshaft to 0.42.0
This commit is contained in:
parent
a876c82660
commit
d143b0235b
5
NEWS.md
5
NEWS.md
@ -1,9 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.1
|
||||
## 2.1.0
|
||||
|
||||
Released 2015-mm-dd
|
||||
|
||||
Announcements:
|
||||
- Upgrades windshaft to [0.42.0](https://github.com/CartoDB/Windshaft/releases/tag/0.42.0)
|
||||
|
||||
|
||||
## 2.0.0
|
||||
|
||||
|
10
npm-shrinkwrap.json
generated
10
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "windshaft-cartodb",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0",
|
||||
"dependencies": {
|
||||
"cartodb-psql": {
|
||||
"version": "0.4.0",
|
||||
@ -103,7 +103,7 @@
|
||||
},
|
||||
"inherits": {
|
||||
"version": "2.0.1",
|
||||
"from": "inherits@2",
|
||||
"from": "inherits@~2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
|
||||
}
|
||||
}
|
||||
@ -170,9 +170,9 @@
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
|
||||
},
|
||||
"windshaft": {
|
||||
"version": "0.41.0",
|
||||
"from": "windshaft@0.41.0",
|
||||
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-0.41.0.tgz",
|
||||
"version": "0.42.0",
|
||||
"from": "windshaft@0.42.0",
|
||||
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-0.42.0.tgz",
|
||||
"dependencies": {
|
||||
"chronograph": {
|
||||
"version": "0.1.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "windshaft-cartodb",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0",
|
||||
"description": "A map tile server for CartoDB",
|
||||
"keywords": [
|
||||
"cartodb"
|
||||
@ -24,7 +24,7 @@
|
||||
"dependencies": {
|
||||
"underscore" : "~1.6.0",
|
||||
"dot": "~1.0.2",
|
||||
"windshaft": "0.41.0",
|
||||
"windshaft": "0.42.0",
|
||||
"step": "~0.0.5",
|
||||
"queue-async": "~1.0.7",
|
||||
"request": "~2.9.203",
|
||||
|
Loading…
Reference in New Issue
Block a user