@teselagen/ove 0.7.26 → 0.7.27

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
@@ -121069,7 +121069,7 @@ function showFileDialog({ multiple = false, onSelect }) {
121069
121069
  }
121070
121070
  __name(showFileDialog, "showFileDialog");
121071
121071
  const name = "@teselagen/ove";
121072
- const version = "0.7.25";
121072
+ const version = "0.7.26";
121073
121073
  const main = "./src/index.js";
121074
121074
  const type = "module";
121075
121075
  const exports$1 = {
package/index.es.js CHANGED
@@ -121051,7 +121051,7 @@ function showFileDialog({ multiple = false, onSelect }) {
121051
121051
  }
121052
121052
  __name(showFileDialog, "showFileDialog");
121053
121053
  const name = "@teselagen/ove";
121054
- const version = "0.7.25";
121054
+ const version = "0.7.26";
121055
121055
  const main = "./src/index.js";
121056
121056
  const type = "module";
121057
121057
  const exports$1 = {
package/index.umd.js CHANGED
@@ -149488,7 +149488,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
149488
149488
  }
149489
149489
  __name(showFileDialog, "showFileDialog");
149490
149490
  const name = "@teselagen/ove";
149491
- const version = "0.7.25";
149491
+ const version = "0.7.26";
149492
149492
  const main = "./src/index.js";
149493
149493
  const type = "module";
149494
149494
  const exports$1 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.7.26",
3
+ "version": "0.7.27",
4
4
  "main": "./src/index.js",
5
5
  "type": "module",
6
6
  "exports": {
@@ -11,11 +11,11 @@
11
11
  "./*": "./*"
12
12
  },
13
13
  "dependencies": {
14
- "@teselagen/sequence-utils": "file:../sequence-utils",
15
- "@teselagen/range-utils": "file:../range-utils",
16
- "@teselagen/ui": "file:../ui",
17
- "@teselagen/file-utils": "file:../file-utils",
18
- "@teselagen/bio-parsers": "file:../bio-parsers",
14
+ "@teselagen/sequence-utils": "0.3.30",
15
+ "@teselagen/range-utils": "0.3.13",
16
+ "@teselagen/ui": "0.7.26",
17
+ "@teselagen/file-utils": "0.3.20",
18
+ "@teselagen/bio-parsers": "0.4.27",
19
19
  "@blueprintjs/core": "3.54.0",
20
20
  "@hello-pangea/dnd": "16.2.0",
21
21
  "@risingstack/react-easy-state": "^6.3.0",