@jbrowse/plugin-dotplot-view 3.0.1 → 3.0.3
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.
|
@@ -171,6 +171,7 @@ export default function stateModelFactory(pm: PluginManager): import("mobx-state
|
|
|
171
171
|
readonly rpcSessionId: any;
|
|
172
172
|
readonly name: any;
|
|
173
173
|
readonly textSearchAdapter: any;
|
|
174
|
+
readonly adapterConfig: any;
|
|
174
175
|
readonly adapterType: import("@jbrowse/core/pluggableElementTypes").AdapterType;
|
|
175
176
|
readonly viewMenuActions: import("@jbrowse/core/ui").MenuItem[];
|
|
176
177
|
readonly canConfigure: boolean | ({
|
|
@@ -171,6 +171,7 @@ export default function stateModelFactory(pm: PluginManager): import("mobx-state
|
|
|
171
171
|
readonly rpcSessionId: any;
|
|
172
172
|
readonly name: any;
|
|
173
173
|
readonly textSearchAdapter: any;
|
|
174
|
+
readonly adapterConfig: any;
|
|
174
175
|
readonly adapterType: import("@jbrowse/core/pluggableElementTypes").AdapterType;
|
|
175
176
|
readonly viewMenuActions: import("@jbrowse/core/ui").MenuItem[];
|
|
176
177
|
readonly canConfigure: boolean | ({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-dotplot-view",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "JBrowse 2 dotplot view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"clean": "rimraf dist esm *.tsbuildinfo"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@jbrowse/core": "^3.0.
|
|
40
|
-
"@jbrowse/plugin-alignments": "^3.0.
|
|
39
|
+
"@jbrowse/core": "^3.0.3",
|
|
40
|
+
"@jbrowse/plugin-alignments": "^3.0.3",
|
|
41
41
|
"@mui/icons-material": "^6.0.0",
|
|
42
42
|
"@mui/material": "^6.0.0",
|
|
43
43
|
"@mui/x-data-grid": "^7.0.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "f516540428282351d26e46743e69a724651bfb2c"
|
|
63
63
|
}
|