@gmod/bbi 6.0.0 → 6.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [6.0.1](https://github.com/GMOD/bbi-js/compare/v6.0.0...v6.0.1) (2024-12-12)
2
+
3
+
4
+
1
5
  # [6.0.0](https://github.com/GMOD/bbi-js/compare/v5.0.2...v6.0.0) (2024-12-12)
2
6
 
3
7
 
@@ -1 +1 @@
1
- export declare function unzip(input: Uint8Array): Uint8Array;
1
+ export declare function unzip(input: Uint8Array): Uint8Array<ArrayBufferLike>;
@@ -1 +1 @@
1
- export declare function unzip(input: Uint8Array): Uint8Array;
1
+ export declare function unzip(input: Uint8Array): Uint8Array<ArrayBufferLike>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gmod/bbi",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Parser for BigWig/BigBed files",
5
5
  "license": "MIT",
6
6
  "repository": "GMOD/bbi-js",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "@gmod/abortable-promise-cache": "^2.0.0",
45
- "generic-filehandle2": "^0.0.1",
45
+ "generic-filehandle2": "^1.0.0",
46
46
  "pako": "^2.0.0",
47
47
  "quick-lru": "^4.0.0",
48
48
  "rxjs": "^7.8.0"