@teselagen/ove 0.3.61 → 0.3.63

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 (4) hide show
  1. package/index.cjs.js +137 -81
  2. package/index.es.js +137 -81
  3. package/index.umd.js +118 -79
  4. package/package.json +4 -4
package/index.umd.js CHANGED
@@ -25818,10 +25818,10 @@ var __async = (__this, __arguments, generator) => {
25818
25818
  /* istanbul ignore next */
25819
25819
  Object.getOwnPropertyNames
25820
25820
  );
25821
- function toPrimitive$3(value) {
25821
+ function toPrimitive$2(value) {
25822
25822
  return value === null ? null : typeof value === "object" ? "" + value : value;
25823
25823
  }
25824
- __name(toPrimitive$3, "toPrimitive$3");
25824
+ __name(toPrimitive$2, "toPrimitive$2");
25825
25825
  function hasProp(target, prop2) {
25826
25826
  return objectPrototype$2.hasOwnProperty.call(target, prop2);
25827
25827
  }
@@ -26718,7 +26718,7 @@ var __async = (__this, __arguments, generator) => {
26718
26718
  return this.name_ + "[" + this.value_ + "]";
26719
26719
  }, "toString");
26720
26720
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
26721
- return toPrimitive$3(this.get());
26721
+ return toPrimitive$2(this.get());
26722
26722
  }, "valueOf");
26723
26723
  _proto[_Symbol$toPrimitive] = function() {
26724
26724
  return this.valueOf();
@@ -26903,7 +26903,7 @@ var __async = (__this, __arguments, generator) => {
26903
26903
  return this.name_ + "[" + this.derivation.toString() + "]";
26904
26904
  }, "toString");
26905
26905
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
26906
- return toPrimitive$3(this.get());
26906
+ return toPrimitive$2(this.get());
26907
26907
  }, "valueOf");
26908
26908
  _proto[_Symbol$toPrimitive$1] = function() {
26909
26909
  return this.valueOf();
@@ -43573,11 +43573,20 @@ ${latestSubscriptionCallbackError.current.stack}
43573
43573
  return true;
43574
43574
  }
43575
43575
  }, "_fails");
43576
- var _descriptors = !_fails(function() {
43577
- return Object.defineProperty({}, "a", { get: function() {
43578
- return 7;
43579
- } }).a != 7;
43580
- });
43576
+ var _descriptors;
43577
+ var hasRequired_descriptors;
43578
+ function require_descriptors() {
43579
+ if (hasRequired_descriptors)
43580
+ return _descriptors;
43581
+ hasRequired_descriptors = 1;
43582
+ _descriptors = !_fails(function() {
43583
+ return Object.defineProperty({}, "a", { get: function() {
43584
+ return 7;
43585
+ } }).a != 7;
43586
+ });
43587
+ return _descriptors;
43588
+ }
43589
+ __name(require_descriptors, "require_descriptors");
43581
43590
  var _domCreate;
43582
43591
  var hasRequired_domCreate;
43583
43592
  function require_domCreate() {
@@ -43593,11 +43602,20 @@ ${latestSubscriptionCallbackError.current.stack}
43593
43602
  return _domCreate;
43594
43603
  }
43595
43604
  __name(require_domCreate, "require_domCreate");
43596
- var _ie8DomDefine = !_descriptors && !_fails(function() {
43597
- return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
43598
- return 7;
43599
- } }).a != 7;
43600
- });
43605
+ var _ie8DomDefine;
43606
+ var hasRequired_ie8DomDefine;
43607
+ function require_ie8DomDefine() {
43608
+ if (hasRequired_ie8DomDefine)
43609
+ return _ie8DomDefine;
43610
+ hasRequired_ie8DomDefine = 1;
43611
+ _ie8DomDefine = !require_descriptors() && !_fails(function() {
43612
+ return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
43613
+ return 7;
43614
+ } }).a != 7;
43615
+ });
43616
+ return _ie8DomDefine;
43617
+ }
43618
+ __name(require_ie8DomDefine, "require_ie8DomDefine");
43601
43619
  var isObject$6 = _isObject;
43602
43620
  var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
