@jbrowse/img 1.5.9 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/renderRegion.js +1 -1
- package/package.json +4 -4
package/dist/renderRegion.js
CHANGED
|
@@ -339,7 +339,7 @@ async function renderRegion(opts = {}) {
|
|
|
339
339
|
const [, force] = opt.split(':');
|
|
340
340
|
|
|
341
341
|
if (Boolean(force)) {
|
|
342
|
-
display.
|
|
342
|
+
display.setUserFeatureScreenDensity(Number.MAX_VALUE);
|
|
343
343
|
}
|
|
344
344
|
} // apply wiggle autoscale
|
|
345
345
|
else if (opt.startsWith('autoscale:')) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/img",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.3",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "JBrowse Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"postversion": "git push --follow-tags"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@jbrowse/plugin-linear-genome-view": "^1.
|
|
29
|
-
"@jbrowse/react-linear-genome-view": "^1.
|
|
28
|
+
"@jbrowse/plugin-linear-genome-view": "^1.6.3",
|
|
29
|
+
"@jbrowse/react-linear-genome-view": "^1.6.3",
|
|
30
30
|
"mobx": "^5.10.1",
|
|
31
31
|
"react": "^17.0.1",
|
|
32
32
|
"react-dom": "^17.0.1",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "c6d6783d3dc82ea96390ab177ceb8ed38b439333"
|
|
40
40
|
}
|