@jbrowse/plugin-grid-bookmark 4.1.1 → 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.
@@ -220,8 +220,8 @@ export default function f(_pluginManager: PluginManager): import("@jbrowse/mobx-
220
220
  } & {
221
221
  afterAttach(): void;
222
222
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, {
223
- id: string;
224
223
  type: "GridBookmarkWidget";
224
+ id: string;
225
225
  }>;
226
226
  export type GridBookmarkStateModel = ReturnType<typeof f>;
227
227
  export type GridBookmarkModel = Instance<GridBookmarkStateModel>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-grid-bookmark",
3
- "version": "4.1.1",
3
+ "version": "4.1.3",
4
4
  "type": "module",
5
5
  "description": "JBrowse 2 grid bookmark widget",
6
6
  "keywords": [
@@ -33,8 +33,8 @@
33
33
  "mobx": "^6.15.0",
34
34
  "mobx-react": "^9.2.1",
35
35
  "pako-esm2": "^2.0.2",
36
- "@jbrowse/plugin-linear-genome-view": "^4.1.1",
37
- "@jbrowse/core": "^4.1.1"
36
+ "@jbrowse/core": "^4.1.3",
37
+ "@jbrowse/plugin-linear-genome-view": "^4.1.3"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": ">=18.0.0"