Comparing version 1.0.24 to 1.0.25
@@ -0,6 +1,20 @@ | ||
<a name="1.0.25"></a> | ||
## [1.0.25](https://github.com/GMOD/bam-js/compare/v1.0.24...v1.0.25) (2019-09-29) | ||
- Fixed some typescript typings | ||
<a name="1.0.24"></a> | ||
## [1.0.24](https://github.com/GMOD/bam-js/compare/v1.0.22...v1.0.24) (2019-09-27) | ||
- Added typescript typings | ||
<a name="1.0.23"></a> | ||
## [1.0.22](https://github.com/GMOD/bam-js/compare/v1.0.20...v1.0.22) (2019-09-27) | ||
- Added typescript typings | ||
- Botched release, was removed from npm | ||
<a name="1.0.22"></a> | ||
@@ -7,0 +21,0 @@ ## [1.0.22](https://github.com/GMOD/bam-js/compare/v1.0.20...v1.0.22) (2019-09-03) |
@@ -7,5 +7,5 @@ /// <reference types="node" /> | ||
interface BamOpts { | ||
viewAsPairs: boolean; | ||
pairAcrossChr: boolean; | ||
maxInsertSize: number; | ||
viewAsPairs?: boolean; | ||
pairAcrossChr?: boolean; | ||
maxInsertSize?: number; | ||
signal?: AbortSignal; | ||
@@ -31,14 +31,14 @@ } | ||
constructor({ bamFilehandle, bamPath, bamUrl, baiPath, baiFilehandle, baiUrl, csiPath, csiFilehandle, csiUrl, cacheSize, fetchSizeLimit, chunkSizeLimit, renameRefSeqs, }: { | ||
bamFilehandle: G; | ||
bamPath: string; | ||
bamUrl: string; | ||
baiPath: string; | ||
baiFilehandle: G; | ||
baiUrl: string; | ||
csiPath: string; | ||
csiFilehandle: G; | ||
csiUrl: string; | ||
cacheSize: number; | ||
fetchSizeLimit: number; | ||
chunkSizeLimit: number; | ||
bamFilehandle?: G; | ||
bamPath?: string; | ||
bamUrl?: string; | ||
baiPath?: string; | ||
baiFilehandle?: G; | ||
baiUrl?: string; | ||
csiPath?: string; | ||
csiFilehandle?: G; | ||
csiUrl?: string; | ||
cacheSize?: number; | ||
fetchSizeLimit?: number; | ||
chunkSizeLimit?: number; | ||
renameRefSeqs?: (a: string) => string; | ||
@@ -45,0 +45,0 @@ }); |
{ | ||
"name": "@gmod/bam", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "Parser for BAM and BAM index (bai) files", | ||
@@ -53,3 +53,3 @@ "license": "MIT", | ||
"pako": "^1.0.10", | ||
"quick-lru": "2" | ||
"quick-lru": "^2.0.0" | ||
}, | ||
@@ -56,0 +56,0 @@ "devDependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
282462
0
Updatedquick-lru@^2.0.0