@jbrowse/react-circular-genome-view2 4.0.1 → 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.
@@ -1844,7 +1844,7 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
1844
1844
  trackId: string;
1845
1845
  };
1846
1846
  }[];
1847
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
1847
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
1848
1848
  } & {
1849
1849
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
1850
1850
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -4156,7 +4156,7 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
4156
4156
  trackId: string;
4157
4157
  };
4158
4158
  }[];
4159
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
4159
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
4160
4160
  } & {
4161
4161
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
4162
4162
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -1741,7 +1741,7 @@ export default function sessionModelFactory(pluginManager: PluginManager): impor
1741
1741
  trackId: string;
1742
1742
  };
1743
1743
  }[];
1744
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
1744
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
1745
1745
  } & {
1746
1746
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
1747
1747
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -1967,7 +1967,7 @@ export default function createViewState(opts: ViewStateOptions): {
1967
1967
  trackId: string;
1968
1968
  };
1969
1969
  }[];
1970
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
1970
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
1971
1971
  } & {
1972
1972
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
1973
1973
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -3739,7 +3739,7 @@ export default function createViewState(opts: ViewStateOptions): {
3739
3739
  trackId: string;
3740
3740
  };
3741
3741
  }[];
3742
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
3742
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
3743
3743
  } & {
3744
3744
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
3745
3745
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -6639,7 +6639,7 @@ export default function createViewState(opts: ViewStateOptions): {
6639
6639
  trackId: string;
6640
6640
  };
6641
6641
  }[];
6642
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
6642
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
6643
6643
  } & {
6644
6644
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
6645
6645
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -8740,7 +8740,7 @@ export default function createViewState(opts: ViewStateOptions): {
8740
8740
  trackId: string;
8741
8741
  };
8742
8742
  }[];
8743
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
8743
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
8744
8744
  } & {
8745
8745
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
8746
8746
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
@@ -11052,7 +11052,7 @@ export default function createViewState(opts: ViewStateOptions): {
11052
11052
  trackId: string;
11053
11053
  };
11054
11054
  }[];
11055
- readonly tracksById: Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
11055
+ getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
11056
11056
  } & {
11057
11057
  addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
11058
11058
  deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
package/esm/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "4.0.1";
1
+ export declare const version = "4.0.3";
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export const version = '4.0.1';
1
+ export const version = '4.0.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/react-circular-genome-view2",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "JBrowse 2 circular genome view React component",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -35,16 +35,16 @@
35
35
  "@mui/material": "^7.3.6",
36
36
  "mobx": "^6.15.0",
37
37
  "mobx-react": "^9.2.1",
38
- "@jbrowse/core": "^4.0.1",
39
- "@jbrowse/embedded-core": "^4.0.1",
40
- "@jbrowse/plugin-authentication": "^4.0.1",
41
- "@jbrowse/plugin-circular-view": "^4.0.1",
42
- "@jbrowse/plugin-config": "^4.0.1",
43
- "@jbrowse/plugin-data-management": "^4.0.1",
44
- "@jbrowse/plugin-sequence": "^4.0.1",
45
- "@jbrowse/plugin-variants": "^4.0.1",
46
- "@jbrowse/plugin-wiggle": "^4.0.1",
47
- "@jbrowse/product-core": "^4.0.1"
38
+ "@jbrowse/embedded-core": "^4.0.3",
39
+ "@jbrowse/plugin-authentication": "^4.0.3",
40
+ "@jbrowse/plugin-circular-view": "^4.0.3",
41
+ "@jbrowse/plugin-config": "^4.0.3",
42
+ "@jbrowse/core": "^4.0.3",
43
+ "@jbrowse/plugin-data-management": "^4.0.3",
44
+ "@jbrowse/plugin-sequence": "^4.0.3",
45
+ "@jbrowse/plugin-wiggle": "^4.0.3",
46
+ "@jbrowse/product-core": "^4.0.3",
47
+ "@jbrowse/plugin-variants": "^4.0.3"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "react": ">=18.0.0"