@jbrowse/react-app2 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.
- package/esm/sessionModel/index.d.ts +5 -5
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +33 -33
|
@@ -1804,7 +1804,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
1804
1804
|
trackId: string;
|
|
1805
1805
|
};
|
|
1806
1806
|
}[];
|
|
1807
|
-
|
|
1807
|
+
getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
|
|
1808
1808
|
} & {
|
|
1809
1809
|
addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
|
|
1810
1810
|
deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
|
|
@@ -3741,7 +3741,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
3741
3741
|
trackId: string;
|
|
3742
3742
|
};
|
|
3743
3743
|
}[];
|
|
3744
|
-
|
|
3744
|
+
getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
|
|
3745
3745
|
} & {
|
|
3746
3746
|
addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
|
|
3747
3747
|
deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
|
|
@@ -5654,7 +5654,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
5654
5654
|
trackId: string;
|
|
5655
5655
|
};
|
|
5656
5656
|
}[];
|
|
5657
|
-
|
|
5657
|
+
getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
|
|
5658
5658
|
} & {
|
|
5659
5659
|
addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
|
|
5660
5660
|
deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
|
|
@@ -7629,7 +7629,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
7629
7629
|
trackId: string;
|
|
7630
7630
|
};
|
|
7631
7631
|
}[];
|
|
7632
|
-
|
|
7632
|
+
getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
|
|
7633
7633
|
} & {
|
|
7634
7634
|
addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
|
|
7635
7635
|
deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
|
|
@@ -9542,7 +9542,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
9542
9542
|
trackId: string;
|
|
9543
9543
|
};
|
|
9544
9544
|
}[];
|
|
9545
|
-
|
|
9545
|
+
getTracksById(): Record<string, import("@jbrowse/core/configuration").AnyConfigurationModel>;
|
|
9546
9546
|
} & {
|
|
9547
9547
|
addTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfiguration): any;
|
|
9548
9548
|
deleteTrackConf(trackConf: import("@jbrowse/core/configuration").AnyConfigurationModel): any;
|
package/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.0.
|
|
1
|
+
export declare const version = "4.0.3";
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '4.0.
|
|
1
|
+
export const version = '4.0.3';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/react-app2",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "JBrowse 2 app React component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -40,38 +40,38 @@
|
|
|
40
40
|
"mobx": "^6.15.0",
|
|
41
41
|
"mobx-react": "^9.2.1",
|
|
42
42
|
"pako-esm2": "^2.0.2",
|
|
43
|
-
"@jbrowse/app-core": "^4.0.
|
|
44
|
-
"@jbrowse/plugin-alignments": "^4.0.
|
|
45
|
-
"@jbrowse/
|
|
46
|
-
"@jbrowse/plugin-
|
|
47
|
-
"@jbrowse/plugin-
|
|
48
|
-
"@jbrowse/
|
|
49
|
-
"@jbrowse/plugin-canvas": "^4.0.
|
|
50
|
-
"@jbrowse/plugin-
|
|
51
|
-
"@jbrowse/plugin-
|
|
52
|
-
"@jbrowse/plugin-
|
|
53
|
-
"@jbrowse/plugin-config": "^4.0.
|
|
54
|
-
"@jbrowse/plugin-
|
|
55
|
-
"@jbrowse/plugin-gccontent": "^4.0.
|
|
56
|
-
"@jbrowse/plugin-gff3": "^4.0.
|
|
57
|
-
"@jbrowse/plugin-
|
|
58
|
-
"@jbrowse/plugin-
|
|
59
|
-
"@jbrowse/plugin-
|
|
60
|
-
"@jbrowse/plugin-
|
|
61
|
-
"@jbrowse/plugin-
|
|
62
|
-
"@jbrowse/plugin-linear-
|
|
63
|
-
"@jbrowse/plugin-
|
|
64
|
-
"@jbrowse/plugin-lollipop": "^4.0.
|
|
65
|
-
"@jbrowse/plugin-
|
|
66
|
-
"@jbrowse/plugin-sequence": "^4.0.
|
|
67
|
-
"@jbrowse/plugin-
|
|
68
|
-
"@jbrowse/plugin-
|
|
69
|
-
"@jbrowse/plugin-
|
|
70
|
-
"@jbrowse/plugin-
|
|
71
|
-
"@jbrowse/plugin-
|
|
72
|
-
"@jbrowse/product-core": "^4.0.
|
|
73
|
-
"@jbrowse/web-core": "^4.0.
|
|
74
|
-
"@jbrowse/plugin-
|
|
43
|
+
"@jbrowse/app-core": "^4.0.3",
|
|
44
|
+
"@jbrowse/plugin-alignments": "^4.0.3",
|
|
45
|
+
"@jbrowse/core": "^4.0.3",
|
|
46
|
+
"@jbrowse/plugin-authentication": "^4.0.3",
|
|
47
|
+
"@jbrowse/plugin-arc": "^4.0.3",
|
|
48
|
+
"@jbrowse/plugin-bed": "^4.0.3",
|
|
49
|
+
"@jbrowse/plugin-canvas": "^4.0.3",
|
|
50
|
+
"@jbrowse/plugin-circular-view": "^4.0.3",
|
|
51
|
+
"@jbrowse/plugin-comparative-adapters": "^4.0.3",
|
|
52
|
+
"@jbrowse/plugin-breakpoint-split-view": "^4.0.3",
|
|
53
|
+
"@jbrowse/plugin-config": "^4.0.3",
|
|
54
|
+
"@jbrowse/plugin-dotplot-view": "^4.0.3",
|
|
55
|
+
"@jbrowse/plugin-gccontent": "^4.0.3",
|
|
56
|
+
"@jbrowse/plugin-gff3": "^4.0.3",
|
|
57
|
+
"@jbrowse/plugin-data-management": "^4.0.3",
|
|
58
|
+
"@jbrowse/plugin-grid-bookmark": "^4.0.3",
|
|
59
|
+
"@jbrowse/plugin-gtf": "^4.0.3",
|
|
60
|
+
"@jbrowse/plugin-hic": "^4.0.3",
|
|
61
|
+
"@jbrowse/plugin-linear-comparative-view": "^4.0.3",
|
|
62
|
+
"@jbrowse/plugin-linear-genome-view": "^4.0.3",
|
|
63
|
+
"@jbrowse/plugin-legacy-jbrowse": "^4.0.3",
|
|
64
|
+
"@jbrowse/plugin-lollipop": "^4.0.3",
|
|
65
|
+
"@jbrowse/plugin-menus": "^4.0.3",
|
|
66
|
+
"@jbrowse/plugin-sequence": "^4.0.3",
|
|
67
|
+
"@jbrowse/plugin-rdf": "^4.0.3",
|
|
68
|
+
"@jbrowse/plugin-spreadsheet-view": "^4.0.3",
|
|
69
|
+
"@jbrowse/plugin-trix": "^4.0.3",
|
|
70
|
+
"@jbrowse/plugin-sv-inspector": "^4.0.3",
|
|
71
|
+
"@jbrowse/plugin-variants": "^4.0.3",
|
|
72
|
+
"@jbrowse/product-core": "^4.0.3",
|
|
73
|
+
"@jbrowse/web-core": "^4.0.3",
|
|
74
|
+
"@jbrowse/plugin-wiggle": "^4.0.3"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"react": ">=18.0.0"
|