We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be4e9aa + 1485e97 commit 2e493aaCopy full SHA for 2e493aa
inst/htmlwidgets/vitessceR.js
@@ -31,7 +31,7 @@ HTMLWidgets.widget({
31
32
const jsDevMode = x.js_dev_mode;
33
const customJsUrl = x.custom_js_url;
34
- const jsPackageVersion = (x.js_package_version ? x.js_package_version : "3.2.1");
+ const jsPackageVersion = (x.js_package_version ? x.js_package_version : "3.4.6");
35
const pkgName = (jsDevMode ? "@vitessce/dev" : "vitessce");
36
37
importMap.imports["vitessce"] = (customJsUrl && customJsUrl.length > 0
0 commit comments