@sapphire/plugin-api 5.0.1-next.fd18e95.0 → 5.0.2-next.2328187.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 CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@sapphire/plugin-api@5.0.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-api@5.0.0...@sapphire/plugin-api@5.0.1) - (2023-02-18)
6
+
7
+ ## 🐛 Bug Fixes
8
+
9
+ - **api:** Bump undici dependency minor ([2038e60](https://github.com/sapphiredev/plugins/commit/2038e6053f42502e2642e4d85e5cf9d7a7c2bc3e))
10
+
11
+ ## 📝 Documentation
12
+
13
+ - **api:** Update feature list ([c0d982b](https://github.com/sapphiredev/plugins/commit/c0d982b1a277bb5ec476f698a011b4cfff8ffea1))
14
+
5
15
  # [@sapphire/plugin-api@5.0.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-api@4.0.1...@sapphire/plugin-api@5.0.0) - (2023-01-08)
6
16
 
7
17
  ## 🏠 Refactor
package/README.md CHANGED
@@ -20,7 +20,6 @@ This plugin provides an API endpoint for your bot that can be called from extern
20
20
  ## Features
21
21
 
22
22
  - Fully ready for TypeScript!
23
- - Provides a Decorator-based API to make developing your routes easy!
24
23
  - Follows common REST standards.
25
24
  - Includes ESM ready entrypoint
26
25
  - Premade OAuth 2.0 endpoints
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-api",
3
- "version": "5.0.1-next.fd18e95.0",
3
+ "version": "5.0.2-next.2328187.0",
4
4
  "description": "Plugin for @sapphire/framework to expose a REST API",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -40,8 +40,8 @@
40
40
  "@types/psl": "^1.1.0",
41
41
  "@types/ws": "^8.5.4",
42
42
  "psl": "^1.9.0",
43
- "tslib": "^2.4.1",
44
- "undici": "^5.15.0"
43
+ "tslib": "^2.5.0",
44
+ "undici": "^5.20.0"
45
45
  },
46
46
  "repository": {
47
47
  "type": "git",
@@ -75,10 +75,10 @@
75
75
  "access": "public"
76
76
  },
77
77
  "devDependencies": {
78
- "@favware/cliff-jumper": "^1.10.0",
78
+ "@favware/cliff-jumper": "^2.0.0",
79
79
  "gen-esm-wrapper": "^1.1.3",
80
- "typedoc": "^0.23.24",
81
- "typedoc-json-parser": "^7.1.0",
82
- "typescript": "^4.9.4"
80
+ "typedoc": "^0.23.26",
81
+ "typedoc-json-parser": "^7.2.0",
82
+ "typescript": "^4.9.5"
83
83
  }
84
84
  }