vega-typings
Advanced tools
Comparing version 0.24.2 to 1.0.0
{ | ||
"name": "vega-typings", | ||
"version": "0.24.2", | ||
"version": "1.0.0", | ||
"description": "Typings for Vega.", | ||
@@ -24,8 +24,9 @@ "types": "types", | ||
"vega-event-selector": "^3.0.1", | ||
"vega-expression": "^5.0.1", | ||
"vega-util": "^1.17.1" | ||
"vega-expression": "^5.1.0", | ||
"vega-util": "^1.17.2" | ||
}, | ||
"devDependencies": { | ||
"ts-json-schema-generator": "^1.2.0" | ||
} | ||
"ts-json-schema-generator": "^1.4.0" | ||
}, | ||
"gitHead": "3580b28ec9b89d0a042707c168080931e7745fb3" | ||
} |
@@ -13,2 +13,2 @@ #!/usr/bin/env node | ||
const dataflowStr = JSON.stringify(dataflow); | ||
fs.appendFileSync(outputPath, dataflowStr + ';'); | ||
fs.appendFileSync(outputPath, dataflowStr + ';\n'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
151287
40
1
Updatedvega-expression@^5.1.0
Updatedvega-util@^1.17.2