@gmod/bbi 2.0.0 → 2.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
- # [2.0.0](https://github.com/GMOD/bbi-js/compare/v1.0.35...v2.0.0) (2022-07-18)
1
+ ## [2.0.1](https://github.com/GMOD/bbi-js/compare/v2.0.0...v2.0.1) (2022-07-18)
2
+
2
3
 
3
4
 
5
+ - Bump generic-filehandle 2->3
6
+
7
+ # [2.0.0](https://github.com/GMOD/bbi-js/compare/v1.0.35...v2.0.0) (2022-07-18)
4
8
 
5
9
  - Use binary-parser instead of @gmod/binary-parser, with some optimizations.
6
10
  This uses BigInt and TextDecoder, so requires a major version bump
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gmod/bbi",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Parser for BigWig/BigBed files",
5
5
  "license": "MIT",
6
6
  "repository": "GMOD/bbi-js",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "abortable-promise-cache": "^1.4.1",
45
45
  "binary-parser": "^2.1.0",
46
- "generic-filehandle": "^2.0.0",
46
+ "generic-filehandle": "^3.0.0",
47
47
  "pako": "^2.0.0",
48
48
  "quick-lru": "^4.0.0",
49
49
  "rxjs": "^6.5.2"