Comparing version 5.12.1 to 5.13.0
@@ -1422,3 +1422,2 @@ (function (global, factory) { | ||
} | ||
return this; | ||
@@ -1425,0 +1424,0 @@ } else { |
@@ -1267,3 +1267,2 @@ import { isString, hasOwnProperty, error, truthy, constant, extend, array, isObject, isArray, toSet, debounce, isDate, inherits, stringValue } from 'vega-util'; | ||
} | ||
return this; | ||
@@ -1270,0 +1269,0 @@ } else { |
{ | ||
"name": "vega-view", | ||
"version": "5.12.1", | ||
"version": "5.13.0", | ||
"description": "View component and transforms for Vega visualizations.", | ||
@@ -26,10 +26,10 @@ "keywords": [ | ||
"d3-timer": "^3.0.1", | ||
"vega-dataflow": "^5.7.5", | ||
"vega-format": "^1.1.1", | ||
"vega-functions": "^5.13.1", | ||
"vega-runtime": "^6.1.4", | ||
"vega-scenegraph": "^4.10.2", | ||
"vega-util": "^1.17.1" | ||
"vega-dataflow": "^5.7.6", | ||
"vega-format": "^1.1.2", | ||
"vega-functions": "^5.15.0", | ||
"vega-runtime": "^6.2.0", | ||
"vega-scenegraph": "^4.13.0", | ||
"vega-util": "^1.17.2" | ||
}, | ||
"gitHead": "940bd8882fd83eb4ee1f85281356905bf35480aa" | ||
"gitHead": "d2ef8b4f7d59c02ea80129f59551550a22e0ed97" | ||
} |
@@ -117,3 +117,3 @@ import {ariaLabel} from './aria'; | ||
if (options.container) view.initialize(options.container, options.bind); | ||
if (options.watchPixelRatio) view._watchPixelRatio(); | ||
@@ -120,0 +120,0 @@ } |
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
227000
Updatedvega-dataflow@^5.7.6
Updatedvega-format@^1.1.2
Updatedvega-functions@^5.15.0
Updatedvega-runtime@^6.2.0
Updatedvega-scenegraph@^4.13.0
Updatedvega-util@^1.17.2