@jbrowse/plugin-lollipop 4.0.4 → 4.1.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.
|
@@ -1173,8 +1173,8 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
1173
1173
|
showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
|
|
1174
1174
|
showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
|
|
1175
1175
|
}>> & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & import("@jbrowse/mobx-state-tree")._NotCustomized, {
|
|
1176
|
-
id: string;
|
|
1177
1176
|
type: string;
|
|
1177
|
+
id: string;
|
|
1178
1178
|
configuration: import("@jbrowse/mobx-state-tree").ModelSnapshotType<Record<string, any>>;
|
|
1179
1179
|
rpcDriverName: string | undefined;
|
|
1180
1180
|
heightPreConfig: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-lollipop",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.3",
|
|
4
|
+
"type": "module",
|
|
4
5
|
"description": "JBrowse 2 plugin for lollipops",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"jbrowse",
|
|
@@ -23,8 +24,8 @@
|
|
|
23
24
|
"@jbrowse/mobx-state-tree": "^5.5.0",
|
|
24
25
|
"mobx": "^6.15.0",
|
|
25
26
|
"mobx-react": "^9.2.1",
|
|
26
|
-
"@jbrowse/core": "^4.
|
|
27
|
-
"@jbrowse/plugin-linear-genome-view": "^4.
|
|
27
|
+
"@jbrowse/core": "^4.1.3",
|
|
28
|
+
"@jbrowse/plugin-linear-genome-view": "^4.1.3"
|
|
28
29
|
},
|
|
29
30
|
"peerDependencies": {
|
|
30
31
|
"react": ">=18.0.0"
|