43603
43621
  if (!isObject$6(it))
@@ -43611,25 +43629,33 @@ ${latestSubscriptionCallbackError.current.stack}
43611
43629
  return val2;
43612
43630
  throw TypeError("Can't convert object to primitive value");
43613
43631
  }, "_toPrimitive$1");
43614
- var anObject$5 = _anObject;
43615
- var IE8_DOM_DEFINE$1 = _ie8DomDefine;
43616
- var toPrimitive$2 = _toPrimitive$1;
43617
- var dP$3 = Object.defineProperty;
43618
- _objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
43619
- anObject$5(O2);
43620
- P2 = toPrimitive$2(P2, true);
43621
- anObject$5(Attributes);
43622
- if (IE8_DOM_DEFINE$1)
43623
- try {
43624
- return dP$3(O2, P2, Attributes);
43625
- } catch (e2) {
43626
- }
43627
- if ("get" in Attributes || "set" in Attributes)
43628
- throw TypeError("Accessors not supported!");
43629
- if ("value" in Attributes)
43630
- O2[P2] = Attributes.value;
43631
- return O2;
43632
- }, "defineProperty");
43632
+ var hasRequired_objectDp;
43633
+ function require_objectDp() {
43634
+ if (hasRequired_objectDp)
43635
+ return _objectDp;
43636
+ hasRequired_objectDp = 1;
43637
+ var anObject2 = _anObject;
43638
+ var IE8_DOM_DEFINE2 = require_ie8DomDefine();
43639
+ var toPrimitive2 = _toPrimitive$1;
43640
+ var dP2 = Object.defineProperty;
43641
+ _objectDp.f = require_descriptors() ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
43642
+ anObject2(O2);
43643
+ P2 = toPrimitive2(P2, true);
43644
+ anObject2(Attributes);
43645
+ if (IE8_DOM_DEFINE2)
43646
+ try {
43647
+ return dP2(O2, P2, Attributes);
43648
+ } catch (e2) {
43649
+ }
43650
+ if ("get" in Attributes || "set" in Attributes)
43651
+ throw TypeError("Accessors not supported!");
43652
+ if ("value" in Attributes)
43653
+ O2[P2] = Attributes.value;
43654
+ return O2;
43655
+ }, "defineProperty");
43656
+ return _objectDp;
43657
+ }
43658
+ __name(require_objectDp, "require_objectDp");
43633
43659
  var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
43634
43660
  return {
43635
43661
  enumerable: !(bitmap & 1),
@@ -43638,9 +43664,9 @@ ${latestSubscriptionCallbackError.current.stack}
43638
43664
  value
43639
43665
  };
43640
43666
  }, "_propertyDesc");
43641
- var dP$2 = _objectDp;
43667
+ var dP$2 = require_objectDp();
43642
43668
  var createDesc$3 = _propertyDesc;
43643
- var _hide = _descriptors ? function(object2, key2, value) {
43669
+ var _hide = require_descriptors() ? function(object2, key2, value) {
43644
43670
  return dP$2.f(object2, key2, createDesc$3(1, value));
43645
43671
  } : function(object2, key2, value) {
43646
43672
  object2[key2] = value;
@@ -43819,10 +43845,10 @@ ${latestSubscriptionCallbackError.current.stack}
43819
43845
  return result;
43820
43846
  }, "_objectKeysInternal");
43821
43847
  var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
43822
- var $keys$2 = _objectKeysInternal;
43848
+ var $keys$3 = _objectKeysInternal;
43823
43849
  var enumBugKeys$1 = _enumBugKeys;
43824
43850
  var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys2(O2) {
43825
- return $keys$2(O2, enumBugKeys$1);
43851
+ return $keys$3(O2, enumBugKeys$1);
43826
43852
  }, "keys");
43827
43853
  var _objectGops = {};
43828
43854
  _objectGops.f = Object.getOwnPropertySymbols;
@@ -43846,7 +43872,7 @@ ${latestSubscriptionCallbackError.current.stack}
43846
43872
  if (hasRequired_objectAssign)
43847
43873
  return _objectAssign;
43848
43874
  hasRequired_objectAssign = 1;
