@jbrowse/plugin-gccontent 3.3.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.
|
@@ -7,5 +7,4 @@ export default class GCContentAdapter extends BaseFeatureDataAdapter {
|
|
|
7
7
|
configure(): Promise<BaseFeatureDataAdapter>;
|
|
8
8
|
getRefNames(opts?: BaseOptions): Promise<string[]>;
|
|
9
9
|
getFeatures(query: Region, opts?: BaseOptions): import("rxjs").Observable<Feature>;
|
|
10
|
-
freeResources(): void;
|
|
11
10
|
}
|
|
@@ -7,5 +7,4 @@ export default class GCContentAdapter extends BaseFeatureDataAdapter {
|
|
|
7
7
|
configure(): Promise<BaseFeatureDataAdapter>;
|
|
8
8
|
getRefNames(opts?: BaseOptions): Promise<string[]>;
|
|
9
9
|
getFeatures(query: Region, opts?: BaseOptions): import("rxjs").Observable<Feature>;
|
|
10
|
-
freeResources(): void;
|
|
11
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-gccontent",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "JBrowse 2 gccontent concepts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"clean": "rimraf dist esm *.tsbuildinfo"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@jbrowse/core": "^3.
|
|
40
|
-
"@jbrowse/plugin-linear-genome-view": "^3.
|
|
41
|
-
"@jbrowse/plugin-sequence": "^3.
|
|
42
|
-
"@jbrowse/plugin-wiggle": "^3.
|
|
39
|
+
"@jbrowse/core": "^3.5.0",
|
|
40
|
+
"@jbrowse/plugin-linear-genome-view": "^3.5.0",
|
|
41
|
+
"@jbrowse/plugin-sequence": "^3.5.0",
|
|
42
|
+
"@jbrowse/plugin-wiggle": "^3.5.0",
|
|
43
43
|
"@mui/material": "^7.0.0",
|
|
44
44
|
"mobx": "^6.0.0",
|
|
45
45
|
"mobx-react": "^9.0.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"distModule": "esm/index.js",
|
|
56
56
|
"srcModule": "src/index.ts",
|
|
57
57
|
"module": "esm/index.js",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "8a8aa0aab2229dece106a5715a767e649e2fe92b"
|
|
59
59
|
}
|