@teselagen/ove 0.7.21-beta.2 → 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 +1 -1
- package/index.es.js +1 -1
- package/index.umd.js +1 -1
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -123605,7 +123605,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
123605
123605
|
}
|
|
123606
123606
|
__name(showFileDialog, "showFileDialog");
|
|
123607
123607
|
const name = "@teselagen/ove";
|
|
123608
|
-
const version = "0.7.21-beta.
|
|
123608
|
+
const version = "0.7.21-beta.3";
|
|
123609
123609
|
const main = "./src/index.js";
|
|
123610
123610
|
const type = "module";
|
|
123611
123611
|
const exports$1 = {
|
package/index.es.js
CHANGED
|
@@ -123587,7 +123587,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
123587
123587
|
}
|
|
123588
123588
|
__name(showFileDialog, "showFileDialog");
|
|
123589
123589
|
const name = "@teselagen/ove";
|
|
123590
|
-
const version = "0.7.21-beta.
|
|
123590
|
+
const version = "0.7.21-beta.3";
|
|
123591
123591
|
const main = "./src/index.js";
|
|
123592
123592
|
const type = "module";
|
|
123593
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.
|
|
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
|
+
"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.
|
|
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",
|