@discordjs/voice 0.11.0 → 0.12.0-dev.1658103025-dda2895

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",
38
+ version: "0.12.0-dev.1658103025-dda2895",
39
39
  description: "Implementation of the Discord Voice API for node.js",
40
40
  scripts: {
41
41
  build: "tsup && node scripts/postbuild.mjs",
@@ -116,7 +116,8 @@ var require_package = __commonJS({
116
116
  },
117
117
  publishConfig: {
118
118
  access: "public"
119
- }
119
+ },
120
+ stableVersion: "0.12.0-dev"
120
121
  };
121
122
  }
122
123
  });