@jbrowse/plugin-sequence 3.4.0 → 3.5.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.
@@ -193,7 +193,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
193
193
  } & {
194
194
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
195
195
  deleteBlock(key: string): void;
196
- selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
196
+ selectFeature(feature: import("@jbrowse/core/util").Feature): void;
197
197
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
198
198
  clearFeatureSelection(): void;
199
199
  setFeatureIdUnderMouse(feature?: string): void;
@@ -193,7 +193,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
193
193
  } & {
194
194
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
195
195
  deleteBlock(key: string): void;
196
- selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
196
+ selectFeature(feature: import("@jbrowse/core/util").Feature): void;
197
197
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
198
198
  clearFeatureSelection(): void;
199
199
  setFeatureIdUnderMouse(feature?: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-sequence",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "JBrowse 2 sequence adapters, tracks, etc.",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -39,9 +39,9 @@
39
39
  "@gmod/abortable-promise-cache": "^3.0.1",
40
40
  "@gmod/indexedfasta": "^4.0.0",
41
41
  "@gmod/twobit": "^6.0.0",
42
- "@jbrowse/core": "^3.4.0",
43
- "@jbrowse/plugin-linear-genome-view": "^3.4.0",
44
- "@jbrowse/plugin-wiggle": "^3.4.0",
42
+ "@jbrowse/core": "^3.5.0",
43
+ "@jbrowse/plugin-linear-genome-view": "^3.5.0",
44
+ "@jbrowse/plugin-wiggle": "^3.5.0",
45
45
  "@mui/material": "^7.0.0",
46
46
  "mobx": "^6.0.0",
47
47
  "mobx-react": "^9.0.0",
@@ -57,5 +57,5 @@
57
57
  "distModule": "esm/index.js",
58
58
  "srcModule": "src/index.ts",
59
59
  "module": "esm/index.js",
60
- "gitHead": "a9f1ac35fc2dd810bae92cdaf1fc19995bee4413"
60
+ "gitHead": "8a8aa0aab2229dece106a5715a767e649e2fe92b"
61
61
  }