@sapphire/plugin-api 5.0.4-next.c43fddd.0 → 5.0.4-next.f0c940e.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/README.md
CHANGED
|
@@ -8,7 +8,7 @@ import type { Route } from './Route';
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class MiddlewareStore extends Store<Middleware> {
|
|
10
10
|
/**
|
|
11
|
-
* The sorted middlewares, in ascending order of {@
|
|
11
|
+
* The sorted middlewares, in ascending order of see {@link Middleware.position}.
|
|
12
12
|
*/
|
|
13
13
|
readonly sortedMiddlewares: Middleware[];
|
|
14
14
|
constructor();
|
|
@@ -10,7 +10,7 @@ class MiddlewareStore extends pieces_1.Store {
|
|
|
10
10
|
constructor() {
|
|
11
11
|
super(Middleware_1.Middleware, { name: 'middlewares' });
|
|
12
12
|
/**
|
|
13
|
-
* The sorted middlewares, in ascending order of {@
|
|
13
|
+
* The sorted middlewares, in ascending order of see {@link Middleware.position}.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(this, "sortedMiddlewares", {
|
|
16
16
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/plugin-api",
|
|
3
|
-
"version": "5.0.4-next.
|
|
3
|
+
"version": "5.0.4-next.f0c940e.0",
|
|
4
4
|
"description": "Plugin for @sapphire/framework to expose a REST API",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/ws": "^8.5.4",
|
|
42
42
|
"psl": "^1.9.0",
|
|
43
43
|
"tslib": "^2.5.0",
|
|
44
|
-
"undici": "^5.
|
|
44
|
+
"undici": "^5.22.0"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@favware/cliff-jumper": "^2.0.0",
|
|
79
79
|
"gen-esm-wrapper": "^1.1.3",
|
|
80
|
-
"typedoc": "0.
|
|
81
|
-
"typedoc-json-parser": "^7.
|
|
80
|
+
"typedoc": "^0.24.6",
|
|
81
|
+
"typedoc-json-parser": "^7.3.1",
|
|
82
82
|
"typescript": "^5.0.4"
|
|
83
83
|
}
|
|
84
84
|
}
|