@gmod/bam 6.0.1 → 6.0.3
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 +4 -2
- package/dist/package.json +1 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
## [6.0.
|
|
1
|
+
## [6.0.3](https://github.com/GMOD/bam-js/compare/v6.0.2...v6.0.3) (2025-05-13)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## [6.0.2](https://github.com/GMOD/bam-js/compare/v6.0.1...v6.0.2) (2025-04-30)
|
|
6
6
|
|
|
7
|
+
## [6.0.1](https://github.com/GMOD/bam-js/compare/v6.0.0...v6.0.1) (2025-04-30)
|
|
7
8
|
|
|
9
|
+
# [6.0.0](https://github.com/GMOD/bam-js/compare/v5.0.7...v6.0.0) (2025-04-30)
|
|
8
10
|
|
|
9
11
|
## [5.0.7](https://github.com/GMOD/bam-js/compare/v5.0.6...v5.0.7) (2025-03-11)
|
|
10
12
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type": "commonjs"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gmod/bam",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
4
4
|
"description": "Parser for BAM and BAM index (bai) files",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "GMOD/bam-js",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"build:es5": "tsc --module commonjs --outDir dist",
|
|
36
36
|
"build": "npm run build:esm && npm run build:es5",
|
|
37
37
|
"prebuild": "npm run clean && npm run lint",
|
|
38
|
+
"postbuild:es5": "echo '{\"type\": \"commonjs\"}' > dist/package.json",
|
|
38
39
|
"preversion": "npm run lint && npm test run && npm run build",
|
|
39
40
|
"version": "standard-changelog && git add CHANGELOG.md",
|
|
40
41
|
"postversion": "git push --follow-tags"
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
"genomics"
|
|
47
48
|
],
|
|
48
49
|
"dependencies": {
|
|
49
|
-
"@gmod/abortable-promise-cache": "^
|
|
50
|
+
"@gmod/abortable-promise-cache": "^3.0.1",
|
|
50
51
|
"@gmod/bgzf-filehandle": "^3.0.2",
|
|
51
52
|
"crc": "^4.3.2",
|
|
52
53
|
"generic-filehandle2": "^2.0.1",
|