@vitessce/neuroglancer 3.5.8 → 3.5.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.
@@ -8422,7 +8422,7 @@ const useStyles = makeStyles(() => ({
8422
8422
  }
8423
8423
  }));
8424
8424
  const LazyReactNeuroglancer = React.lazy(async () => {
8425
- const ReactNeuroglancer = await import("./index-25460cf1.js").then((n) => n.i);
8425
+ const ReactNeuroglancer = await import("./index-59b96224.js").then((n) => n.i);
8426
8426
  return ReactNeuroglancer;
8427
8427
  });
8428
8428
  function createWorker() {
@@ -1,4 +1,4 @@
1
- import { g as getDefaultExportFromCjs, c as commonjsGlobal, a as getAugmentedNamespace, p as propTypesExports } from "./index-def6cdcf.js";
1
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal, a as getAugmentedNamespace, p as propTypesExports } from "./index-07bc99d8.js";
2
2
  import React from "react";
3
3
  function _mergeNamespaces(n, m) {
4
4
  for (var i = 0; i < m.length; i++) {
@@ -303,10 +303,10 @@ var _objectKeysInternal = function(object, names) {
303
303
  return result;
304
304
  };
305
305
  var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
306
- var $keys$3 = _objectKeysInternal;
306
+ var $keys$2 = _objectKeysInternal;
307
307
  var enumBugKeys$1 = _enumBugKeys;
308
308
  var _objectKeys = Object.keys || function keys(O) {
309
- return $keys$3(O, enumBugKeys$1);
309
+ return $keys$2(O, enumBugKeys$1);
310
310
  };
311
311
  var _objectGops = {};
312
312
  _objectGops.f = Object.getOwnPropertySymbols;
@@ -370,10 +370,10 @@ var _objectSap = function(KEY, exec) {
370
370
  }), "Object", exp);
371
371
  };
372
372
  var toObject$4 = _toObject;
373
- var $keys$2 = _objectKeys;
373
+ var $keys$1 = _objectKeys;
374
374
  _objectSap("keys", function() {
375
375
  return function keys3(it) {
376
- return $keys$2(toObject$4(it));
376
+ return $keys$1(toObject$4(it));
377
377
  };
378
378
  });
379
379
  var keys$1 = _coreExports.Object.keys;
@@ -7748,13 +7748,20 @@ var _enumKeys = function(it) {
7748
7748
  };
7749
7749
  var _objectGopnExt = {};
7750
7750
  var _objectGopn = {};
7751
- var $keys$1 = _objectKeysInternal;
7752
- var hiddenKeys = _enumBugKeys.concat("length", "prototype");
7753
- _objectGopn.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
7754
- return $keys$1(O, hiddenKeys);
7755
- };
7751
+ var hasRequired_objectGopn;
7752
+ function require_objectGopn() {
7753
+ if (hasRequired_objectGopn)
7754
+ return _objectGopn;
7755
+ hasRequired_objectGopn = 1;
7756
+ var $keys2 = _objectKeysInternal;
7757
+ var hiddenKeys = _enumBugKeys.concat("length", "prototype");
7758
+ _objectGopn.f = Object.getOwnPropertyNames || function getOwnPropertyNames3(O) {
7759
+ return $keys2(O, hiddenKeys);
7760
+ };
7761
+ return _objectGopn;
7762
+ }
7756
7763
  var toIObject$5 = _toIobject;
7757
- var gOPN$1 = _objectGopn.f;
7764
+ var gOPN$1 = require_objectGopn().f;
7758
7765
  var toString = {}.toString;
7759
7766
  var windowNames = typeof window == "object" && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [];
7760
7767
  var getWindowNames = function(it) {
@@ -7764,7 +7771,7 @@ var getWindowNames = function(it) {
7764
7771
  return windowNames.slice();
7765
7772
  }
7766
7773
  };
7767
- _objectGopnExt.f = function getOwnPropertyNames2(it) {
7774
+ _objectGopnExt.f = function getOwnPropertyNames(it) {
7768
7775
  return windowNames && toString.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$5(it));
7769
7776
  };
7770
7777
  var _objectGopd = {};
@@ -7903,7 +7910,7 @@ var $getOwnPropertyDescriptor$1 = function getOwnPropertyDescriptor2(it, key) {
7903
7910
  D.enumerable = true;
7904
7911
  return D;
7905
7912
  };
7906
- var $getOwnPropertyNames = function getOwnPropertyNames3(it) {
7913
+ var $getOwnPropertyNames = function getOwnPropertyNames2(it) {
7907
7914
  var names = gOPN(toIObject$3(it));
7908
7915
  var result = [];
7909
7916
  var i = 0;
@@ -7947,7 +7954,7 @@ if (!USE_NATIVE$1) {
7947
7954
  });
7948
7955
  $GOPD.f = $getOwnPropertyDescriptor$1;
7949
7956
  $DP.f = $defineProperty;
7950
- _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
7957
+ require_objectGopn().f = gOPNExt.f = $getOwnPropertyNames;
7951
7958
  _objectPie.f = $propertyIsEnumerable;
7952
7959
  $GOPS.f = $getOwnPropertySymbols;
7953
7960
  if (DESCRIPTORS$1 && !_library) {
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N } from "./index-def6cdcf.js";
1
+ import { N } from "./index-07bc99d8.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/neuroglancer",
3
- "version": "3.5.8",
3
+ "version": "3.5.9",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@janelia-flyem/react-neuroglancer": "^2.5.0",
20
20
  "@material-ui/core": "~4.12.3",
21
- "@vitessce/neuroglancer-workers": "3.5.8",
22
- "@vitessce/constants-internal": "3.5.8",
23
- "@vitessce/vit-s": "3.5.8"
21
+ "@vitessce/neuroglancer-workers": "3.5.9",
22
+ "@vitessce/constants-internal": "3.5.9",
23
+ "@vitessce/vit-s": "3.5.9"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@testing-library/jest-dom": "^5.16.4",