@discordjs/voice 0.10.0-dev.1654344257-a45bef4 → 0.10.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.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- # [0.9.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.8.0...@discordjs/voice@0.9.0) (2022-04-17)
5
+ # [@discordjs/voice@0.10.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.9.0...@discordjs/voice@0.10.0) - (2022-06-04)
6
+
7
+ ## Styling
8
+
9
+ - Cleanup tests and tsup configs ([6b8ef20](https://github.com/discordjs/discord.js/commit/6b8ef20cb3af5b5cfd176dd0aa0a1a1e98551629))
10
+
11
+ # [@discordjs/voice@0.9.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.8.0...@discordjs/voice@0.9.0) - (2022-04-17)
6
12
 
7
13
  ## Bug Fixes
8
14
 
@@ -15,17 +21,11 @@ All notable changes to this project will be documented in this file.
15
21
  - Add support for module: NodeNext in TS and ESM (#7598) ([8f1986a](https://github.com/discordjs/discord.js/commit/8f1986a6aa98365e09b00e84ad5f9f354ab61f3d))
16
22
  - **builders:** Add attachment command option type (#7203) ([ae0f35f](https://github.com/discordjs/discord.js/commit/ae0f35f51d68dfa5a7dc43d161ef9365171debdb))
17
23
 
18
- ## Refactor
19
-
20
- - PresenceUpdate and demuxProbe (#7248) ([1745973](https://github.com/discordjs/discord.js/commit/174597302408f13c5bb685e2fb02ae2137cb481d))
24
+ ## Styling
21
25
 
22
- ## Testing
23
-
24
- - **voice:** Fix tests ([62c74b8](https://github.com/discordjs/discord.js/commit/62c74b8333066465e5bd295b8b102b35a506751d))
25
- - Fix voice secretbox tests ([4a2dbd6](https://github.com/discordjs/discord.js/commit/4a2dbd62382f904d596b34da0116d50e724b81c4))
26
- - Fix voice tests ([b593bd3](https://github.com/discordjs/discord.js/commit/b593bd32a98282a92fa28f2fb0a8ef239866622c))
26
+ - Cleanup tests and tsup configs ([6b8ef20](https://github.com/discordjs/discord.js/commit/6b8ef20cb3af5b5cfd176dd0aa0a1a1e98551629))
27
27
 
28
- # [0.8.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.7.5...@discordjs/voice@0.8.0) (2021-12-08)
28
+ # [@discordjs/voice@0.8.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.7.5...@discordjs/voice@0.8.0) - (2022-01-24)
29
29
 
30
30
  ## Refactor
31
31
 
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.33.2",
88
+ "discord-api-types": "^0.33.3",
89
89
  "prism-media": "^1.3.2",
90
90
  "tiny-typed-emitter": "^2.1.0",
91
91
  tslib: "^2.4.0",
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.33.2",
76
+ "discord-api-types": "^0.33.3",
77
77
  "prism-media": "^1.3.2",
78
78
  "tiny-typed-emitter": "^2.1.0",
79
79
  tslib: "^2.4.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discordjs/voice",
3
- "version": "0.10.0-dev.1654344257-a45bef4",
3
+ "version": "0.10.0",
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.33.2",
54
+ "discord-api-types": "^0.33.3",
55
55
  "prism-media": "^1.3.2",
56
56
  "tiny-typed-emitter": "^2.1.0",
57
57
  "tslib": "^2.4.0",
@@ -84,6 +84,5 @@
84
84
  },
85
85
  "publishConfig": {
86
86
  "access": "public"
87
- },
88
- "stableVersion": "0.10.0-dev"
87
+ }
89
88
  }