hlsdownloader 3.2.3 โ 3.2.5
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/package.json +13 -13
package/package.json
CHANGED
|
@@ -13,23 +13,23 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"ky": "^1.2.
|
|
16
|
+
"ky": "^1.2.4",
|
|
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": "^
|
|
22
|
-
"@commitlint/config-conventional": "^
|
|
23
|
-
"@types/jest": "^29.5.
|
|
24
|
-
"clean-jsdoc-theme": "^4.2.
|
|
25
|
-
"esbuild": "^0.
|
|
26
|
-
"eslint": "^
|
|
27
|
-
"husky": "^
|
|
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.20.2",
|
|
26
|
+
"eslint": "^9.1.1",
|
|
27
|
+
"husky": "^9.0.11",
|
|
28
28
|
"jest": "^29.7.0",
|
|
29
29
|
"jsdoc": "^4.0.2",
|
|
30
|
-
"prettier": "^3.
|
|
30
|
+
"prettier": "^3.2.5",
|
|
31
31
|
"rimraf": "^5.0.5",
|
|
32
|
-
"semantic-release": "
|
|
32
|
+
"semantic-release": "23.0.8"
|
|
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 .
|
|
87
|
-
"lint:fix": "eslint . --
|
|
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.
|
|
99
|
+
"version": "3.2.5"
|
|
100
100
|
}
|