@sapphire/decorators 6.2.0-next.da07d098 → 6.2.1-next.085dd2dd
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 +11 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
# [@sapphire/decorators@6.2.0](https://github.com/sapphiredev/utilities/compare/@sapphire/decorators@6.1.1...@sapphire/decorators@6.2.0) - (2025-06-11)
|
|
6
|
+
|
|
7
|
+
## 🐛 Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **deps:** Update all non-major dependencies ([4bc5591](https://github.com/sapphiredev/utilities/commit/4bc55911f95456a2caee10a3588c7b5f1542fb00)) ([#879](https://github.com/sapphiredev/utilities/pull/879) by @renovate[bot])
|
|
10
|
+
- **deps:** Update all non-major dependencies ([bc2f01c](https://github.com/sapphiredev/utilities/commit/bc2f01ce7d6932c9a0e02faa7cc081ecbae9640d)) ([#869](https://github.com/sapphiredev/utilities/pull/869) by @renovate[bot])
|
|
11
|
+
|
|
12
|
+
## 🚀 Features
|
|
13
|
+
|
|
14
|
+
- **decorators:** Register application commands decorators ([da07d09](https://github.com/sapphiredev/utilities/commit/da07d0985da60c6c556ad4ead9c7a9fd20cd619d)) ([#877](https://github.com/sapphiredev/utilities/pull/877) by @yuansheng1549)
|
|
15
|
+
|
|
5
16
|
# [@sapphire/decorators@6.1.1](https://github.com/sapphiredev/utilities/compare/@sapphire/decorators@6.1.0...@sapphire/decorators@6.1.1) - (2024-11-02)
|
|
6
17
|
|
|
7
18
|
## 🏠 Refactor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/decorators",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.1-next.085dd2dd",
|
|
4
4
|
"description": "Useful TypeScript decorators for Sapphire Framework Discord bots",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"@sapphire/ratelimits": "^2.4.11",
|
|
41
41
|
"@sapphire/result": "^2.7.2",
|
|
42
42
|
"@sapphire/utilities": "^3.18.2",
|
|
43
|
-
"@vitest/coverage-v8": "^3.2.
|
|
43
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
44
44
|
"tsup": "^8.5.0",
|
|
45
|
-
"tsx": "^4.
|
|
45
|
+
"tsx": "^4.20.3",
|
|
46
46
|
"typedoc": "^0.26.11",
|
|
47
47
|
"typedoc-json-parser": "^10.2.0",
|
|
48
48
|
"typescript": "~5.4.5",
|
|
49
|
-
"vitest": "^3.2.
|
|
49
|
+
"vitest": "^3.2.4"
|
|
50
50
|
},
|
|
51
51
|
"repository": {
|
|
52
52
|
"type": "git",
|