@discordjs/builders 0.16.0-dev.1654646881-ecc6600 → 0.16.0-dev.1654776321-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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -30,7 +30,7 @@ Here are some examples for the builders and utilities you can find in this packa
30
30
 
31
31
  ## Links
32
32
 
33
- - [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
33
+ - [Website](https://discord.js.org/) ([source](https://github.com/discordjs/discord.js/tree/main/packages/website))
34
34
  - [Documentation](https://discord.js.org/#/docs/builders)
35
35
  - [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
36
36
  See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.html), including updated and removed items in the library.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@discordjs/builders",
3
- "version": "0.16.0-dev.1654646881-ecc6600",
3
+ "version": "0.16.0-dev.1654776321-94bdcac",
4
4
  "description": "A set of builders that you can use when creating your bot",
5
5
  "scripts": {
6
6
  "build": "tsup",
7
7
  "lint": "prettier --check . && eslint src __tests__ --ext mjs,js,ts",
8
8
  "format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix",
9
- "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",
9
+ "docs": "docgen -i src/index.ts -c docs/index.json -o docs/docs.json --typescript",
10
10
  "prepublishOnly": "yarn build && yarn lint && yarn test",
11
11
  "changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/builders/*'",
12
12
  "release": "cliff-jumper"
@@ -60,6 +60,7 @@
60
60
  "tslib": "^2.4.0"
61
61
  },
62
62
  "devDependencies": {
63
+ "@discordjs/docgen": "^0.12.0-dev",
63
64
  "@discordjs/scripts": "^0.1.0-dev",
64
65
  "@favware/cliff-jumper": "^1.8.3",
65
66
  "@types/node": "^16.11.38",
@@ -68,10 +69,10 @@
68
69
  "eslint": "^8.17.0",
69
70
  "eslint-config-marine": "^9.4.1",
70
71
  "eslint-config-prettier": "^8.5.0",
72
+ "eslint-import-resolver-typescript": "^2.7.1",
71
73
  "eslint-plugin-import": "^2.26.0",
72
74
  "prettier": "^2.6.2",
73
75
  "tsup": "^6.1.0",
74
- "typedoc": "^0.22.17",
75
76
  "typescript": "^4.7.3"
76
77
  },
77
78
  "engines": {