@jbrowse/react-linear-genome-view2 4.0.2 → 4.0.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.
@@ -1841,7 +1841,7 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
1841
1841
  trackId: string;
1842
1842
  };
1843
1843
  }[];
1844
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
1844
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
1845
1845
  } & {
1846
1846
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
1847
1847
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -5086,7 +5086,7 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
5086
5086
  trackId: string;
5087
5087
  };
5088
5088
  }[];
5089
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
5089
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
5090
5090
  } & {
5091
5091
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
5092
5092
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -1745,7 +1745,7 @@ export default function sessionModelFactory(pluginManager: PluginManager): impor
1745
1745
  trackId: string;
1746
1746
  };
1747
1747
  }[];
1748
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
1748
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
1749
1749
  } & {
1750
1750
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
1751
1751
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -2419,7 +2419,7 @@ export default function createViewState(opts: ViewStateOptions): {
2419
2419
  trackId: string;
2420
2420
  };
2421
2421
  }[];
2422
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
2422
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
2423
2423
  } & {
2424
2424
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
2425
2425
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -5118,7 +5118,7 @@ export default function createViewState(opts: ViewStateOptions): {
5118
5118
  trackId: string;
5119
5119
  };
5120
5120
  }[];
5121
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
5121
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
5122
5122
  } & {
5123
5123
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
5124
5124
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -8951,7 +8951,7 @@ export default function createViewState(opts: ViewStateOptions): {
8951
8951
  trackId: string;
8952
8952
  };
8953
8953
  }[];
8954
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
8954
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
8955
8955
  } & {
8956
8956
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
8957
8957
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -11959,7 +11959,7 @@ export default function createViewState(opts: ViewStateOptions): {
11959
11959
  trackId: string;
11960
11960
  };
11961
11961
  }[];
11962
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
11962
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
11963
11963
  } & {
11964
11964
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
11965
11965
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -15204,7 +15204,7 @@ export default function createViewState(opts: ViewStateOptions): {
15204
15204
  trackId: string;
15205
15205
  };
15206
15206
  }[];
15207
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
15207
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
15208
15208
  } & {
15209
15209
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
15210
15210
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
package/esm/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "4.0.2";
1
+ export declare const version = "4.0.3";
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export const version = '4.0.2';
1
+ export const version = '4.0.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/react-linear-genome-view2",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "JBrowse 2 linear genome view React component",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -37,24 +37,24 @@
37
37
  "mobx": "^6.15.0",
38
38
  "mobx-react": "^9.2.1",
39
39
  "rxjs": "^7.8.2",
40
- "@jbrowse/plugin-alignments": "^4.0.2",
41
- "@jbrowse/core": "^4.0.2",
42
- "@jbrowse/plugin-authentication": "^4.0.2",
43
- "@jbrowse/plugin-arc": "^4.0.2",
44
- "@jbrowse/embedded-core": "^4.0.2",
45
- "@jbrowse/plugin-bed": "^4.0.2",
46
- "@jbrowse/plugin-config": "^4.0.2",
47
- "@jbrowse/plugin-gccontent": "^4.0.2",
48
- "@jbrowse/plugin-canvas": "^4.0.2",
49
- "@jbrowse/plugin-data-management": "^4.0.2",
50
- "@jbrowse/plugin-legacy-jbrowse": "^4.0.2",
51
- "@jbrowse/plugin-linear-genome-view": "^4.0.2",
52
- "@jbrowse/plugin-sequence": "^4.0.2",
53
- "@jbrowse/plugin-trix": "^4.0.2",
54
- "@jbrowse/plugin-variants": "^4.0.2",
55
- "@jbrowse/plugin-wiggle": "^4.0.2",
56
- "@jbrowse/product-core": "^4.0.2",
57
- "@jbrowse/plugin-gff3": "^4.0.2"
40
+ "@jbrowse/core": "^4.0.3",
41
+ "@jbrowse/embedded-core": "^4.0.3",
42
+ "@jbrowse/plugin-alignments": "^4.0.3",
43
+ "@jbrowse/plugin-arc": "^4.0.3",
44
+ "@jbrowse/plugin-bed": "^4.0.3",
45
+ "@jbrowse/plugin-canvas": "^4.0.3",
46
+ "@jbrowse/plugin-authentication": "^4.0.3",
47
+ "@jbrowse/plugin-config": "^4.0.3",
48
+ "@jbrowse/plugin-gccontent": "^4.0.3",
49
+ "@jbrowse/plugin-gff3": "^4.0.3",
50
+ "@jbrowse/plugin-data-management": "^4.0.3",
51
+ "@jbrowse/plugin-legacy-jbrowse": "^4.0.3",
52
+ "@jbrowse/plugin-trix": "^4.0.3",
53
+ "@jbrowse/plugin-wiggle": "^4.0.3",
54
+ "@jbrowse/product-core": "^4.0.3",
55
+ "@jbrowse/plugin-sequence": "^4.0.3",
56
+ "@jbrowse/plugin-linear-genome-view": "^4.0.3",
57
+ "@jbrowse/plugin-variants": "^4.0.3"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": ">=18.0.0"