@teselagen/ove 0.7.21-beta.3 → 0.7.21-beta.4

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/index.cjs.js CHANGED
@@ -17944,25 +17944,16 @@ var getIntrinsic = /* @__PURE__ */ __name(function GetIntrinsic(name2, allowMiss
17944
17944
  return value;
17945
17945
  }, "GetIntrinsic");
17946
17946
  var callBind$3 = { exports: {} };
17947
- var esDefineProperty;
17948
- var hasRequiredEsDefineProperty;
17949
- function requireEsDefineProperty() {
17950
- if (hasRequiredEsDefineProperty)
17951
- return esDefineProperty;
17952
- hasRequiredEsDefineProperty = 1;
17953
- var GetIntrinsic3 = getIntrinsic;
17954
- var $defineProperty2 = GetIntrinsic3("%Object.defineProperty%", true) || false;
17955
- if ($defineProperty2) {
17956
- try {
17957
- $defineProperty2({}, "a", { value: 1 });
17958
- } catch (e2) {
17959
- $defineProperty2 = false;
17960
- }
17947
+ var GetIntrinsic$4 = getIntrinsic;
17948
+ var $defineProperty$2 = GetIntrinsic$4("%Object.defineProperty%", true) || false;
17949
+ if ($defineProperty$2) {
17950
+ try {
17951
+ $defineProperty$2({}, "a", { value: 1 });
17952
+ } catch (e2) {
17953
+ $defineProperty$2 = false;
17961
17954
  }
17962
- esDefineProperty = $defineProperty2;
17963
- return esDefineProperty;
17964
17955
  }
17965
- __name(requireEsDefineProperty, "requireEsDefineProperty");
17956
+ var esDefineProperty = $defineProperty$2;
17966
17957
  var GetIntrinsic$3 = getIntrinsic;
17967
17958
  var $gOPD$1 = GetIntrinsic$3("%Object.getOwnPropertyDescriptor%", true);
17968
17959
  if ($gOPD$1) {
@@ -17973,7 +17964,7 @@ if ($gOPD$1) {
17973
17964
  }
17974
17965
  }
17975
17966
  var gopd$1 = $gOPD$1;
17976
- var $defineProperty$1 = requireEsDefineProperty();
17967
+ var $defineProperty$1 = esDefineProperty;
17977
17968
  var $SyntaxError = syntax;
17978
17969
  var $TypeError$4 = type$1;
17979
17970
  var gopd = gopd$1;
@@ -18014,7 +18005,7 @@ var defineDataProperty$1 = /* @__PURE__ */ __name(function defineDataProperty(ob
18014
18005
  throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
18015
18006
  }
18016
18007
  }, "defineDataProperty");
18017
- var $defineProperty = requireEsDefineProperty();
18008
+ var $defineProperty = esDefineProperty;
18018
18009
  var hasPropertyDescriptors = /* @__PURE__ */ __name(function hasPropertyDescriptors2() {
18019
18010
  return !!$defineProperty;
18020
18011
  }, "hasPropertyDescriptors");
@@ -18083,7 +18074,7 @@ var setFunctionLength = /* @__PURE__ */ __name(function setFunctionLength2(fn4,
18083
18074
  var $apply = GetIntrinsic3("%Function.prototype.apply%");
18084
18075
  var $call = GetIntrinsic3("%Function.prototype.call%");
18085
18076
  var $reflectApply = GetIntrinsic3("%Reflect.apply%", true) || bind3.call($call, $apply);
18086
- var $defineProperty2 = requireEsDefineProperty();
18077
+ var $defineProperty2 = esDefineProperty;
18087
18078
  var $max = GetIntrinsic3("%Math.max%");
18088
18079
  module2.exports = /* @__PURE__ */ __name(function callBind2(originalFunction) {
18089
18080
  if (typeof originalFunction !== "function") {
@@ -123614,7 +123605,7 @@ function showFileDialog({ multiple = false, onSelect }) {
123614
123605
  }
123615
123606
  __name(showFileDialog, "showFileDialog");
123616
123607
  const name = "@teselagen/ove";
123617
- const version = "0.7.21-beta.2";
123608
+ const version = "0.7.21-beta.3";
123618
123609
  const main = "./src/index.js";
123619
123610
  const type = "module";
123620
123611
  const exports$1 = {
package/index.es.js CHANGED
@@ -17926,25 +17926,16 @@ var getIntrinsic = /* @__PURE__ */ __name(function GetIntrinsic(name2, allowMiss
17926
17926
  return value;
17927
17927
  }, "GetIntrinsic");
17928
17928
  var callBind$3 = { exports: {} };
17929
- var esDefineProperty;
17930
- var hasRequiredEsDefineProperty;
17931
- function requireEsDefineProperty() {
17932
- if (hasRequiredEsDefineProperty)
17933
- return esDefineProperty;
17934
- hasRequiredEsDefineProperty = 1;
17935
- var GetIntrinsic3 = getIntrinsic;
17936
- var $defineProperty2 = GetIntrinsic3("%Object.defineProperty%", true) || false;
17937
- if ($defineProperty2) {
17938
- try {
17939
- $defineProperty2({}, "a", { value: 1 });
17940
- } catch (e2) {
17941
- $defineProperty2 = false;
17942
- }
17929
+ var GetIntrinsic$4 = getIntrinsic;
17930
+ var $defineProperty$2 = GetIntrinsic$4("%Object.defineProperty%", true) || false;
17931
+ if ($defineProperty$2) {
17932
+ try {
17933
+ $defineProperty$2({}, "a", { value: 1 });
17934
+ } catch (e2) {
17935
+ $defineProperty$2 = false;
17943
17936
  }
17944
- esDefineProperty = $defineProperty2;
17945
- return esDefineProperty;
17946
17937
  }
17947
- __name(requireEsDefineProperty, "requireEsDefineProperty");
17938
+ var esDefineProperty = $defineProperty$2;
17948
17939
  var GetIntrinsic$3 = getIntrinsic;
17949
17940
  var $gOPD$1 = GetIntrinsic$3("%Object.getOwnPropertyDescriptor%", true);
17950
17941
  if ($gOPD$1) {
@@ -17955,7 +17946,7 @@ if ($gOPD$1) {
17955
17946
  }
17956
17947
  }
17957
17948
  var gopd$1 = $gOPD$1;
17958
- var $defineProperty$1 = requireEsDefineProperty();
17949
+ var $defineProperty$1 = esDefineProperty;
17959
17950
  var $SyntaxError = syntax;
17960
17951
  var $TypeError$4 = type$1;
17961
17952
  var gopd = gopd$1;
@@ -17996,7 +17987,7 @@ var defineDataProperty$1 = /* @__PURE__ */ __name(function defineDataProperty(ob
17996
17987
  throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
17997
17988
  }
17998
17989
  }, "defineDataProperty");
17999
- var $defineProperty = requireEsDefineProperty();
17990
+ var $defineProperty = esDefineProperty;
18000
17991
  var hasPropertyDescriptors = /* @__PURE__ */ __name(function hasPropertyDescriptors2() {
18001
17992
  return !!$defineProperty;
18002
17993
  }, "hasPropertyDescriptors");
@@ -18065,7 +18056,7 @@ var setFunctionLength = /* @__PURE__ */ __name(function setFunctionLength2(fn4,
18065
18056
  var $apply = GetIntrinsic3("%Function.prototype.apply%");
18066
18057
  var $call = GetIntrinsic3("%Function.prototype.call%");
18067
18058
  var $reflectApply = GetIntrinsic3("%Reflect.apply%", true) || bind3.call($call, $apply);
18068
- var $defineProperty2 = requireEsDefineProperty();
18059
+ var $defineProperty2 = esDefineProperty;
18069
18060
  var $max = GetIntrinsic3("%Math.max%");
18070
18061
  module2.exports = /* @__PURE__ */ __name(function callBind2(originalFunction) {
18071
18062
  if (typeof originalFunction !== "function") {
@@ -123596,7 +123587,7 @@ function showFileDialog({ multiple = false, onSelect }) {
123596
123587
  }
123597
123588
  __name(showFileDialog, "showFileDialog");
123598
123589
  const name = "@teselagen/ove";
123599
- const version = "0.7.21-beta.2";
123590
+ const version = "0.7.21-beta.3";
123600
123591
  const main = "./src/index.js";
123601
123592
  const type = "module";
123602
123593
  const exports$1 = {
package/index.umd.js CHANGED
@@ -152024,7 +152024,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
152024
152024
  }
152025
152025
  __name(showFileDialog, "showFileDialog");
152026
152026
  const name = "@teselagen/ove";
152027
- const version = "0.7.21-beta.2";
152027
+ const version = "0.7.21-beta.3";
152028
152028
  const main = "./src/index.js";
152029
152029
  const type = "module";
152030
152030
  const exports$1 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.7.21-beta.3",
3
+ "version": "0.7.21-beta.4",
4
4
  "main": "./src/index.js",
5
5
  "type": "module",
6
6
  "exports": {
@@ -13,7 +13,7 @@
13
13
  "dependencies": {
14
14
  "@teselagen/sequence-utils": "0.3.28-beta.1",
15
15
  "@teselagen/range-utils": "0.3.10",
16
- "@teselagen/ui": "0.7.21-beta.1",
16
+ "@teselagen/ui": "0.7.21-beta.2",
17
17
  "@teselagen/file-utils": "0.3.18",
18
18
  "@teselagen/bio-parsers": "0.4.23-beta.3",
19
19
  "@blueprintjs/core": "3.54.0",