@discordjs/brokers 0.2.2-dev.1692273847-24fbb11ba.0 → 0.2.2
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 +17 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
# [@discordjs/brokers@0.2.2](https://github.com/discordjs/discord.js/compare/@discordjs/brokers@0.2.1...@discordjs/brokers@0.2.2) - (2023-08-17)
|
|
6
|
+
|
|
7
|
+
## Documentation
|
|
8
|
+
|
|
9
|
+
- Update Node.js requirement to 16.11.0 (#9764) ([188877c](https://github.com/discordjs/discord.js/commit/188877c50af70f0d5cffb246620fa277435c6ce6))
|
|
10
|
+
|
|
11
|
+
# [@discordjs/brokers@0.2.1](https://github.com/discordjs/discord.js/compare/@discordjs/brokers@0.2.0...@discordjs/brokers@0.2.1) - (2023-05-01)
|
|
12
|
+
|
|
13
|
+
## Bug Fixes
|
|
14
|
+
|
|
15
|
+
- Fix external links (#9313) ([a7425c2](https://github.com/discordjs/discord.js/commit/a7425c29c4f23f1b31f4c6a463107ca9eb7fd7e2))
|
|
16
|
+
|
|
17
|
+
## Documentation
|
|
18
|
+
|
|
19
|
+
- Generate static imports for types with api-extractor ([98a76db](https://github.com/discordjs/discord.js/commit/98a76db482879f79d6bb2fb2e5fc65ac2c34e2d9))
|
|
20
|
+
- Use `@link` in `@see` (#9348) ([d66d113](https://github.com/discordjs/discord.js/commit/d66d1133331b81563588db4500c63a18c3c3dfae))
|
|
21
|
+
|
|
5
22
|
# [@discordjs/brokers@0.2.1](https://github.com/discordjs/discord.js/compare/@discordjs/brokers@0.2.0...@discordjs/brokers@0.2.1) - (2023-05-01)
|
|
6
23
|
|
|
7
24
|
## Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@discordjs/brokers",
|
|
3
|
-
"version": "0.2.2
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Powerful set of message brokers",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "vitest run",
|
|
@@ -64,18 +64,18 @@
|
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@favware/cliff-jumper": "^2.1.1",
|
|
67
|
-
"@microsoft/api-extractor": "^7.36.
|
|
68
|
-
"@types/node": "16.18.
|
|
69
|
-
"@vitest/coverage-v8": "^0.34.
|
|
67
|
+
"@microsoft/api-extractor": "^7.36.4",
|
|
68
|
+
"@types/node": "16.18.40",
|
|
69
|
+
"@vitest/coverage-v8": "^0.34.2",
|
|
70
70
|
"cross-env": "^7.0.3",
|
|
71
|
-
"eslint": "^8.
|
|
71
|
+
"eslint": "^8.47.0",
|
|
72
72
|
"eslint-config-neon": "^0.1.47",
|
|
73
73
|
"eslint-formatter-pretty": "^5.0.0",
|
|
74
74
|
"prettier": "^2.8.8",
|
|
75
|
-
"tsup": "^7.
|
|
75
|
+
"tsup": "^7.2.0",
|
|
76
76
|
"turbo": "^1.10.12",
|
|
77
77
|
"typescript": "^5.1.6",
|
|
78
|
-
"vitest": "^0.34.
|
|
78
|
+
"vitest": "^0.34.2"
|
|
79
79
|
},
|
|
80
80
|
"engines": {
|
|
81
81
|
"node": ">=16.11.0"
|