@jbrowse/img 1.6.6 → 1.6.9

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -24,13 +24,15 @@ var _child_process = require("child_process");
24
24
  var err = console.error;
25
25
 
26
26
  console.error = function () {
27
- var _args$;
28
-
29
27
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
30
28
  args[_key] = arguments[_key];
31
29
  }
32
30
 
33
- return (_args$ = args[0]) !== null && _args$ !== void 0 && _args$.match('useLayoutEffect') ? null : err(args);
31
+ if ("".concat(args[0]).match('useLayoutEffect')) {
32
+ return null;
33
+ } else {
34
+ err(args);
35
+ }
34
36
  }; // eslint-disable-next-line no-unused-expressions
35
37
 
36
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/img",
3
- "version": "1.6.6",
3
+ "version": "1.6.9",
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.6",
32
- "@jbrowse/react-linear-genome-view": "^1.6.6",
31
+ "@jbrowse/plugin-linear-genome-view": "^1.6.9",
32
+ "@jbrowse/react-linear-genome-view": "^1.6.9",
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": "9fcca7793af0df2d6e527ddaace2b368c8ed2879"
43
+ "gitHead": "f6c3d4edfadc26f7ac635a2fa7259f50f0c7e5e3"
44
44
  }