Comparing version 1.1.7 to 1.1.8
@@ -0,6 +1,12 @@ | ||
<a name="1.1.8"></a> | ||
## [1.1.8](https://github.com/GMOD/bam-js/compare/v1.1.7...v1.1.8) (2021-05-21) | ||
- Fix types for yieldThreadTime | ||
<a name="1.1.7"></a> | ||
## [1.1.7](https://github.com/GMOD/bam-js/compare/v1.1.6...v1.1.7) (2021-05-21) | ||
- New param yieldThreadTime to constructor to yield while processing | ||
@@ -7,0 +13,0 @@ |
@@ -39,3 +39,3 @@ /// <reference types="node" /> | ||
renameRefSeqs?: (a: string) => string; | ||
yieldThreadTime: number; | ||
yieldThreadTime?: number; | ||
}); | ||
@@ -42,0 +42,0 @@ getHeader(origOpts?: AbortSignal | BaseOpts): Promise<{ |
{ | ||
"name": "@gmod/bam", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Parser for BAM and BAM index (bai) files", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
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
346298