@sapphire/plugin-api 5.1.3-next.c29f52a.0 → 5.1.3-next.ccbe75e.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.
|
@@ -75,7 +75,7 @@ export type ContentTypeType = 'text' | 'multipart' | 'message' | 'image' | 'audi
|
|
|
75
75
|
* - `parameter` = `attribute` "=" `value`
|
|
76
76
|
* - `attribute` = `token`
|
|
77
77
|
* - `value` = `token` / `quoted-string`
|
|
78
|
-
* - `token` = 1*<any CHAR except
|
|
78
|
+
* - `token` = `1*<any CHAR except "SPACE", "CTLs", or "tspecials">`
|
|
79
79
|
* - `tspecials` = `(` | `)` | `<` | `>` | `@` | `,` | `;` | `:` | `\` | `"` | `/` | `[` | `]` | `?` | `.` | `=`
|
|
80
80
|
*
|
|
81
81
|
* @note `tspecials` must be in quoted-string, to use within parameter values.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/plugin-api",
|
|
3
|
-
"version": "5.1.3-next.
|
|
3
|
+
"version": "5.1.3-next.ccbe75e.0",
|
|
4
4
|
"description": "Plugin for @sapphire/framework to expose a REST API",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@types/ws": "^8.5.8",
|
|
40
|
-
"tldts": "^6.0.
|
|
40
|
+
"tldts": "^6.0.18",
|
|
41
41
|
"tslib": "^2.6.2",
|
|
42
|
-
"undici": "^5.
|
|
42
|
+
"undici": "^5.27.2"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@favware/cliff-jumper": "^2.2.0",
|
|
75
75
|
"gen-esm-wrapper": "^1.1.3",
|
|
76
|
-
"typedoc": "^0.25.
|
|
76
|
+
"typedoc": "^0.25.3",
|
|
77
77
|
"typedoc-json-parser": "^9.0.1",
|
|
78
78
|
"typescript": "^5.2.2"
|
|
79
79
|
}
|