@discordjs/voice 0.10.0 → 0.11.0-dev.1654461554-6aa6232

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
@@ -9,8 +9,6 @@
9
9
  <a href="https://www.npmjs.com/package/@discordjs/voice"><img src="https://img.shields.io/npm/v/@discordjs/voice.svg?maxAge=3600" alt="npm version" /></a>
10
10
  <a href="https://www.npmjs.com/package/@discordjs/voice"><img src="https://img.shields.io/npm/dt/@discordjs/voice.svg?maxAge=3600" alt="npm downloads" /></a>
11
11
  <a href="https://github.com/discordjs/discord.js/actions"><img src="https://github.com/discordjs/discord.js/actions/workflows/test.yml/badge.svg" alt="Build status" /></a>
12
- <a href="https://codecov.io/gh/discordjs/voice"><img src="https://codecov.io/gh/discordjs/voice/branch/main/graph/badge.svg" alt="Code coverage" /></a>
13
- <a href="https://www.patreon.com/discordjs"><img src="https://img.shields.io/badge/donate-patreon-F96854.svg" alt="Patreon" /></a>
14
12
  </p>
15
13
  </div>
16
14
 
@@ -66,10 +64,14 @@ try installing another.
66
64
 
67
65
  - [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
68
66
  - [Documentation](https://discord.js.org/#/docs/voice)
69
- - [Examples](https://github.com/discordjs/discord.js/tree/main/packages/voice/examples)
67
+ - [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
68
+ See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
70
69
  - [discord.js Discord server](https://discord.gg/djs)
70
+ - [Discord API Discord server](https://discord.gg/discord-api)
71
71
  - [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/voice)
72
72
  - [npm](https://www.npmjs.com/package/@discordjs/voice)
73
+ - [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)
74
+ - [Examples](https://github.com/discordjs/discord.js/tree/main/packages/voice/examples)
73
75
 
74
76
  ## Contributing
75
77
 
package/dist/index.js CHANGED
@@ -34,14 +34,14 @@ var require_package = __commonJS({
34
34
  "package.json"(exports, module2) {
35
35
  module2.exports = {
36
36
  name: "@discordjs/voice",
37
- version: "0.10.0-dev",
37
+ version: "0.11.0-dev",
38
38
  description: "Implementation of the Discord Voice API for node.js",
39
39
  scripts: {
40
40
  build: "tsup && node scripts/postbuild.mjs",
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 && node scripts/docs.mjs",
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
46
  changelog: "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'"
47
47
  },
@@ -95,7 +95,7 @@ var require_package = __commonJS({
95
95
  "@babel/core": "^7.18.2",
96
96
  "@babel/preset-env": "^7.18.2",
97
97
  "@babel/preset-typescript": "^7.17.12",
98
- "@discordjs/ts-docgen": "^0.4.1",
98
+ "@discordjs/scripts": "workspace:^",
99
99
  "@types/jest": "^28.1.0",
100
100
  "@types/node": "^16.11.38",
101
101
  "@typescript-eslint/eslint-plugin": "^5.27.0",
package/dist/index.mjs CHANGED
@@ -22,14 +22,14 @@ var require_package = __commonJS({
22
22
  "package.json"(exports, module) {
23
23
  module.exports = {
24
24
  name: "@discordjs/voice",
25
- version: "0.10.0-dev",
25
+ version: "0.11.0-dev",
26
26
  description: "Implementation of the Discord Voice API for node.js",
27
27
  scripts: {
28
28
  build: "tsup && node scripts/postbuild.mjs",
29
29
  test: "jest --pass-with-no-tests --collect-coverage",
30
30
  lint: "prettier --check . && eslint src __tests__ --ext mjs,js,ts",
31
31
  format: "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix",
32
- docs: "typedoc --json docs/typedoc-out.json src/index.ts && node scripts/docs.mjs",
32
+ 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",
33
33
  prepublishOnly: "yarn build && yarn lint && yarn test",
34
34
  changelog: "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'"
35
35
  },
@@ -83,7 +83,7 @@ var require_package = __commonJS({
83
83
  "@babel/core": "^7.18.2",
84
84
  "@babel/preset-env": "^7.18.2",
85
85
  "@babel/preset-typescript": "^7.17.12",
86
- "@discordjs/ts-docgen": "^0.4.1",
86
+ "@discordjs/scripts": "workspace:^",
87
87
  "@types/jest": "^28.1.0",
88
88
  "@types/node": "^16.11.38",
89
89
  "@typescript-eslint/eslint-plugin": "^5.27.0",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@discordjs/voice",
3
- "version": "0.10.0",
3
+ "version": "0.11.0-dev.1654461554-6aa6232",
4
4
  "description": "Implementation of the Discord Voice API for node.js",
5
5
  "scripts": {
6
6
  "build": "tsup && node scripts/postbuild.mjs",
7
7
  "test": "jest --pass-with-no-tests --collect-coverage",
8
8
  "lint": "prettier --check . && eslint src __tests__ --ext mjs,js,ts",
9
9
  "format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix",
10
- "docs": "typedoc --json docs/typedoc-out.json src/index.ts && node scripts/docs.mjs",
10
+ "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",
11
11
  "prepublishOnly": "yarn build && yarn lint && yarn test",
12
12
  "changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'"
13
13
  },
@@ -61,7 +61,7 @@
61
61
  "@babel/core": "^7.18.2",
62
62
  "@babel/preset-env": "^7.18.2",
63
63
  "@babel/preset-typescript": "^7.17.12",
64
- "@discordjs/ts-docgen": "^0.4.1",
64
+ "@discordjs/scripts": "^0.1.0-dev",
65
65
  "@types/jest": "^28.1.0",
66
66
  "@types/node": "^16.11.38",
67
67
  "@typescript-eslint/eslint-plugin": "^5.27.0",
@@ -84,5 +84,6 @@
84
84
  },
85
85
  "publishConfig": {
86
86
  "access": "public"
87
- }
87
+ },
88
+ "stableVersion": "0.11.0-dev"
88
89
  }