discord-player 6.6.5-dev.0 → 6.6.5-dev.3

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/dist/index.mjs CHANGED
@@ -42,6 +42,7 @@ const {
42
42
  SerializedType,
43
43
  StreamDispatcher,
44
44
  Track,
45
+ TrackSkipReason,
45
46
  TypeUtil,
46
47
  Util,
47
48
  VALIDATE_QUEUE_CAP,
@@ -114,6 +115,7 @@ export {
114
115
  SerializedType,
115
116
  StreamDispatcher,
116
117
  Track,
118
+ TrackSkipReason,
117
119
  TypeUtil,
118
120
  Util,
119
121
  VALIDATE_QUEUE_CAP,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-player",
3
- "version": "6.6.5-dev.0",
3
+ "version": "6.6.5-dev.3",
4
4
  "description": "Complete framework to facilitate music commands using discord.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -58,9 +58,7 @@
58
58
  "libsodium-wrappers": "^0.7.10"
59
59
  },
60
60
  "peerDependencies": {
61
- "@discord-player/extractor": "^4.4.5-dev.0",
62
- "discord.js": "14.x",
63
- "youtube-sr": "4.x"
61
+ "@discord-player/extractor": "^4.4.5-dev.3"
64
62
  },
65
63
  "devDependencies": {
66
64
  "@discord-player/tsconfig": "^0.0.0",
@@ -71,8 +69,7 @@
71
69
  "discord.js": "^14.1.2",
72
70
  "opusscript": "^0.0.8",
73
71
  "tsup": "^7.2.0",
74
- "typescript": "^4.7.4",
75
- "youtube-sr": "^4.3.4"
72
+ "typescript": "^4.7.4"
76
73
  },
77
74
  "typedoc": {
78
75
  "entryPoint": "./src/index.ts",