vdj 1.6.9 → 1.6.10

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/package.json +3 -3
  2. package/test/test.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vdj",
3
- "version": "1.6.9",
3
+ "version": "1.6.10",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -15,11 +15,11 @@
15
15
  "typescript": "^5.7.3"
16
16
  },
17
17
  "dependencies": {
18
- "@distube/ytdl-core": "^4.16.4",
18
+ "@distube/ytdl-core": "^4.16.12",
19
19
  "@types/node": "^12.19.2",
20
20
  "got": "^13.0.0",
21
21
  "mocha": "^10.7.3",
22
22
  "simple-youtube-api": "^5.2.1",
23
- "youtube-dl-exec": "^3.0.15"
23
+ "youtube-dl-exec": "^3.0.22"
24
24
  }
25
25
  }
package/test/test.js CHANGED
@@ -219,7 +219,7 @@ describe("Playlist", function () {
219
219
  metadataType: "youtubedl",
220
220
  url: input,
221
221
  title: "ふこうぶつ -- Wakusei Abnormal",
222
- duration: 164.638,
222
+ duration: 164.604,
223
223
  artist: [],
224
224
  date: new Date(1512946800000),
225
225
  };