@teselagen/ove 0.8.34 → 0.8.35
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 +5 -1
- package/index.es.js +5 -1
- package/index.umd.js +5 -1
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -86019,6 +86019,10 @@ function genbankToJson(string2, options = {}) {
|
|
|
86019
86019
|
feat.name = feat.notes.ApEinfo_label[0];
|
|
86020
86020
|
} else if (feat.notes.name) {
|
|
86021
86021
|
feat.name = feat.notes.name[0];
|
|
86022
|
+
} else if (feat.notes.product) {
|
|
86023
|
+
feat.name = feat.notes.product[0];
|
|
86024
|
+
} else if (feat.notes.region_name) {
|
|
86025
|
+
feat.name = feat.notes.region_name[0];
|
|
86022
86026
|
} else if (feat.notes.organism) {
|
|
86023
86027
|
feat.name = feat.notes.organism[0];
|
|
86024
86028
|
} else if (feat.notes.locus_tag) {
|
|
@@ -117147,7 +117151,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
117147
117151
|
input.click();
|
|
117148
117152
|
}
|
|
117149
117153
|
__name(showFileDialog, "showFileDialog");
|
|
117150
|
-
const version = "0.8.
|
|
117154
|
+
const version = "0.8.35";
|
|
117151
117155
|
const packageJson = {
|
|
117152
117156
|
version
|
|
117153
117157
|
};
|
package/index.es.js
CHANGED
|
@@ -86001,6 +86001,10 @@ function genbankToJson(string2, options = {}) {
|
|
|
86001
86001
|
feat.name = feat.notes.ApEinfo_label[0];
|
|
86002
86002
|
} else if (feat.notes.name) {
|
|
86003
86003
|
feat.name = feat.notes.name[0];
|
|
86004
|
+
} else if (feat.notes.product) {
|
|
86005
|
+
feat.name = feat.notes.product[0];
|
|
86006
|
+
} else if (feat.notes.region_name) {
|
|
86007
|
+
feat.name = feat.notes.region_name[0];
|
|
86004
86008
|
} else if (feat.notes.organism) {
|
|
86005
86009
|
feat.name = feat.notes.organism[0];
|
|
86006
86010
|
} else if (feat.notes.locus_tag) {
|
|
@@ -117129,7 +117133,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
117129
117133
|
input.click();
|
|
117130
117134
|
}
|
|
117131
117135
|
__name(showFileDialog, "showFileDialog");
|
|
117132
|
-
const version = "0.8.
|
|
117136
|
+
const version = "0.8.35";
|
|
117133
117137
|
const packageJson = {
|
|
117134
117138
|
version
|
|
117135
117139
|
};
|
package/index.umd.js
CHANGED
|
@@ -114922,6 +114922,10 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
114922
114922
|
feat.name = feat.notes.ApEinfo_label[0];
|
|
114923
114923
|
} else if (feat.notes.name) {
|
|
114924
114924
|
feat.name = feat.notes.name[0];
|
|
114925
|
+
} else if (feat.notes.product) {
|
|
114926
|
+
feat.name = feat.notes.product[0];
|
|
114927
|
+
} else if (feat.notes.region_name) {
|
|
114928
|
+
feat.name = feat.notes.region_name[0];
|
|
114925
114929
|
} else if (feat.notes.organism) {
|
|
114926
114930
|
feat.name = feat.notes.organism[0];
|
|
114927
114931
|
} else if (feat.notes.locus_tag) {
|
|
@@ -145245,7 +145249,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
145245
145249
|
input.click();
|
|
145246
145250
|
}
|
|
145247
145251
|
__name(showFileDialog, "showFileDialog");
|
|
145248
|
-
const version = "0.8.
|
|
145252
|
+
const version = "0.8.35";
|
|
145249
145253
|
const packageJson = {
|
|
145250
145254
|
version
|
|
145251
145255
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teselagen/ove",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.35",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/TeselaGen/tg-oss",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@blueprintjs/core": "3.54.0",
|
|
16
16
|
"@hello-pangea/dnd": "16.2.0",
|
|
17
17
|
"@risingstack/react-easy-state": "^6.3.0",
|
|
18
|
-
"@teselagen/bio-parsers": "0.4.
|
|
18
|
+
"@teselagen/bio-parsers": "0.4.35",
|
|
19
19
|
"@teselagen/file-utils": "0.3.23",
|
|
20
20
|
"@teselagen/range-utils": "0.3.20",
|
|
21
21
|
"@teselagen/react-list": "0.8.18",
|