@gmod/cram 5.0.5 → 5.1.0

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
@@ -64,7 +64,7 @@
64
64
 
65
65
  # v1.6.1
66
66
 
67
- - Explicitly use pako for browser bundle to help avoid buggy zlib polyfills
67
+ - Explicitly use pako-esm2 for browser bundle to help avoid buggy zlib polyfills
68
68
 
69
69
  # v1.6.0
70
70
 
package/README.md CHANGED
@@ -171,7 +171,6 @@ Class of each CRAM record returned by this API.
171
171
  ##### Parameters
172
172
 
173
173
  - `$0` **any** 
174
-
175
174
  - `$0.flags`  
176
175
  - `$0.cramFlags`  
177
176
  - `$0.readLength`  
@@ -313,7 +312,6 @@ the actual substituted and reference base pairs, and will make the
313
312
 
314
313
  - `refRegion`
315
314
  **[object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** 
316
-
317
315
  - `refRegion.start`
318
316
  **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** 
319
317
  - `refRegion.end`
@@ -360,7 +358,6 @@ that show insertions, deletions, substitutions, etc.
360
358
 
361
359
  - `args`
362
360
  **[object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** 
363
-
364
361
  - `args.cram` **CramFile** 
365
362
  - `args.index` **Index-like** object that supports
366
363
  getEntriesForRange(seqId,start,end) -> Promise\[Array\[index entries]]
@@ -440,7 +437,6 @@ Returns
440
437
 
441
438
  - `args`
442
439
  **[object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** 
443
-
444
440
  - `args.path`
445
441
  **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** 
446
442
  - `args.url`