We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcf7569 + 9d11b9f commit 2f02e83Copy full SHA for 2f02e83
examples/examples.test.ts
@@ -22,7 +22,7 @@ function validateAgainstSchemas(vlspec) {
22
}
23
assert(isVlValid);
24
25
- const vegaSpec = vl.compile(vlspec);
+ const vegaSpec = vl.compile(vlspec).spec;
26
27
const isVgValid = validator.validate(vegaSpec, vgSchema);
28
if (!isVgValid) {
package.json
@@ -68,7 +68,7 @@
68
"typescript": "^1.8.2",
69
"typescript-json-schema": "^0.0.8",
70
"uglify-js": "^2.6.2",
71
- "vega": "^2.5.0",
+ "vega": "^2.5.1",
72
"vega-datasets": "vega/vega-datasets#gh-pages",
73
"watchify": "^3.7.0",
74
"z-schema": "^3.16.1"
0 commit comments