@sapphire/plugin-api 5.2.0-next.b7bca79.0 → 5.2.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/CHANGELOG.md +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@sapphire/plugin-api@5.2.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-api@5.2.0...@sapphire/plugin-api@5.2.0) - (2023-11-16)
6
+
7
+ ## 🏠 Refactor
8
+
9
+ - Support latest /framework ([0b1010d](https://github.com/sapphiredev/plugins/commit/0b1010d59933b0e22108cbafd61c619e8126967d))
10
+
11
+ ## 🐛 Bug Fixes
12
+
13
+ - **api:** Update transitive tldts dependency ([9678be8](https://github.com/sapphiredev/plugins/commit/9678be82f56920cc31da6020f83461b6a06e463b))
14
+ - **api:** Update transitive dependencies ([3aa68f7](https://github.com/sapphiredev/plugins/commit/3aa68f71b6c625753d70ebee663c754d8846ebbd))
15
+
16
+ ## 📝 Documentation
17
+
18
+ - **api:** Improve typedoc ([95fe74c](https://github.com/sapphiredev/plugins/commit/95fe74c44ccae490710923cb4d25d45b13ff4030))
19
+
20
+ ## 🚀 Features
21
+
22
+ - Make all pieces virtual ([608c5fa](https://github.com/sapphiredev/plugins/commit/608c5facab8b3b75d8b9de1c16d00df642f842e7))
23
+
5
24
  # [@sapphire/plugin-api@5.1.2](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-api@5.1.2...@sapphire/plugin-api@5.1.2) - (2023-10-23)
6
25
 
7
26
  ## 🐛 Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-api",
3
- "version": "5.2.0-next.b7bca79.0",
3
+ "version": "5.2.0",
4
4
  "description": "Plugin for @sapphire/framework to expose a REST API",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@types/ws": "^8.5.9",
40
- "tldts": "^6.0.19",
40
+ "tldts": "^6.0.20",
41
41
  "tslib": "^2.6.2",
42
42
  "undici": "^5.27.2"
43
43
  },
@@ -71,7 +71,7 @@
71
71
  "access": "public"
72
72
  },
73
73
  "devDependencies": {
74
- "@favware/cliff-jumper": "^2.2.1",
74
+ "@favware/cliff-jumper": "^2.2.3",
75
75
  "gen-esm-wrapper": "^1.1.3",
76
76
  "typedoc": "^0.25.3",
77
77
  "typedoc-json-parser": "^9.0.1",