@jbrowse/plugin-gff3 4.1.3 → 4.1.5
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const Gff3Adapter: import("
|
|
1
|
+
declare const Gff3Adapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
gffLocation: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: {
|
|
@@ -6,5 +6,5 @@ declare const Gff3Adapter: import("node_modules/@jbrowse/core/src/configuration/
|
|
|
6
6
|
locationType: string;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
}, import("
|
|
9
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
10
10
|
export default Gff3Adapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const Gff3TabixAdapter: import("
|
|
1
|
+
declare const Gff3TabixAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
gffGzLocation: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: {
|
|
@@ -6,7 +6,7 @@ declare const Gff3TabixAdapter: import("node_modules/@jbrowse/core/src/configura
|
|
|
6
6
|
locationType: string;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
index: import("
|
|
9
|
+
index: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
10
10
|
indexType: {
|
|
11
11
|
model: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
12
12
|
type: string;
|
|
@@ -19,10 +19,10 @@ declare const Gff3TabixAdapter: import("node_modules/@jbrowse/core/src/configura
|
|
|
19
19
|
locationType: string;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
}, import("
|
|
22
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
23
23
|
dontRedispatch: {
|
|
24
24
|
type: string;
|
|
25
25
|
defaultValue: string[];
|
|
26
26
|
};
|
|
27
|
-
}, import("
|
|
27
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
28
28
|
export default Gff3TabixAdapter;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-gff3",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "JBrowse 2 gff3.",
|
|
6
6
|
"keywords": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"gff-nostream": "^3.0.2",
|
|
28
28
|
"mobx": "^6.15.0",
|
|
29
29
|
"rxjs": "^7.8.2",
|
|
30
|
-
"@jbrowse/core": "^4.1.
|
|
30
|
+
"@jbrowse/core": "^4.1.5"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|