@discordjs/voice 0.11.0-dev.1654646894-ecc6600 → 0.11.0-dev.1654776323-94bdcac

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/README.md CHANGED
@@ -62,7 +62,7 @@ try installing another.
62
62
 
63
63
  ## Links
64
64
 
65
- - [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
65
+ - [Website](https://discord.js.org/) ([source](https://github.com/discordjs/discord.js/tree/main/packages/website))
66
66
  - [Documentation](https://discord.js.org/#/docs/voice)
67
67
  - [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
68
68
  See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ var require_package = __commonJS({
41
41
  test: "jest --pass-with-no-tests --collect-coverage",
42
42
  lint: "prettier --check . && eslint src __tests__ --ext mjs,js,ts",
43
43
  format: "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix",
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",
44
+ docs: "docgen -i src/index.ts -c docs/index.json -o docs/docs.json --typescript",
45
45
  prepublishOnly: "yarn build && yarn lint && yarn test",
46
46
  changelog: "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'",
47
47
  release: "cliff-jumper"
@@ -96,6 +96,7 @@ var require_package = __commonJS({
96
96
  "@babel/core": "^7.18.2",
97
97
  "@babel/preset-env": "^7.18.2",
98
98
  "@babel/preset-typescript": "^7.17.12",
99
+ "@discordjs/docgen": "workspace:^",
99
100
  "@discordjs/scripts": "workspace:^",
100
101
  "@favware/cliff-jumper": "^1.8.3",
101
102
  "@types/jest": "^28.1.1",
@@ -105,6 +106,7 @@ var require_package = __commonJS({
105
106
  eslint: "^8.17.0",
106
107
  "eslint-config-marine": "^9.4.1",
107
108
  "eslint-config-prettier": "^8.5.0",
109
+ "eslint-import-resolver-typescript": "^2.7.1",
108
110
  "eslint-plugin-import": "^2.26.0",
109
111
  jest: "^28.1.0",
110
112
  "jest-websocket-mock": "^2.3.0",
@@ -112,7 +114,6 @@ var require_package = __commonJS({
112
114
  prettier: "^2.6.2",
113
115
  tsup: "^6.1.0",
114
116
  tweetnacl: "^1.0.3",
115
- typedoc: "^0.22.17",
116
117
  typescript: "^4.7.3"
117
118
  },
118
119
  engines: {