@discordjs/proxy 1.4.0-dev.1679918669-b8b852e.0 → 1.4.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/CHANGELOG.md +10 -0
- package/README.md +5 -6
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
# [@discordjs/proxy@1.4.0](https://github.com/discordjs/discord.js/compare/@discordjs/proxy@1.3.0...@discordjs/proxy@1.4.0) - (2023-04-01)
|
|
6
|
+
|
|
7
|
+
## Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **scripts:** Accessing tsComment ([d8d5f31](https://github.com/discordjs/discord.js/commit/d8d5f31d3927fd1de62f1fa3a1a6e454243ad87b))
|
|
10
|
+
|
|
11
|
+
## Features
|
|
12
|
+
|
|
13
|
+
- **website:** Render syntax and mdx on the server (#9086) ([ee5169e](https://github.com/discordjs/discord.js/commit/ee5169e0aadd7bbfcd752aae614ec0f69602b68b))
|
|
14
|
+
|
|
5
15
|
# [@discordjs/proxy@1.3.0](https://github.com/discordjs/discord.js/compare/@discordjs/proxy@1.2.1...@discordjs/proxy@1.3.0) - (2023-03-12)
|
|
6
16
|
|
|
7
17
|
## Documentation
|
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
## About
|
|
20
20
|
|
|
21
|
-
`@discordjs/proxy` is a powerful wrapper around `@discordjs/rest` for running an HTTP proxy in front of Discord's API
|
|
21
|
+
`@discordjs/proxy` is a powerful wrapper around `@discordjs/rest` for running an HTTP proxy in front of Discord's API.
|
|
22
22
|
|
|
23
23
|
## Installation
|
|
24
24
|
|
|
@@ -35,7 +35,7 @@ pnpm add @discordjs/proxy
|
|
|
35
35
|
- [Website][website] ([source][website-source])
|
|
36
36
|
- [Documentation][documentation]
|
|
37
37
|
- [Guide][guide] ([source][guide-source])
|
|
38
|
-
|
|
38
|
+
Also see the v13 to v14 [Update Guide][guide-update], which includes updated and removed items from the library.
|
|
39
39
|
- [discord.js Discord server][discord]
|
|
40
40
|
- [Discord API Discord server][discord-api]
|
|
41
41
|
- [GitHub][source]
|
|
@@ -50,12 +50,11 @@ See [the contribution guide][contributing] if you'd like to submit a PR.
|
|
|
50
50
|
|
|
51
51
|
## Help
|
|
52
52
|
|
|
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][discord].
|
|
53
|
+
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official [discord.js Server][discord].
|
|
55
54
|
|
|
56
|
-
[website]: https://discord.js.org
|
|
55
|
+
[website]: https://discord.js.org
|
|
57
56
|
[website-source]: https://github.com/discordjs/discord.js/tree/main/apps/website
|
|
58
|
-
[documentation]: https://discord.js.org
|
|
57
|
+
[documentation]: https://discord.js.org/docs/packages/proxy/stable
|
|
59
58
|
[guide]: https://discordjs.guide/
|
|
60
59
|
[guide-source]: https://github.com/discordjs/guide
|
|
61
60
|
[guide-update]: https://discordjs.guide/additional-info/changes-in-v14.html
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@discordjs/proxy",
|
|
3
|
-
"version": "1.4.0
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Tools for running an HTTP proxy for Discord's API",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "vitest run",
|
|
@@ -63,18 +63,18 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@favware/cliff-jumper": "^2.0.0",
|
|
65
65
|
"@microsoft/api-extractor": "^7.34.4",
|
|
66
|
-
"@types/node": "16.18.
|
|
66
|
+
"@types/node": "16.18.23",
|
|
67
67
|
"@types/supertest": "^2.0.12",
|
|
68
|
-
"@vitest/coverage-c8": "^0.29.
|
|
68
|
+
"@vitest/coverage-c8": "^0.29.8",
|
|
69
69
|
"cross-env": "^7.0.3",
|
|
70
|
-
"eslint": "^8.
|
|
70
|
+
"eslint": "^8.37.0",
|
|
71
71
|
"eslint-config-neon": "^0.1.41",
|
|
72
72
|
"eslint-formatter-pretty": "^5.0.0",
|
|
73
73
|
"prettier": "^2.8.7",
|
|
74
74
|
"supertest": "^6.3.3",
|
|
75
75
|
"tsup": "^6.7.0",
|
|
76
|
-
"typescript": "^5.0.
|
|
77
|
-
"vitest": "^0.29.
|
|
76
|
+
"typescript": "^5.0.3",
|
|
77
|
+
"vitest": "^0.29.8"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|
|
80
80
|
"node": ">=16.9.0"
|