hlsdownloader 3.2.13 → 3.3.1

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -17,10 +17,10 @@
17
17
  [![Version](https://img.shields.io/npm/v/hlsdownloader.svg?style=flat-square)](https://www.npmjs.com/package/hlsdownloader)
18
18
  [![Node](https://img.shields.io/badge/node-%3E%3D18-blue.svg?style=flat-square)](https://www.npmjs.com/package/hlsdownloader)
19
19
  [![CI](https://github.com/nurrony/hlsdownloader/actions/workflows/test.yaml/badge.svg?style=flat-square)](https://github.com/nurrony/hlsdownloader/actions/workflows/test.yaml)
20
- [![Coverage Status](https://coveralls.io/repos/github/nurrony/hlsdownloader/badge.svg?branch=master)](https://coveralls.io/github/nurrony/hlsdownloader?branch=master)
20
+ [![Coverage Status](https://coveralls.io/repos/github/nurrony/hlsdownloader/badge.svg?branch=main)](https://coveralls.io/github/nurrony/hlsdownloader?branch=main)
21
21
  [![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg?style=flat-square)](https://nurrony.github.io/hlsdownloader)
22
22
  [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=flat-square) ](https://github.com/nurrony/hlsdownloader/graphs/commit-activity)
23
- [![License: MIT](https://img.shields.io/github/license/nurrony/hlsdownloader?style=flat-square) ](https://github.com/nurrony/hlsdownloader/blob/master/LICENSE)
23
+ [![License: MIT](https://img.shields.io/github/license/nurrony/hlsdownloader?style=flat-square) ](https://github.com/nurrony/hlsdownloader/blob/main/LICENSE)
24
24
  [![Semver: Badge](https://img.shields.io/badge/%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079?style=flat-square) ](https://npmjs.com/package/hlsdownloader)
25
25
  [![Downloads: HLSDownloader](https://img.shields.io/npm/dm/hlsdownloader.svg?style=flat-square) ](https://npm-stat.com/charts.html?package=hlsdownloader)
26
26
  [![Min Bundle Size: HLSDownloader](https://img.shields.io/bundlephobia/minzip/hlsdownloader?style=flat-square) ](https://bundlephobia.com/package/hlsdownloader@latest)
@@ -169,7 +169,7 @@ npm docs:gen
169
169
 
170
170
  ## Contributing
171
171
 
172
- Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/nurrony/hlsdownloader/issues). You can also take a look at the [contributing guide](https://github.com/nurrony/hlsdownloader/blob/master/CONTRIBUTING.md).
172
+ Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/nurrony/hlsdownloader/issues). You can also take a look at the [contributing guide](https://github.com/nurrony/hlsdownloader/blob/main/CONTRIBUTING.md).
173
173
 
174
174
  ## Show your support
175
175
 
@@ -182,4 +182,4 @@ Give a ⭐️ if this project helped you!. I will be grateful if you all help me
182
182
  ## License
183
183
 
184
184
  Copyright © 2025 [Nur Rony](https://github.com/nurrony).<br />
185
- This project is [MIT](https://github.com/nurrony/hlsdownloader/blob/master/LICENSE) licensed.
185
+ This project is [MIT](https://github.com/nurrony/hlsdownloader/blob/main/LICENSE) licensed.
package/package.json CHANGED
@@ -27,6 +27,7 @@
27
27
  "husky": "^9.1.7",
28
28
  "jest": "^29.7.0",
29
29
  "jsdoc": "^4.0.4",
30
+ "lint-staged": "^15.4.1",
30
31
  "prettier": "^3.4.2",
31
32
  "rimraf": "^6.0.1",
32
33
  "semantic-release": "24.2.1"
@@ -66,7 +67,7 @@
66
67
  "name": "hlsdownloader",
67
68
  "release": {
68
69
  "branches": [
69
- "master"
70
+ "main"
70
71
  ],
71
72
  "debug": true
72
73
  },
@@ -96,5 +97,5 @@
96
97
  },
97
98
  "snyk": true,
98
99
  "type": "module",
99
- "version": "3.2.13"
100
+ "version": "3.3.1"
100
101
  }