Comparing version 6.0.0 to 6.0.1
@@ -0,1 +1,5 @@ | ||
## [6.0.1](https://github.com/GMOD/bbi-js/compare/v6.0.0...v6.0.1) (2024-12-12) | ||
# [6.0.0](https://github.com/GMOD/bbi-js/compare/v5.0.2...v6.0.0) (2024-12-12) | ||
@@ -2,0 +6,0 @@ |
@@ -1,1 +0,1 @@ | ||
export declare function unzip(input: Uint8Array): Uint8Array; | ||
export declare function unzip(input: Uint8Array): Uint8Array<ArrayBufferLike>; |
@@ -1,1 +0,1 @@ | ||
export declare function unzip(input: Uint8Array): Uint8Array; | ||
export declare function unzip(input: Uint8Array): Uint8Array<ArrayBufferLike>; |
{ | ||
"name": "@gmod/bbi", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Parser for BigWig/BigBed files", | ||
@@ -45,3 +45,3 @@ "license": "MIT", | ||
"@gmod/abortable-promise-cache": "^2.0.0", | ||
"generic-filehandle2": "^0.0.1", | ||
"generic-filehandle2": "^1.0.0", | ||
"pako": "^2.0.0", | ||
@@ -48,0 +48,0 @@ "quick-lru": "^4.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
229390
+ Addedgeneric-filehandle2@1.0.0(transitive)
- Removedgeneric-filehandle2@0.0.1(transitive)
Updatedgeneric-filehandle2@^1.0.0