@discordjs/voice 0.11.0-dev.1656677097-741b3c8 → 0.11.0-dev.1656864757-c7a205f

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 CHANGED
@@ -35,7 +35,7 @@ var require_package = __commonJS({
35
35
  "package.json"(exports, module2) {
36
36
  module2.exports = {
37
37
  name: "@discordjs/voice",
38
- version: "0.11.0-dev.1656677097-741b3c8",
38
+ version: "0.11.0-dev.1656864757-c7a205f",
39
39
  description: "Implementation of the Discord Voice API for node.js",
40
40
  scripts: {
41
41
  build: "tsup && node scripts/postbuild.mjs",
@@ -102,7 +102,7 @@ var require_package = __commonJS({
102
102
  "@microsoft/api-extractor": "^7.28.2",
103
103
  "@types/jest": "^28.1.2",
104
104
  eslint: "^8.18.0",
105
- jest: "^28.1.1",
105
+ jest: "^28.1.2",
106
106
  "jest-websocket-mock": "^2.3.0",
107
107
  "mock-socket": "^9.1.5",
108
108
  prettier: "^2.7.1",
package/dist/index.mjs CHANGED
@@ -23,7 +23,7 @@ var require_package = __commonJS({
23
23
  "package.json"(exports, module) {
24
24
  module.exports = {
25
25
  name: "@discordjs/voice",
26
- version: "0.11.0-dev.1656677097-741b3c8",
26
+ version: "0.11.0-dev.1656864757-c7a205f",
27
27
  description: "Implementation of the Discord Voice API for node.js",
28
28
  scripts: {
29
29
  build: "tsup && node scripts/postbuild.mjs",
@@ -90,7 +90,7 @@ var require_package = __commonJS({
90
90
  "@microsoft/api-extractor": "^7.28.2",
91
91
  "@types/jest": "^28.1.2",
92
92
  eslint: "^8.18.0",
93
- jest: "^28.1.1",
93
+ jest: "^28.1.2",
94
94
  "jest-websocket-mock": "^2.3.0",
95
95
  "mock-socket": "^9.1.5",
96
96
  prettier: "^2.7.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discordjs/voice",
3
- "version": "0.11.0-dev.1656677097-741b3c8",
3
+ "version": "0.11.0-dev.1656864757-c7a205f",
4
4
  "description": "Implementation of the Discord Voice API for node.js",
5
5
  "scripts": {
6
6
  "build": "tsup && node scripts/postbuild.mjs",
@@ -67,7 +67,7 @@
67
67
  "@microsoft/api-extractor": "^7.28.2",
68
68
  "@types/jest": "^28.1.2",
69
69
  "eslint": "^8.18.0",
70
- "jest": "^28.1.1",
70
+ "jest": "^28.1.2",
71
71
  "jest-websocket-mock": "^2.3.0",
72
72
  "mock-socket": "^9.1.5",
73
73
  "prettier": "^2.7.1",