@jbrowse/plugin-wiggle 1.7.4 → 1.7.5
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.
|
@@ -162,7 +162,7 @@ declare const stateModelFactory: (pluginManager: PluginManager, configSchema: An
|
|
|
162
162
|
headers?: Record<string, string> | undefined;
|
|
163
163
|
signal?: AbortSignal | undefined;
|
|
164
164
|
filters?: string[] | undefined;
|
|
165
|
-
}): Promise<
|
|
165
|
+
}): Promise<{}>;
|
|
166
166
|
setRegionStatsP(p?: Promise<import("@jbrowse/core/data_adapters/BaseAdapter").Stats> | undefined): void;
|
|
167
167
|
setRegionStats(estimatedRegionStats?: import("@jbrowse/core/data_adapters/BaseAdapter").Stats | undefined): void;
|
|
168
168
|
clearRegionStats(): void;
|
package/dist/index.d.ts
CHANGED
|
@@ -169,7 +169,7 @@ export default class WigglePlugin extends Plugin {
|
|
|
169
169
|
headers?: Record<string, string> | undefined;
|
|
170
170
|
signal?: AbortSignal | undefined;
|
|
171
171
|
filters?: string[] | undefined;
|
|
172
|
-
}): Promise<
|
|
172
|
+
}): Promise<{}>;
|
|
173
173
|
setRegionStatsP(p?: Promise<import("@jbrowse/core/data_adapters/BaseAdapter").Stats> | undefined): void;
|
|
174
174
|
setRegionStats(estimatedRegionStats?: import("@jbrowse/core/data_adapters/BaseAdapter").Stats | undefined): void;
|
|
175
175
|
clearRegionStats(): void;
|
|
@@ -440,7 +440,7 @@ export default class WigglePlugin extends Plugin {
|
|
|
440
440
|
headers?: Record<string, string> | undefined;
|
|
441
441
|
signal?: AbortSignal | undefined;
|
|
442
442
|
filters?: string[] | undefined;
|
|
443
|
-
}): Promise<
|
|
443
|
+
}): Promise<{}>;
|
|
444
444
|
setRegionStatsP(p?: Promise<import("@jbrowse/core/data_adapters/BaseAdapter").Stats> | undefined): void;
|
|
445
445
|
setRegionStats(estimatedRegionStats?: import("@jbrowse/core/data_adapters/BaseAdapter").Stats | undefined): void;
|
|
446
446
|
clearRegionStats(): void;
|
|
@@ -735,7 +735,7 @@ export default class WigglePlugin extends Plugin {
|
|
|
735
735
|
headers?: Record<string, string> | undefined;
|
|
736
736
|
signal?: AbortSignal | undefined;
|
|
737
737
|
filters?: string[] | undefined;
|
|
738
|
-
}): Promise<
|
|
738
|
+
}): Promise<{}>;
|
|
739
739
|
setRegionStatsP(p?: Promise<import("@jbrowse/core/data_adapters/BaseAdapter").Stats> | undefined): void;
|
|
740
740
|
setRegionStats(estimatedRegionStats?: import("@jbrowse/core/data_adapters/BaseAdapter").Stats | undefined): void;
|
|
741
741
|
clearRegionStats(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-wiggle",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
4
4
|
"description": "JBrowse 2 wiggle adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@babel/runtime": "^7.17.9",
|
|
37
|
-
"@gmod/bbi": "^1.0.
|
|
37
|
+
"@gmod/bbi": "^1.0.35",
|
|
38
38
|
"@material-ui/icons": "^4.11.2",
|
|
39
39
|
"@popperjs/core": "^2.11.0",
|
|
40
40
|
"color": "^3.1.1",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "2c3a1f0c95a47b24eba790eaeb49274caf297aeb"
|
|
61
61
|
}
|