43849
- var DESCRIPTORS2 = _descriptors;
43875
+ var DESCRIPTORS2 = require_descriptors();
43850
43876
  var getKeys2 = _objectKeys;
43851
43877
  var gOPS2 = _objectGops;
43852
43878
  var pIE2 = require_objectPie();
@@ -43912,10 +43938,10 @@ ${latestSubscriptionCallbackError.current.stack}
43912
43938
  }, "_iterStep");
43913
43939
  var _iterators = {};
43914
43940
  var _redefine = _hide;
43915
- var dP$1 = _objectDp;
43941
+ var dP$1 = require_objectDp();
43916
43942
  var anObject$4 = _anObject;
43917
43943
  var getKeys$1 = _objectKeys;
43918
- var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties2(O2, Properties2) {
43944
+ var _objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties2(O2, Properties2) {
43919
43945
  anObject$4(O2);
43920
43946
  var keys2 = getKeys$1(Properties2);
43921
43947
  var length = keys2.length;
@@ -43982,7 +44008,7 @@ ${latestSubscriptionCallbackError.current.stack}
43982
44008
  };
43983
44009
  $exports.store = store$2;
43984
44010
  var _wksExports = _wks.exports;
43985
- var def = _objectDp.f;
44011
+ var def = require_objectDp().f;
43986
44012
  var has$b = _has;
43987
44013
  var TAG$1 = _wksExports("toStringTag");
43988
44014
  var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
@@ -44255,7 +44281,7 @@ ${latestSubscriptionCallbackError.current.stack}
44255
44281
  var _isArrayIter = /* @__PURE__ */ __name(function(it) {
44256
44282
  return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
44257
44283
  }, "_isArrayIter");
44258
- var $defineProperty$1 = _objectDp;
44284
+ var $defineProperty$1 = require_objectDp();
44259
44285
  var createDesc$2 = _propertyDesc;
44260
44286
  var _createProperty = /* @__PURE__ */ __name(function(object2, index2, value) {
44261
44287
  if (index2 in object2)
@@ -44384,7 +44410,7 @@ ${latestSubscriptionCallbackError.current.stack}
44384
44410
  }
44385
44411
  }, "_default$8");
44386
44412
  var $export$3 = _export;
44387
- $export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
44413
+ $export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: require_objectDp().f });
44388
44414
  var $Object$1 = _coreExports.Object;
