Upgrade windshaft to 1.13.0

This commit is contained in:
Raul Ochoa 2016-02-24 02:18:55 +01:00
parent b931178e59
commit f6c519a9e7
3 changed files with 9 additions and 10 deletions

14
npm-shrinkwrap.json generated
View File

@ -75,7 +75,7 @@
},
"type-is": {
"version": "1.6.11",
"from": "type-is@>=1.6.6 <1.7.0",
"from": "type-is@>=1.6.10 <1.7.0",
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.11.tgz",
"dependencies": {
"media-typer": {
@ -85,7 +85,7 @@
},
"mime-types": {
"version": "2.1.10",
"from": "mime-types@>=2.1.9 <2.2.0",
"from": "mime-types@>=2.1.2 <2.2.0",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.10.tgz",
"dependencies": {
"mime-db": {
@ -837,9 +837,9 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
},
"windshaft": {
"version": "1.12.0",
"from": "windshaft@1.12.0",
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-1.12.0.tgz",
"version": "1.13.0",
"from": "windshaft@1.13.0",
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-1.13.0.tgz",
"dependencies": {
"abaculus": {
"version": "1.1.0-cdb4",
@ -3730,8 +3730,8 @@
"resolved": "https://registry.npmjs.org/torque.js/-/torque.js-2.11.4.tgz"
},
"turbo-cartocss": {
"version": "0.2.0",
"from": "turbo-cartocss@>=0.2.0 <0.3.0",
"version": "0.4.0",
"from": "turbo-cartocss@>=0.4.0 <0.5.0",
"dependencies": {
"browser-request": {
"version": "0.3.3",

View File

@ -26,7 +26,7 @@
"node-statsd": "~0.0.7",
"underscore" : "~1.6.0",
"dot": "~1.0.2",
"windshaft": "1.12.0",
"windshaft": "1.13.0",
"step": "~0.0.6",
"queue-async": "~1.0.7",
"request": "~2.62.0",

View File

@ -70,8 +70,7 @@ describe('tests from old api translated to multilayer', function() {
},
function(res) {
var parsed = JSON.parse(res.body);
assert.ok(parsed.errors[0].match(/^style0/));
assert.ok(parsed.errors[0].match(/missing closing/));
assert.ok(parsed.errors[0].match(/<css input>:1:1: Unclosed block/));
done();
}
);