@discordjs/voice 0.12.1-dev.1662552257-d8e7741.0 → 0.12.1-dev.1662682370-d11edc6.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/dist/index.js CHANGED
@@ -37,7 +37,7 @@ var require_package = __commonJS({
37
37
  "package.json"(exports, module2) {
38
38
  module2.exports = {
39
39
  name: "@discordjs/voice",
40
- version: "0.12.1-dev.1662552257-d8e7741.0",
40
+ version: "0.12.1-dev.1662682370-d11edc6.0",
41
41
  description: "Implementation of the Discord Voice API for node.js",
42
42
  scripts: {
43
43
  build: "tsup",
@@ -70,7 +70,7 @@ var require_package = __commonJS({
70
70
  "Amish Shah <amishshah.2k@gmail.com>",
71
71
  "SpaceEEC <spaceeec@yahoo.com>",
72
72
  "Vlad Frangu <kingdgrizzle@gmail.com>",
73
- "Antonio Roman <kyradiscord@gmail.com>"
73
+ "Aura Rom\xE1n <kyradiscord@gmail.com>"
74
74
  ],
75
75
  license: "Apache-2.0",
76
76
  keywords: [
@@ -90,7 +90,7 @@ var require_package = __commonJS({
90
90
  homepage: "https://discord.js.org",
91
91
  dependencies: {
92
92
  "@types/ws": "^8.5.3",
93
- "discord-api-types": "^0.37.5",
93
+ "discord-api-types": "^0.37.8",
94
94
  "prism-media": "^1.3.4",
95
95
  tslib: "^2.4.0",
96
96
  ws: "^8.8.1"
@@ -103,7 +103,7 @@ var require_package = __commonJS({
103
103
  "@favware/cliff-jumper": "^1.8.7",
104
104
  "@microsoft/api-extractor": "^7.30.0",
105
105
  "@types/jest": "^29.0.0",
106
- "@types/node": "^16.11.57",
106
+ "@types/node": "^16.11.58",
107
107
  "downlevel-dts": "^0.10.1",
108
108
  eslint: "^8.23.0",
109
109
  "eslint-config-neon": "^0.1.33",
@@ -113,7 +113,7 @@ var require_package = __commonJS({
113
113
  prettier: "^2.7.1",
114
114
  tsup: "^6.2.3",
115
115
  tweetnacl: "^1.0.3",
116
- typescript: "^4.8.2"
116
+ typescript: "^4.8.3"
117
117
  },
118
118
  engines: {
119
119
  node: ">=16.9.0"