@jbrowse/plugin-lollipop 3.2.0 → 3.4.0

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.
@@ -190,7 +190,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
190
190
  } & {
191
191
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
192
192
  deleteBlock(key: string): void;
193
- selectFeature(feature: import("@jbrowse/core/util").Feature): void;
193
+ selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
194
194
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
195
195
  clearFeatureSelection(): void;
196
196
  setFeatureIdUnderMouse(feature?: string): void;
@@ -190,7 +190,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
190
190
  } & {
191
191
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
192
192
  deleteBlock(key: string): void;
193
- selectFeature(feature: import("@jbrowse/core/util").Feature): void;
193
+ selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
194
194
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
195
195
  clearFeatureSelection(): void;
196
196
  setFeatureIdUnderMouse(feature?: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-lollipop",
3
- "version": "3.2.0",
3
+ "version": "3.4.0",
4
4
  "description": "JBrowse 2 plugin for lollipops",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -36,9 +36,9 @@
36
36
  "clean": "rimraf dist esm *.tsbuildinfo"
37
37
  },
38
38
  "dependencies": {
39
- "@jbrowse/core": "^3.2.0",
40
- "@jbrowse/plugin-linear-genome-view": "^3.2.0",
41
- "@mui/material": "^6.0.0",
39
+ "@jbrowse/core": "^3.4.0",
40
+ "@jbrowse/plugin-linear-genome-view": "^3.4.0",
41
+ "@mui/material": "^7.0.0",
42
42
  "mobx": "^6.0.0",
43
43
  "mobx-react": "^9.0.0",
44
44
  "mobx-state-tree": "^5.0.0"
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "c750e3f56706a490c19ba75abd807fec5e38aebf"
55
+ "gitHead": "a9f1ac35fc2dd810bae92cdaf1fc19995bee4413"
56
56
  }