@jbrowse/plugin-arc 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.
@@ -191,7 +191,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
191
191
  } & {
192
192
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
193
193
  deleteBlock(key: string): void;
194
- selectFeature(feature: import("@jbrowse/core/util").Feature): void;
194
+ selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
195
195
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
196
196
  clearFeatureSelection(): void;
197
197
  setFeatureIdUnderMouse(feature?: string): void;
@@ -191,7 +191,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
191
191
  } & {
192
192
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
193
193
  deleteBlock(key: string): void;
194
- selectFeature(feature: import("@jbrowse/core/util").Feature): void;
194
+ selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
195
195
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
196
196
  clearFeatureSelection(): void;
197
197
  setFeatureIdUnderMouse(feature?: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-arc",
3
- "version": "3.2.0",
3
+ "version": "3.4.0",
4
4
  "description": "JBrowse 2 arc adapters, tracks, etc.",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -36,10 +36,10 @@
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
- "@jbrowse/plugin-wiggle": "^3.2.0",
42
- "@mui/material": "^6.0.0",
39
+ "@jbrowse/core": "^3.4.0",
40
+ "@jbrowse/plugin-linear-genome-view": "^3.4.0",
41
+ "@jbrowse/plugin-wiggle": "^3.4.0",
42
+ "@mui/material": "^7.0.0",
43
43
  "mobx": "^6.0.0",
44
44
  "mobx-react": "^9.0.0",
45
45
  "mobx-state-tree": "^5.0.0",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "c750e3f56706a490c19ba75abd807fec5e38aebf"
58
+ "gitHead": "a9f1ac35fc2dd810bae92cdaf1fc19995bee4413"
59
59
  }