@discordjs/proxy 1.2.0 → 1.2.1-dev.1665274443-5f72d8b.0

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 +25 -12
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -32,23 +32,36 @@ pnpm add @discordjs/proxy
32
32
 
33
33
  ## Links
34
34
 
35
- - [Website](https://discord.js.org/) ([source](https://github.com/discordjs/discord.js/tree/main/packages/website))
36
- - [Documentation](https://discord.js.org/#/docs/proxy)
37
- - [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
38
- See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v14.html), including updated and removed items in the library.
39
- - [discord.js Discord server](https://discord.gg/djs)
40
- - [Discord API Discord server](https://discord.gg/discord-api)
41
- - [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/proxy)
42
- - [npm](https://www.npmjs.com/package/@discordjs/proxy)
43
- - [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)
35
+ - [Website][website] ([source][website-source])
36
+ - [Documentation][documentation]
37
+ - [Guide][guide] ([source][guide-source])
38
+ See also the [Update Guide][guide-update], including updated and removed items in the library.
39
+ - [discord.js Discord server][discord]
40
+ - [Discord API Discord server][discord-api]
41
+ - [GitHub][source]
42
+ - [npm][npm]
43
+ - [Related libraries][related-libs]
44
44
 
45
45
  ## Contributing
46
46
 
47
47
  Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
48
- [documentation](https://discord.js.org/#/docs/proxy).
49
- See [the contribution guide](https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR.
48
+ [documentation][documentation].
49
+ See [the contribution guide][contributing] if you'd like to submit a PR.
50
50
 
51
51
  ## Help
52
52
 
53
53
  If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle
54
- nudge in the right direction, please don't hesitate to join our official [discord.js Server](https://discord.gg/djs).
54
+ nudge in the right direction, please don't hesitate to join our official [discord.js Server][discord].
55
+
56
+ [website]: https://discord.js.org/
57
+ [website-source]: https://github.com/discordjs/discord.js/tree/main/packages/website
58
+ [documentation]: https://discord.js.org/#/docs/proxy
59
+ [guide]: https://discordjs.guide/
60
+ [guide-source]: https://github.com/discordjs/guide
61
+ [guide-update]: https://discordjs.guide/additional-info/changes-in-v14.html
62
+ [discord]: https://discord.gg/djs
63
+ [discord-api]: https://discord.gg/discord-api
64
+ [source]: https://github.com/discordjs/discord.js/tree/main/packages/proxy
65
+ [npm]: https://www.npmjs.com/package/@discordjs/proxy
66
+ [related-libs]: https://discord.com/developers/docs/topics/community-resources#libraries
67
+ [contributing]: https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discordjs/proxy",
3
- "version": "1.2.0",
3
+ "version": "1.2.1-dev.1665274443-5f72d8b.0",
4
4
  "description": "Tools for running an HTTP proxy for Discord's API",
5
5
  "scripts": {
6
6
  "test": "vitest run",
@@ -67,7 +67,7 @@
67
67
  "@vitest/coverage-c8": "^0.24.0",
68
68
  "cross-env": "^7.0.3",
69
69
  "downlevel-dts": "^0.10.1",
70
- "eslint": "^8.24.0",
70
+ "eslint": "^8.25.0",
71
71
  "eslint-config-neon": "^0.1.35",
72
72
  "prettier": "^2.7.1",
73
73
  "supertest": "^6.3.0",