hlsdownloader 3.2.5 → 3.2.6

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +8 -8
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright 2023 Nur Rony
3
+ Copyright 2024 Nur Rony
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/README.md CHANGED
@@ -180,5 +180,5 @@ Give a ⭐️ if this project helped you!. I will be grateful if you all help me
180
180
 
181
181
  ## License
182
182
 
183
- Copyright © 2023 [Nur Rony](https://github.com/nurrony).<br />
183
+ Copyright © 2024 [Nur Rony](https://github.com/nurrony).<br />
184
184
  This project is [MIT](https://github.com/nurrony/hlsdownloader/blob/master/LICENSE) licensed.
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "ky": "^1.2.4",
16
+ "ky": "^1.3.0",
17
17
  "p-limit": "^5.0.0"
18
18
  },
19
19
  "description": "Downloads HLS Playlist file and TS chunks",
@@ -22,14 +22,14 @@
22
22
  "@commitlint/config-conventional": "^19.2.2",
23
23
  "@types/jest": "^29.5.12",
24
24
  "clean-jsdoc-theme": "^4.2.18",
25
- "esbuild": "^0.20.2",
26
- "eslint": "^9.1.1",
25
+ "esbuild": "^0.21.5",
26
+ "eslint": "^9.5.0",
27
27
  "husky": "^9.0.11",
28
28
  "jest": "^29.7.0",
29
- "jsdoc": "^4.0.2",
30
- "prettier": "^3.2.5",
31
- "rimraf": "^5.0.5",
32
- "semantic-release": "23.0.8"
29
+ "jsdoc": "^4.0.3",
30
+ "prettier": "^3.3.2",
31
+ "rimraf": "^5.0.7",
32
+ "semantic-release": "24.0.0"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=18",
@@ -96,5 +96,5 @@
96
96
  },
97
97
  "snyk": true,
98
98
  "type": "module",
99
- "version": "3.2.5"
99
+ "version": "3.2.6"
100
100
  }