@discordjs/proxy 1.2.0 → 1.2.1-dev.1665317072-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.
- package/README.md +25 -12
- 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]
|
|
36
|
-
- [Documentation]
|
|
37
|
-
- [Guide]
|
|
38
|
-
See also the [Update Guide]
|
|
39
|
-
- [discord.js Discord server]
|
|
40
|
-
- [Discord API Discord server]
|
|
41
|
-
- [GitHub]
|
|
42
|
-
- [npm]
|
|
43
|
-
- [Related 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]
|
|
49
|
-
See [the contribution guide]
|
|
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]
|
|
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.1665317072-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.
|
|
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",
|