hlsdownloader 3.2.4 → 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 +15 -15
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,23 +13,23 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "ky": "^1.2.3",
16
+ "ky": "^1.3.0",
17
17
  "p-limit": "^5.0.0"
18
18
  },
19
19
  "description": "Downloads HLS Playlist file and TS chunks",
20
20
  "devDependencies": {
21
- "@commitlint/cli": "^18.4.3",
22
- "@commitlint/config-conventional": "^18.4.3",
23
- "@types/jest": "^29.5.11",
24
- "clean-jsdoc-theme": "^4.2.17",
25
- "esbuild": "^0.19.9",
26
- "eslint": "^8.56.0",
27
- "husky": "^8.0.0",
21
+ "@commitlint/cli": "^19.3.0",
22
+ "@commitlint/config-conventional": "^19.2.2",
23
+ "@types/jest": "^29.5.12",
24
+ "clean-jsdoc-theme": "^4.2.18",
25
+ "esbuild": "^0.21.5",
26
+ "eslint": "^9.5.0",
27
+ "husky": "^9.0.11",
28
28
  "jest": "^29.7.0",
29
- "jsdoc": "^4.0.2",
30
- "prettier": "^3.1.1",
31
- "rimraf": "^5.0.5",
32
- "semantic-release": "22.0.12"
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",
@@ -83,8 +83,8 @@
83
83
  "docs:clean": "rimraf -fr ./docs && echo '🧹 All docs has been cleaned.'",
84
84
  "docs:gen": "npm run docs:clean && NODE_OPTIONS=--experimental-vm-modules jsdoc -c jsdoc.json && echo '📄 Docs has been generated successfully.'",
85
85
  "example": "NODE_OPTIONS=--experimental-vm-modules node example.mjs",
86
- "lint": "eslint . --ext .js && echo '💄 Coding style guideline has been followed properly.'",
87
- "lint:fix": "eslint . --ext .js --fix && echo '🔧 Coding style has been fixed as per guideline.'",
86
+ "lint": "eslint . && echo '💄 Coding style guideline has been followed properly.'",
87
+ "lint:fix": "eslint . --fix && echo '🔧 Coding style has been fixed as per guideline.'",
88
88
  "prepare": "husky install",
89
89
  "prepublishOnly": "npm run build",
90
90
  "prod:start": "node index.js",
@@ -96,5 +96,5 @@
96
96
  },
97
97
  "snyk": true,
98
98
  "type": "module",
99
- "version": "3.2.4"
99
+ "version": "3.2.6"
100
100
  }