44389
44415
  var defineProperty$6 = /* @__PURE__ */ __name(function defineProperty2(it, key2, desc) {
44390
44416
  return $Object$1.defineProperty(it, key2, desc);
@@ -44425,7 +44451,7 @@ ${latestSubscriptionCallbackError.current.stack}
44425
44451
  var META$1 = _uid("meta");
44426
44452
  var isObject$5 = _isObject;
44427
44453
  var has$9 = _has;
44428
- var setDesc = _objectDp.f;
44454
+ var setDesc = require_objectDp().f;
44429
44455
  var id$1 = 0;
44430
44456
  var isExtensible = Object.isExtensible || function() {
44431
44457
  return true;
@@ -44478,7 +44504,7 @@ ${latestSubscriptionCallbackError.current.stack}
44478
44504
  var _metaExports = _meta.exports;
44479
44505
  var core = _coreExports;
44480
44506
  var wksExt$1 = _wksExt;
44481
- var defineProperty$4 = _objectDp.f;
44507
+ var defineProperty$4 = require_objectDp().f;
44482
44508
  var _wksDefine = /* @__PURE__ */ __name(function(name2) {
44483
44509
  var $Symbol2 = core.Symbol || (core.Symbol = {});
44484
44510
  if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
@@ -44507,21 +44533,13 @@ ${latestSubscriptionCallbackError.current.stack}
44507
44533
  }, "isArray");
44508
44534
  var _objectGopnExt = {};
44509
44535
  var _objectGopn = {};
44510
- var hasRequired_objectGopn;
44511
- function require_objectGopn() {
44512
- if (hasRequired_objectGopn)
44513
- return _objectGopn;
44514
- hasRequired_objectGopn = 1;
44515
- var $keys2 = _objectKeysInternal;
44516
- var hiddenKeys = _enumBugKeys.concat("length", "prototype");
44517
- _objectGopn.f = Object.getOwnPropertyNames || /* @__PURE__ */ __name(function getOwnPropertyNames2(O2) {
44518
- return $keys2(O2, hiddenKeys);
44519
- }, "getOwnPropertyNames");
44520
- return _objectGopn;
44521
- }
44522
- __name(require_objectGopn, "require_objectGopn");
44536
+ var $keys$2 = _objectKeysInternal;
44537
+ var hiddenKeys = _enumBugKeys.concat("length", "prototype");
44538
+ _objectGopn.f = Object.getOwnPropertyNames || /* @__PURE__ */ __name(function getOwnPropertyNames2(O2) {
44539
+ return $keys$2(O2, hiddenKeys);
44540
+ }, "getOwnPropertyNames");
44523
44541
  var toIObject$2 = _toIobject;
44524
- var gOPN$1 = require_objectGopn().f;
44542
+ var gOPN$1 = _objectGopn.f;
44525
44543
  var toString$3 = {}.toString;
44526
44544
  var windowNames = typeof window == "object" && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [];
44527
44545
  var getWindowNames = /* @__PURE__ */ __name(function(it) {
@@ -44540,9 +44558,9 @@ ${latestSubscriptionCallbackError.current.stack}
44540
44558
  var toIObject$1 = _toIobject;
44541
44559
  var toPrimitive$1 = _toPrimitive$1;
44542
44560
  var has$8 = _has;
44543
- var IE8_DOM_DEFINE = _ie8DomDefine;
44561
+ var IE8_DOM_DEFINE = require_ie8DomDefine();
44544
44562
  var gOPD$2 = Object.getOwnPropertyDescriptor;
44545
- _objectGopd.f = _descriptors ? gOPD$2 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor2(O2, P2) {
44563
+ _objectGopd.f = require_descriptors() ? gOPD$2 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor2(O2, P2) {
44546
44564
  O2 = toIObject$1(O2);
44547
44565
  P2 = toPrimitive$1(P2, true);
44548
44566
  if (IE8_DOM_DEFINE)
@@ -44555,7 +44573,7 @@ ${latestSubscriptionCallbackError.current.stack}
44555
44573
  }, "getOwnPropertyDescriptor");
44556
44574
  var global$1 = _globalExports;
44557
44575
  var has$7 = _has;
44558
- var DESCRIPTORS = _descriptors;
44576
+ var DESCRIPTORS = require_descriptors();
44559
44577
  var $export$2 = _export;
44560
44578
  var redefine = _redefine;
44561
44579
  var META = _metaExports.KEY;
@@ -44578,7 +44596,7 @@ ${latestSubscriptionCallbackError.current.stack}
44578
44596
  var gOPNExt = _objectGopnExt;
44579
44597
  var $GOPD = _objectGopd;
44580
44598
  var $GOPS = _objectGops;
44581
- var $DP = _objectDp;
44599
+ var $DP = require_objectDp();
44582
44600
  var $keys$1 = _objectKeys;
44583
44601
  var gOPD$1 = $GOPD.f;
44584
44602
  var dP = $DP.f;
@@ -44714,7 +44732,7 @@ ${latestSubscriptionCallbackError.current.stack}
44714
44732
  }, "toString"));
44715
44733
  $GOPD.f = $getOwnPropertyDescriptor;
44716
44734
  $DP.f = $defineProperty;
44717
- require_objectGopn().f = gOPNExt.f = $getOwnPropertyNames;
44735
+ _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
44718
44736
  require_objectPie().f = $propertyIsEnumerable;
44719
44737
  $GOPS.f = $getOwnPropertySymbols;
44720
44738
  if (DESCRIPTORS && !_library) {
@@ -72454,14 +72472,14 @@ ${latestSubscriptionCallbackError.current.stack}
72454
72472
  updatedTimeout = ++counter$1;
72455
72473
  }
72456
72474
  }
72457
- if (window.Cypress && intent === Intent.DANGER) {
72458
- console.error("toastr error message: ", message);
72475
+ if (intent === Intent.DANGER) {
72476
+ console.error("Toastr error message: ", message);
72459
72477
  }
72460
72478
  const uniqKey = toastToUse.show(
72461
72479
  {
72462
72480
  intent,
72463
72481
  message,
72464
- timeout: options.timeout || updatedTimeout,
72482
+ timeout: options.timeout || updatedTimeout || intent === Intent.DANGER ? 6e4 : void 0,
72465
72483
  action: options.action,
72466
72484
  icon: options.icon,
72467
72485
  className: options.className
@@ -100450,11 +100468,11 @@ ${latestSubscriptionCallbackError.current.stack}
100450
100468
  {
100451
100469
  description: "Download Example CSV File",
100452
100470
  exampleFile: () => {
100453
- var _a3;
100471
+ var _a3, _b3;
100454
100472
  const rows = [];
100455
100473
  const schemaToUse = [
100456
100474
  ...a2.validateAgainstSchema.fields,
100457
- ...a2.validateAgainstSchema.exampleDownloadFields
100475
+ ...(_a3 = a2.validateAgainstSchema.exampleDownloadFields) != null ? _a3 : []
100458
100476
  ];
100459
100477
  rows.push(
100460
100478
  schemaToUse.map((f2) => {
@@ -100467,7 +100485,7 @@ ${latestSubscriptionCallbackError.current.stack}
100467
100485
  })
100468
100486
  );
100469
100487
  const csv = papaparse_minExports.unparse(rows);
100470
- const downloadFn = ((_a3 = window.Cypress) == null ? void 0 : _a3.downloadTest) || downloadjs;
100488
+ const downloadFn = ((_b3 = window.Cypress) == null ? void 0 : _b3.downloadTest) || downloadjs;
100471
100489
  downloadFn(csv, `${nameToUse}.csv`, "csv");
100472
100490
  }
100473
100491
  },
@@ -121547,7 +121565,7 @@ ${latestSubscriptionCallbackError.current.stack}
121547
121565
  return string2.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
121548
121566
  }
121549
121567
  __name(escapeStringRegexp, "escapeStringRegexp");
121550
- function getAminoAcidStringFromSequenceString(sequenceString) {
121568
+ function getAminoAcidStringFromSequenceString(sequenceString, { doNotExcludeAsterisk } = {}) {
121551
121569
  const aminoAcidsPerBase = getAminoAcidDataForEachBaseOfDna(
121552
121570
  sequenceString,
121553
121571
  true
@@ -121558,7 +121576,7 @@ ${latestSubscriptionCallbackError.current.stack}
121558
121576
  if (!aa2.fullCodon) {
121559
121577
  return;
121560
121578
  }
121561
- if (index2 === aminoAcidsPerBase.length - 1 && aa2.aminoAcid.value === "*") {
121579
+ if (!doNotExcludeAsterisk && index2 >= aminoAcidsPerBase.length - 3 && aa2.aminoAcid.value === "*") {
121562
121580
  return;
121563
121581
  }
121564
121582
  aaArray[aa2.aminoAcidIndex] = aa2.aminoAcid.value;
@@ -121615,18 +121633,22 @@ ${latestSubscriptionCallbackError.current.stack}
121615
121633
  if (isProteinSearch) {
121616
121634
  sequencesToCheck = [
121617
121635
  {
121618
- seqToCheck: getAminoAcidStringFromSequenceString(sequenceToUse),
121636
+ seqToCheck: getAminoAcidStringFromSequenceString(sequenceToUse, {
121637
+ doNotExcludeAsterisk: true
121638
+ }),
121619
121639
  offset: 0
121620
121640
  },
121621
121641
  {
121622
121642
  seqToCheck: getAminoAcidStringFromSequenceString(
121623
- sequenceToUse.substr(1)
121643
+ sequenceToUse.substr(1),
121644
+ { doNotExcludeAsterisk: true }
121624
121645
  ),
121625
121646
  offset: 1
121626
121647
  },
121627
121648
  {
121628
121649
  seqToCheck: getAminoAcidStringFromSequenceString(
121629
- sequenceToUse.substr(2)
121650
+ sequenceToUse.substr(2),
121651
+ { doNotExcludeAsterisk: true }
121630
121652
  ),
121631
121653
  offset: 2
121632
121654
  }
@@ -122812,7 +122834,7 @@ ${latestSubscriptionCallbackError.current.stack}
122812
122834
  return parsingResultArray;
122813
122835
  }
122814
122836
  __name(flattenSequenceArray, "flattenSequenceArray");
122815
- function parseFeatureLocation(locStr, isProtein2, inclusive1BasedStart, inclusive1BasedEnd) {
122837
+ function parseFeatureLocation(locStr, isProtein2, inclusive1BasedStart, inclusive1BasedEnd, isCircular, sequenceLength) {
122816
122838
  locStr = locStr.trim();
122817
122839
  const locArr = [];
122818
122840
  locStr.replace(/(\d+)/g, function(string2, match2) {
@@ -122833,6 +122855,19 @@ ${latestSubscriptionCallbackError.current.stack}
122833
122855
  isProtein2 ? convertAACaretPositionOrRangeToDna(location2) : location2
122834
122856
  );
122835
122857
  }
122858
+ if (isCircular) {
122859
+ for (let i2 = 0; i2 < locArray.length; i2 += 2) {
122860
+ const firstFeature = locArray[i2];
122861
+ const secondFeature = locArray[i2 + 1];
122862
+ if (firstFeature.end === sequenceLength - (inclusive1BasedEnd ? 0 : 1) && secondFeature.start === 1 - (inclusive1BasedStart ? 0 : 1)) {
122863
+ locArray[i2] = {
122864
+ start: firstFeature.start,
122865
+ end: secondFeature.end
122866
+ };
122867
+ locArray.splice(i2 + 1, 1);
122868
+ }
122869
+ }
122870
+ }
122836
122871
  return locArray;
122837
122872
  }
122838
122873
  __name(parseFeatureLocation, "parseFeatureLocation");
@@ -123166,7 +123201,9 @@ ${latestSubscriptionCallbackError.current.stack}
123166
123201
  line.trim(),
123167
123202
  options.isProtein,
123168
123203
  inclusive1BasedStart,
123169
- inclusive1BasedEnd
123204
+ inclusive1BasedEnd,
123205
+ result.parsedSequence.circular,
123206
+ result.parsedSequence.sequence.length
123170
123207
  )
123171
123208
  );
123172
123209
  lastLineWasLocation = true;
@@ -123199,7 +123236,9 @@ ${latestSubscriptionCallbackError.current.stack}
123199
123236
  val2,
123200
123237
  options.isProtein,
123201
123238
  inclusive1BasedStart,
123202
- inclusive1BasedEnd
123239
+ inclusive1BasedEnd,
123240
+ result.parsedSequence.circular,
123241
+ result.parsedSequence.sequence.length
123203
123242
  )
123204
123243
  );
123205
123244
  lastLineWasLocation = true;
@@ -154017,7 +154056,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
154017
154056
  }
154018
154057
  __name(showFileDialog, "showFileDialog");
154019
154058
  const name = "@teselagen/ove";
154020
- const version = "0.3.60";
154059
+ const version = "0.3.62";
154021
154060
  const main = "./src/index.js";
154022
154061
  const exports$1 = {
154023
154062
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.3.61",
3
+ "version": "0.3.63",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -13,12 +13,12 @@
13
13
  "node": "16.20.2"
14
14
  },
15
15
  "dependencies": {
16
- "@teselagen/sequence-utils": "0.3.14",
16
+ "@teselagen/sequence-utils": "0.3.15",
17
17
  "@teselagen/range-utils": "0.3.7",
18
- "@teselagen/ui": "0.3.51",
18
+ "@teselagen/ui": "0.3.55",
19
19
  "@teselagen/file-utils": "0.3.11",
20
20
  "@teselagen/bounce-loader": "0.3.11",
21
- "@teselagen/bio-parsers": "0.4.8",
21
+ "@teselagen/bio-parsers": "0.4.10",
22
22
  "@blueprintjs/core": "3.52.0",
23
23
  "@blueprintjs/datetime": "3.23.19",
24
24
  "@blueprintjs/icons": "3.33.0",