hlsdownloader 3.3.4 → 4.0.0

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 +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  ## Prerequisites
50
50
 
51
- - node >=18.x.x
51
+ - node >=20.x.x
52
52
 
53
53
  ## Installation
54
54
 
package/package.json CHANGED
@@ -13,8 +13,8 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "ky": "^1.8.2",
17
- "p-limit": "^6.2.0"
16
+ "ky": "^1.10.0",
17
+ "p-limit": "^7.1.1"
18
18
  },
19
19
  "description": "Downloads HLS Playlist file and TS chunks",
20
20
  "devDependencies": {
@@ -22,18 +22,18 @@
22
22
  "@commitlint/config-conventional": "^19.8.1",
23
23
  "@types/jest": "^30.0.0",
24
24
  "clean-jsdoc-theme": "^4.3.0",
25
- "esbuild": "^0.25.8",
26
- "eslint": "^9.33.0",
25
+ "esbuild": "^0.25.10",
26
+ "eslint": "^9.36.0",
27
27
  "husky": "^9.1.7",
28
- "jest": "^30.0.5",
28
+ "jest": "^30.1.3",
29
29
  "jsdoc": "^4.0.4",
30
- "lint-staged": "^16.1.5",
30
+ "lint-staged": "^16.2.0",
31
31
  "prettier": "^3.6.2",
32
32
  "rimraf": "^6.0.1",
33
- "semantic-release": "24.2.7"
33
+ "semantic-release": "24.2.9"
34
34
  },
35
35
  "engines": {
36
- "node": ">=18",
36
+ "node": ">=20",
37
37
  "npm": ">=9"
38
38
  },
39
39
  "exports": {
@@ -97,5 +97,5 @@
97
97
  },
98
98
  "snyk": true,
99
99
  "type": "module",
100
- "version": "3.3.4"
100
+ "version": "4.0.0"
101
101
  }