Skip to content

Commit

Permalink
Merge pull request #90 from vitessce/keller-mark/bump-js
Browse files Browse the repository at this point in the history
Update vitessce JS package version
  • Loading branch information
keller-mark authored Jul 26, 2024
2 parents be4e9aa + 1485e97 commit 2e493aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/htmlwidgets/vitessceR.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ HTMLWidgets.widget({

const jsDevMode = x.js_dev_mode;
const customJsUrl = x.custom_js_url;
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");
const pkgName = (jsDevMode ? "@vitessce/dev" : "vitessce");

importMap.imports["vitessce"] = (customJsUrl && customJsUrl.length > 0
Expand Down

0 comments on commit 2e493aa

Please sign in to comment.