@discordjs/voice 0.10.0-dev.1652443432-d522320 → 0.10.0-dev.1652832609-dfe449c
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -85,7 +85,7 @@ var require_package = __commonJS({
|
|
|
85
85
|
homepage: "https://discord.js.org",
|
|
86
86
|
dependencies: {
|
|
87
87
|
"@types/ws": "^8.5.3",
|
|
88
|
-
"discord-api-types": "^0.
|
|
88
|
+
"discord-api-types": "^0.32.1",
|
|
89
89
|
"prism-media": "^1.3.2",
|
|
90
90
|
"tiny-typed-emitter": "^2.1.0",
|
|
91
91
|
tslib: "^2.3.1",
|
package/dist/index.mjs
CHANGED
|
@@ -73,7 +73,7 @@ var require_package = __commonJS({
|
|
|
73
73
|
homepage: "https://discord.js.org",
|
|
74
74
|
dependencies: {
|
|
75
75
|
"@types/ws": "^8.5.3",
|
|
76
|
-
"discord-api-types": "^0.
|
|
76
|
+
"discord-api-types": "^0.32.1",
|
|
77
77
|
"prism-media": "^1.3.2",
|
|
78
78
|
"tiny-typed-emitter": "^2.1.0",
|
|
79
79
|
tslib: "^2.3.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@discordjs/voice",
|
|
3
|
-
"version": "0.10.0-dev.
|
|
3
|
+
"version": "0.10.0-dev.1652832609-dfe449c",
|
|
4
4
|
"description": "Implementation of the Discord Voice API for node.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup && node scripts/postbuild.mjs",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"homepage": "https://discord.js.org",
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@types/ws": "^8.5.3",
|
|
54
|
-
"discord-api-types": "^0.
|
|
54
|
+
"discord-api-types": "^0.32.1",
|
|
55
55
|
"prism-media": "^1.3.2",
|
|
56
56
|
"tiny-typed-emitter": "^2.1.0",
|
|
57
57
|
"tslib": "^2.3.1",
|