@discordjs/voice 0.11.0-dev.1654517014-e1176fa → 0.11.0-dev.1654560568-5475767

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
@@ -43,7 +43,8 @@ var require_package = __commonJS({
43
43
  format: "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix",
44
44
  docs: "typedoc --json docs/typedoc-out.json src/index.ts && ts-docgen -i docs/typedoc-out.json -c docs/index.yml -o docs/docs.json",
45
45
  prepublishOnly: "yarn build && yarn lint && yarn test",
46
- changelog: "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'"
46
+ changelog: "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'",
47
+ release: "cliff-jumper"
47
48
  },
48
49
  main: "./dist/index.js",
49
50
  module: "./dist/index.mjs",
@@ -85,7 +86,7 @@ var require_package = __commonJS({
85
86
  homepage: "https://discord.js.org",
86
87
  dependencies: {
87
88
  "@types/ws": "^8.5.3",
88
- "discord-api-types": "^0.33.3",
89
+ "discord-api-types": "^0.33.4",
89
90
  "prism-media": "^1.3.2",
90
91
  "tiny-typed-emitter": "^2.1.0",
91
92
  tslib: "^2.4.0",
@@ -96,10 +97,11 @@ var require_package = __commonJS({
96
97
  "@babel/preset-env": "^7.18.2",
97
98
  "@babel/preset-typescript": "^7.17.12",
98
99
  "@discordjs/scripts": "workspace:^",
99
- "@types/jest": "^28.1.0",
100
+ "@favware/cliff-jumper": "^1.8.3",
101
+ "@types/jest": "^28.1.1",
100
102
  "@types/node": "^16.11.38",
101
- "@typescript-eslint/eslint-plugin": "^5.27.0",
102
- "@typescript-eslint/parser": "^5.27.0",
103
+ "@typescript-eslint/eslint-plugin": "^5.27.1",
104
+ "@typescript-eslint/parser": "^5.27.1",
103
105
  eslint: "^8.17.0",
104
106
  "eslint-config-marine": "^9.4.1",
105
107
  "eslint-config-prettier": "^8.5.0",
@@ -108,7 +110,7 @@ var require_package = __commonJS({
108
110
  "jest-websocket-mock": "^2.3.0",
109
111
  "mock-socket": "^9.1.4",
110
112
  prettier: "^2.6.2",
111
- tsup: "^6.0.1",
113
+ tsup: "^6.1.0",
112
114
  tweetnacl: "^1.0.3",
113
115
  typedoc: "^0.22.17",
114
116
  typescript: "^4.7.3"