@jbrowse/plugin-sequence 4.1.13 → 4.1.15

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.
@@ -1086,6 +1086,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
1086
1086
  onMouseMove(_: unknown, featureId?: string): void;
1087
1087
  onMouseLeave(_: unknown): void;
1088
1088
  onContextMenu(_: unknown): void;
1089
+ onFeatureClick(_: unknown, featureId?: string): void;
1089
1090
  };
1090
1091
  renderProps(): any;
1091
1092
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-sequence",
3
- "version": "4.1.13",
3
+ "version": "4.1.15",
4
4
  "type": "module",
5
5
  "description": "JBrowse 2 sequence adapters, tracks, etc.",
6
6
  "keywords": [
@@ -22,15 +22,15 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@gmod/abortable-promise-cache": "^3.0.4",
25
- "@gmod/indexedfasta": "^5.0.2",
26
- "@gmod/twobit": "^6.0.1",
27
- "@jbrowse/mobx-state-tree": "^5.5.0",
28
- "@mui/material": "^7.3.8",
25
+ "@gmod/indexedfasta": "^5.0.4",
26
+ "@gmod/twobit": "^6.0.3",
27
+ "@jbrowse/mobx-state-tree": "^5.6.0",
28
+ "@mui/material": "^7.3.9",
29
29
  "mobx": "^6.15.0",
30
30
  "mobx-react": "^9.2.1",
31
31
  "rxjs": "^7.8.2",
32
- "@jbrowse/plugin-linear-genome-view": "^4.1.13",
33
- "@jbrowse/core": "^4.1.13"
32
+ "@jbrowse/core": "^4.1.15",
33
+ "@jbrowse/plugin-linear-genome-view": "^4.1.15"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": ">=18.0.0"