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.
- package/README.md +4 -4
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
[](https://www.npmjs.com/package/hlsdownloader)
|
|
18
18
|
[](https://www.npmjs.com/package/hlsdownloader)
|
|
19
19
|
[](https://github.com/nurrony/hlsdownloader/actions/workflows/test.yaml)
|
|
20
|
-
[](https://coveralls.io/github/nurrony/hlsdownloader?branch=main)
|
|
21
21
|
[](https://nurrony.github.io/hlsdownloader)
|
|
22
22
|
[ ](https://github.com/nurrony/hlsdownloader/graphs/commit-activity)
|
|
23
|
-
[ ](https://github.com/nurrony/hlsdownloader/blob/
|
|
23
|
+
[ ](https://github.com/nurrony/hlsdownloader/blob/main/LICENSE)
|
|
24
24
|
[ ](https://npmjs.com/package/hlsdownloader)
|
|
25
25
|
[ ](https://npm-stat.com/charts.html?package=hlsdownloader)
|
|
26
26
|
[ ](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/
|
|
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/
|
|
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
|
-
"
|
|
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.
|
|
100
|
+
"version": "3.3.1"
|
|
100
101
|
}
|