@teselagen/ove 0.8.14 → 0.8.16
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
|
@@ -116640,7 +116640,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
116640
116640
|
input.click();
|
|
116641
116641
|
}
|
|
116642
116642
|
__name(showFileDialog, "showFileDialog");
|
|
116643
|
-
const version = "0.8.
|
|
116643
|
+
const version = "0.8.15";
|
|
116644
116644
|
const packageJson = {
|
|
116645
116645
|
version
|
|
116646
116646
|
};
|
package/index.es.js
CHANGED
|
@@ -116622,7 +116622,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
116622
116622
|
input.click();
|
|
116623
116623
|
}
|
|
116624
116624
|
__name(showFileDialog, "showFileDialog");
|
|
116625
|
-
const version = "0.8.
|
|
116625
|
+
const version = "0.8.15";
|
|
116626
116626
|
const packageJson = {
|
|
116627
116627
|
version
|
|
116628
116628
|
};
|
package/index.umd.js
CHANGED
|
@@ -144738,7 +144738,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
144738
144738
|
input.click();
|
|
144739
144739
|
}
|
|
144740
144740
|
__name(showFileDialog, "showFileDialog");
|
|
144741
|
-
const version = "0.8.
|
|
144741
|
+
const version = "0.8.15";
|
|
144742
144742
|
const packageJson = {
|
|
144743
144743
|
version
|
|
144744
144744
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teselagen/ove",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.16",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@blueprintjs/core": "3.54.0",
|
|
15
15
|
"@hello-pangea/dnd": "16.2.0",
|
|
16
16
|
"@risingstack/react-easy-state": "^6.3.0",
|
|
17
|
-
"@teselagen/bio-parsers": "0.4.
|
|
17
|
+
"@teselagen/bio-parsers": "0.4.31",
|
|
18
18
|
"@teselagen/file-utils": "0.3.20",
|
|
19
19
|
"@teselagen/range-utils": "0.3.13",
|
|
20
20
|
"@teselagen/react-list": "0.8.18",
|