@jbrowse/img 1.6.7 → 1.7.0

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.
@@ -365,7 +365,7 @@ function _renderRegion() {
365
365
  _opt$split8 = (0, _slicedToArray2.default)(_opt$split7, 2),
366
366
  force = _opt$split8[1];
367
367
 
368
- if (Boolean(force)) {
368
+ if (force) {
369
369
  display.setUserFeatureScreenDensity(Number.MAX_VALUE);
370
370
  }
371
371
  } // apply wiggle autoscale
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/img",
3
- "version": "1.6.7",
3
+ "version": "1.7.0",
4
4
  "main": "index.js",
5
5
  "author": "JBrowse Team",
6
6
  "license": "Apache-2.0",
@@ -28,8 +28,8 @@
28
28
  "postversion": "git push --follow-tags"
29
29
  },
30
30
  "dependencies": {
31
- "@jbrowse/plugin-linear-genome-view": "^1.6.7",
32
- "@jbrowse/react-linear-genome-view": "^1.6.7",
31
+ "@jbrowse/plugin-linear-genome-view": "^1.7.0",
32
+ "@jbrowse/react-linear-genome-view": "^1.7.0",
33
33
  "abortcontroller-polyfill": "^1.7.3",
34
34
  "mobx": "^5.10.1",
35
35
  "react": "^17.0.1",
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "02012ec299c36647f755316571775d36b0fee5ec"
43
+ "gitHead": "cc13844074d11881d211342a6a7eea113561b70b"
44
44
  }