@jbrowse/plugin-grid-bookmark 2.1.7 → 2.2.1
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.
|
@@ -31,5 +31,5 @@ export default function f(pluginManager: PluginManager): import("mobx-state-tree
|
|
|
31
31
|
readonly selectedAssembly: string;
|
|
32
32
|
readonly assemblies: string[];
|
|
33
33
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
34
|
-
export
|
|
35
|
-
export
|
|
34
|
+
export type GridBookmarkStateModel = ReturnType<typeof f>;
|
|
35
|
+
export type GridBookmarkModel = Instance<GridBookmarkStateModel>;
|
|
@@ -31,5 +31,5 @@ export default function f(pluginManager: PluginManager): import("mobx-state-tree
|
|
|
31
31
|
readonly selectedAssembly: string;
|
|
32
32
|
readonly assemblies: string[];
|
|
33
33
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
34
|
-
export
|
|
35
|
-
export
|
|
34
|
+
export type GridBookmarkStateModel = ReturnType<typeof f>;
|
|
35
|
+
export type GridBookmarkModel = Instance<GridBookmarkStateModel>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-grid-bookmark",
|
|
3
|
-
"version": "2.1
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "JBrowse 2 grid bookmark widget",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"distModule": "esm/index.js",
|
|
60
60
|
"srcModule": "src/index.ts",
|
|
61
61
|
"module": "esm/index.js",
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "896d175c5d9345049faea8e1155f243c912aac42"
|
|
63
63
|
}
|