@jbrowse/plugin-gccontent 2.2.1 → 2.2.2
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/dist/GCContentAdapter/GCContentAdapter.d.ts +1 -1
- package/dist/GCContentAdapter/GCContentAdapter.js +1 -1
- package/esm/GCContentAdapter/GCContentAdapter.d.ts +1 -1
- package/esm/GCContentAdapter/GCContentAdapter.js +1 -1
- package/package.json +3 -3
- package/src/GCContentAdapter/GCContentAdapter.ts +1 -1
|
@@ -10,7 +10,7 @@ export default class extends BaseFeatureDataAdapter {
|
|
|
10
10
|
getFeatures(query: Region, opts: BaseOptions): import("rxjs").Observable<Feature>;
|
|
11
11
|
/**
|
|
12
12
|
* called to provide a hint that data tied to a certain region
|
|
13
|
-
* will not be needed for the
|
|
13
|
+
* will not be needed for the foreseeable future and can be purged
|
|
14
14
|
* from caches, etc
|
|
15
15
|
*/
|
|
16
16
|
freeResources(): void;
|
|
@@ -79,7 +79,7 @@ class default_1 extends BaseAdapter_1.BaseFeatureDataAdapter {
|
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
81
|
* called to provide a hint that data tied to a certain region
|
|
82
|
-
* will not be needed for the
|
|
82
|
+
* will not be needed for the foreseeable future and can be purged
|
|
83
83
|
* from caches, etc
|
|
84
84
|
*/
|
|
85
85
|
freeResources( /* { region } */) { }
|
|
@@ -10,7 +10,7 @@ export default class extends BaseFeatureDataAdapter {
|
|
|
10
10
|
getFeatures(query: Region, opts: BaseOptions): import("rxjs").Observable<Feature>;
|
|
11
11
|
/**
|
|
12
12
|
* called to provide a hint that data tied to a certain region
|
|
13
|
-
* will not be needed for the
|
|
13
|
+
* will not be needed for the foreseeable future and can be purged
|
|
14
14
|
* from caches, etc
|
|
15
15
|
*/
|
|
16
16
|
freeResources(): void;
|
|
@@ -77,7 +77,7 @@ export default class default_1 extends BaseFeatureDataAdapter {
|
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* called to provide a hint that data tied to a certain region
|
|
80
|
-
* will not be needed for the
|
|
80
|
+
* will not be needed for the foreseeable future and can be purged
|
|
81
81
|
* from caches, etc
|
|
82
82
|
*/
|
|
83
83
|
freeResources( /* { region } */) { }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-gccontent",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "JBrowse 2 gccontent concepts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"build": "npm-run-all build:*",
|
|
28
28
|
"test": "echo hi",
|
|
29
29
|
"prepublishOnly": "yarn test",
|
|
30
|
-
"prepack": "yarn build
|
|
30
|
+
"prepack": "yarn build && yarn useDist",
|
|
31
31
|
"postpack": "yarn useSrc",
|
|
32
32
|
"useDist": "node ../../scripts/useDist.js",
|
|
33
33
|
"useSrc": "node ../../scripts/useSrc.js",
|
|
@@ -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": "abbc00e8feedbc58de84a7a3e735ec0224909b29"
|
|
59
59
|
}
|
|
@@ -92,7 +92,7 @@ export default class extends BaseFeatureDataAdapter {
|
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
94
|
* called to provide a hint that data tied to a certain region
|
|
95
|
-
* will not be needed for the
|
|
95
|
+
* will not be needed for the foreseeable future and can be purged
|
|
96
96
|
* from caches, etc
|
|
97
97
|
*/
|
|
98
98
|
public freeResources(/* { region } */) {}
|