Release 1.21.0
This commit is contained in:
parent
c7875b3f53
commit
494e2f48d5
2
NEWS.md
2
NEWS.md
@ -1,4 +1,4 @@
|
||||
1.20.3 -- 2014-mm-dd
|
||||
1.21.0 -- 2014-10-24
|
||||
--------------------
|
||||
|
||||
New features:
|
||||
|
20
npm-shrinkwrap.json
generated
20
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "windshaft-cartodb",
|
||||
"version": "1.20.3",
|
||||
"version": "1.21.0",
|
||||
"dependencies": {
|
||||
"cartodb-psql": {
|
||||
"version": "0.4.0",
|
||||
@ -92,7 +92,7 @@
|
||||
},
|
||||
"inherits": {
|
||||
"version": "2.0.1",
|
||||
"from": "inherits@2"
|
||||
"from": "inherits@~2.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -147,7 +147,8 @@
|
||||
"dependencies": {
|
||||
"node-uuid": {
|
||||
"version": "1.4.1",
|
||||
"from": "node-uuid@1.4.x"
|
||||
"from": "node-uuid@1.4.x",
|
||||
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.1.tgz"
|
||||
},
|
||||
"lru-cache": {
|
||||
"version": "2.2.4",
|
||||
@ -249,15 +250,17 @@
|
||||
},
|
||||
"node-uuid": {
|
||||
"version": "1.4.1",
|
||||
"from": "node-uuid@~1.4.0"
|
||||
"from": "node-uuid@~1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.1.tgz"
|
||||
},
|
||||
"tough-cookie": {
|
||||
"version": "0.12.1",
|
||||
"from": "tough-cookie@>=0.12.0",
|
||||
"dependencies": {
|
||||
"punycode": {
|
||||
"version": "1.3.1",
|
||||
"from": "punycode@>=0.2.0"
|
||||
"version": "1.3.2",
|
||||
"from": "punycode@>=0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1510,7 +1513,8 @@
|
||||
},
|
||||
"mapnik-vector-tile": {
|
||||
"version": "0.5.5",
|
||||
"from": "mapnik-vector-tile@0.5.5"
|
||||
"from": "mapnik-vector-tile@0.5.5",
|
||||
"resolved": "https://registry.npmjs.org/mapnik-vector-tile/-/mapnik-vector-tile-0.5.5.tgz"
|
||||
},
|
||||
"node-pre-gyp": {
|
||||
"version": "0.5.25",
|
||||
@ -1902,7 +1906,7 @@
|
||||
},
|
||||
"sphericalmercator": {
|
||||
"version": "1.0.2",
|
||||
"from": "sphericalmercator@~1.0.2"
|
||||
"from": "sphericalmercator@~1.0.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "windshaft-cartodb",
|
||||
"version": "1.20.3",
|
||||
"version": "1.21.0",
|
||||
"description": "A map tile server for CartoDB",
|
||||
"keywords": [
|
||||
"cartodb"
|
||||
|
Loading…
Reference in New Issue
Block a user