vega-scenegraph
Advanced tools
Comparing version 4.10.1 to 4.10.2
{ | ||
"name": "vega-scenegraph", | ||
"version": "4.10.1", | ||
"version": "4.10.2", | ||
"description": "Vega scenegraph and renderers.", | ||
@@ -14,3 +14,3 @@ "license": "BSD-3-Clause", | ||
"prebuild": "rimraf build", | ||
"build": "rollup -c", | ||
"build": "rollup -c rollup.config.mjs", | ||
"postbuild": "yarn schema", | ||
@@ -23,10 +23,10 @@ "pretest": "yarn build --config-test", | ||
"dependencies": { | ||
"d3-path": "^3.0.1", | ||
"d3-shape": "^3.1.0", | ||
"vega-canvas": "^1.2.5", | ||
"vega-loader": "^4.4.0", | ||
"vega-scale": "^7.2.0", | ||
"vega-util": "^1.15.2" | ||
"d3-path": "^3.1.0", | ||
"d3-shape": "^3.2.0", | ||
"vega-canvas": "^1.2.7", | ||
"vega-loader": "^4.5.1", | ||
"vega-scale": "^7.3.0", | ||
"vega-util": "^1.17.1" | ||
}, | ||
"gitHead": "7eafbbd4d53d0ce9f08e74ff96c90d411b1bb80a" | ||
"gitHead": "fb1092f6b931d450f9c210b67ae4752bd3dd461b" | ||
} |
@@ -55,2 +55,2 @@ # vega-scenegraph | ||
The vega-scengraph test suite compares rendered output for both Canvas (PNG) and SVG (text) renderers. Due to differences among platforms, pixel-level rendering by node-canvas can differ across operating systems. As a result, some test cases may break when running on a system other than Mac OS X (our standard platform for testing). If you are running on Linux or Windows and experience test failures, it does not necessarily indicate an issue with vega-scenegraph. In such cases, we recommend running the node-canvas test-server (`npm run test-server` from the node-canvas repository) to compare server-side and client-side rendering. | ||
The vega-scenegraph test suite compares rendered output for both Canvas (PNG) and SVG (text) renderers. Due to differences among platforms, pixel-level rendering by node-canvas can differ across operating systems. As a result, some test cases may break when running on a system other than Mac OS X (our standard platform for testing). If you are running on Linux or Windows and experience test failures, it does not necessarily indicate an issue with vega-scenegraph. In such cases, we recommend running the node-canvas test-server (`npm run test-server` from the node-canvas repository) to compare server-side and client-side rendering. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
981564
18474
Updatedd3-path@^3.1.0
Updatedd3-shape@^3.2.0
Updatedvega-canvas@^1.2.7
Updatedvega-loader@^4.5.1
Updatedvega-scale@^7.3.0
Updatedvega-util@^1.17.1