@discordjs/voice 0.10.0-dev.1653091709-fdeac9d → 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,33 +85,33 @@ 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.0",
88
+ "discord-api-types": "^0.33.3",
89
89
  "prism-media": "^1.3.2",
90
90
  "tiny-typed-emitter": "^2.1.0",
91
- tslib: "^2.3.1",
92
- ws: "^8.5.0"
91
+ tslib: "^2.4.0",
92
+ ws: "^8.7.0"
93
93
  },
94
94
  devDependencies: {
95
- "@babel/core": "^7.17.9",
96
- "@babel/preset-env": "^7.16.11",
97
- "@babel/preset-typescript": "^7.16.7",
95
+ "@babel/core": "^7.18.2",
96
+ "@babel/preset-env": "^7.18.2",
97
+ "@babel/preset-typescript": "^7.17.12",
98
98
  "@discordjs/ts-docgen": "^0.4.1",
99
- "@types/jest": "^27.4.1",
100
- "@types/node": "^16.11.27",
101
- "@typescript-eslint/eslint-plugin": "^5.19.0",
102
- "@typescript-eslint/parser": "^5.19.0",
103
- eslint: "^8.13.0",
99
+ "@types/jest": "^28.1.0",
100
+ "@types/node": "^16.11.38",
101
+ "@typescript-eslint/eslint-plugin": "^5.27.0",
102
+ "@typescript-eslint/parser": "^5.27.0",
103
+ eslint: "^8.17.0",
104
104
  "eslint-config-marine": "^9.4.1",
105
105
  "eslint-config-prettier": "^8.5.0",
106
106
  "eslint-plugin-import": "^2.26.0",
107
- jest: "^27.5.1",
107
+ jest: "^28.1.0",
108
108
  "jest-websocket-mock": "^2.3.0",
109
- "mock-socket": "^9.1.2",
109
+ "mock-socket": "^9.1.4",
110
110
  prettier: "^2.6.2",
111
- tsup: "^5.12.5",
111
+ tsup: "^6.0.1",
112
112
  tweetnacl: "^1.0.3",
113
- typedoc: "^0.22.15",
114
- typescript: "^4.6.3"
113
+ typedoc: "^0.22.17",
114
+ typescript: "^4.7.3"
115
115
  },
116
116
  engines: {
117
117
  node: ">=16.9.0"
package/dist/index.mjs CHANGED
@@ -73,33 +73,33 @@ 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.0",
76
+ "discord-api-types": "^0.33.3",
77
77
  "prism-media": "^1.3.2",
78
78
  "tiny-typed-emitter": "^2.1.0",
79
- tslib: "^2.3.1",
80
- ws: "^8.5.0"
79
+ tslib: "^2.4.0",
80
+ ws: "^8.7.0"
81
81
  },
82
82
  devDependencies: {
83
- "@babel/core": "^7.17.9",
84
- "@babel/preset-env": "^7.16.11",
85
- "@babel/preset-typescript": "^7.16.7",
83
+ "@babel/core": "^7.18.2",
84
+ "@babel/preset-env": "^7.18.2",
85
+ "@babel/preset-typescript": "^7.17.12",
86
86
  "@discordjs/ts-docgen": "^0.4.1",
87
- "@types/jest": "^27.4.1",
88
- "@types/node": "^16.11.27",
89
- "@typescript-eslint/eslint-plugin": "^5.19.0",
90
- "@typescript-eslint/parser": "^5.19.0",
91
- eslint: "^8.13.0",
87
+ "@types/jest": "^28.1.0",
88
+ "@types/node": "^16.11.38",
89
+ "@typescript-eslint/eslint-plugin": "^5.27.0",
90
+ "@typescript-eslint/parser": "^5.27.0",
91
+ eslint: "^8.17.0",
92
92
  "eslint-config-marine": "^9.4.1",
93
93
  "eslint-config-prettier": "^8.5.0",
94
94
  "eslint-plugin-import": "^2.26.0",
95
- jest: "^27.5.1",
95
+ jest: "^28.1.0",
96
96
  "jest-websocket-mock": "^2.3.0",
97
- "mock-socket": "^9.1.2",
97
+ "mock-socket": "^9.1.4",
98
98
  prettier: "^2.6.2",
99
- tsup: "^5.12.5",
99
+ tsup: "^6.0.1",
100
100
  tweetnacl: "^1.0.3",
101
- typedoc: "^0.22.15",
102
- typescript: "^4.6.3"
101
+ typedoc: "^0.22.17",
102
+ typescript: "^4.7.3"
103
103
  },
104
104
  engines: {
105
105
  node: ">=16.9.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discordjs/voice",
3
- "version": "0.10.0-dev.1653091709-fdeac9d",
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,39 +51,38 @@
51
51
  "homepage": "https://discord.js.org",
52
52
  "dependencies": {
53
53
  "@types/ws": "^8.5.3",
54
- "discord-api-types": "^0.33.0",
54
+ "discord-api-types": "^0.33.3",
55
55
  "prism-media": "^1.3.2",
56
56
  "tiny-typed-emitter": "^2.1.0",
57
- "tslib": "^2.3.1",
58
- "ws": "^8.5.0"
57
+ "tslib": "^2.4.0",
58
+ "ws": "^8.7.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@babel/core": "^7.17.9",
62
- "@babel/preset-env": "^7.16.11",
63
- "@babel/preset-typescript": "^7.16.7",
61
+ "@babel/core": "^7.18.2",
62
+ "@babel/preset-env": "^7.18.2",
63
+ "@babel/preset-typescript": "^7.17.12",
64
64
  "@discordjs/ts-docgen": "^0.4.1",
65
- "@types/jest": "^27.4.1",
66
- "@types/node": "^16.11.27",
67
- "@typescript-eslint/eslint-plugin": "^5.19.0",
68
- "@typescript-eslint/parser": "^5.19.0",
69
- "eslint": "^8.13.0",
65
+ "@types/jest": "^28.1.0",
66
+ "@types/node": "^16.11.38",
67
+ "@typescript-eslint/eslint-plugin": "^5.27.0",
68
+ "@typescript-eslint/parser": "^5.27.0",
69
+ "eslint": "^8.17.0",
70
70
  "eslint-config-marine": "^9.4.1",
71
71
  "eslint-config-prettier": "^8.5.0",
72
72
  "eslint-plugin-import": "^2.26.0",
73
- "jest": "^27.5.1",
73
+ "jest": "^28.1.0",
74
74
  "jest-websocket-mock": "^2.3.0",
75
- "mock-socket": "^9.1.2",
75
+ "mock-socket": "^9.1.4",
76
76
  "prettier": "^2.6.2",
77
- "tsup": "^5.12.5",
77
+ "tsup": "^6.0.1",
78
78
  "tweetnacl": "^1.0.3",
79
- "typedoc": "^0.22.15",
80
- "typescript": "^4.6.3"
79
+ "typedoc": "^0.22.17",
80
+ "typescript": "^4.7.3"
81
81
  },
82
82
  "engines": {
83
83
  "node": ">=16.9.0"
84
84
  },
85
85
  "publishConfig": {
86
86
  "access": "public"
87
- },
88
- "stableVersion": "0.10.0-dev"
87
+ }
89
88
  }