@sapphire/plugin-api
Advanced tools
Comparing version 2.1.5-next.e448947.0 to 2.2.0-next.b824cc6.0
@@ -26,3 +26,3 @@ import { Awaited } from '@sapphire/utilities'; | ||
/** | ||
* The transformers used for [[Auth.fetchData]]. | ||
* The transformers used for {@link Auth.fetchData}. | ||
* @since 1.4.0 | ||
@@ -115,3 +115,3 @@ */ | ||
/** | ||
* The redirect uri. This will default to [[OAuth2BodyData.redirectUri]] if missing. | ||
* The redirect uri. This will default to {@link OAuth2BodyData.redirectUri} if missing. | ||
* @since 1.0.0 | ||
@@ -121,3 +121,3 @@ */ | ||
/** | ||
* The login data transformers used for [[Auth.fetchData]]. | ||
* The login data transformers used for {@link Auth.fetchData}. | ||
* @since 1.4.0 | ||
@@ -124,0 +124,0 @@ * @default [] |
@@ -53,3 +53,3 @@ "use strict"; | ||
/** | ||
* The transformers used for [[Auth.fetchData]]. | ||
* The transformers used for {@link Auth.fetchData}. | ||
* @since 1.4.0 | ||
@@ -56,0 +56,0 @@ */ |
@@ -147,3 +147,3 @@ /// <reference types="node" /> | ||
/** | ||
* The [[ServerOptions]] without [[ServerOptions.auth]]. | ||
* The {@link ServerOptions} without {@link ServerOptions.auth}. | ||
* @since 1.0.0 | ||
@@ -150,0 +150,0 @@ */ |
export declare const enum MimeTypes { | ||
ApplicationFormUrlEncoded = "application/x-www-form-urlencoded", | ||
ApplicationJson = "application/json", | ||
ApplicationFormUrlEncoded = "application/x-www-form-urlencoded", | ||
TextPlain = "text/plain" | ||
AudioOgg = "audio/ogg", | ||
AudioOpus = "audio/opus", | ||
AudioWebm = "audio/webm", | ||
ImageGif = "image/gif", | ||
ImageJpg = "image/jpeg", | ||
ImagePng = "image/png", | ||
ImageWebp = "image/webp", | ||
TextPlain = "text/plain", | ||
VideoMp4 = "video/mp4", | ||
VideoMpeg = "video/mpeg", | ||
VideoOgg = "video/ogg", | ||
VideoWebm = "video/webm" | ||
} | ||
//# sourceMappingURL=MimeTypes.d.ts.map |
@@ -6,6 +6,17 @@ "use strict"; | ||
(function (MimeTypes) { | ||
MimeTypes["ApplicationFormUrlEncoded"] = "application/x-www-form-urlencoded"; | ||
MimeTypes["ApplicationJson"] = "application/json"; | ||
MimeTypes["ApplicationFormUrlEncoded"] = "application/x-www-form-urlencoded"; | ||
MimeTypes["AudioOgg"] = "audio/ogg"; | ||
MimeTypes["AudioOpus"] = "audio/opus"; | ||
MimeTypes["AudioWebm"] = "audio/webm"; | ||
MimeTypes["ImageGif"] = "image/gif"; | ||
MimeTypes["ImageJpg"] = "image/jpeg"; | ||
MimeTypes["ImagePng"] = "image/png"; | ||
MimeTypes["ImageWebp"] = "image/webp"; | ||
MimeTypes["TextPlain"] = "text/plain"; | ||
MimeTypes["VideoMp4"] = "video/mp4"; | ||
MimeTypes["VideoMpeg"] = "video/mpeg"; | ||
MimeTypes["VideoOgg"] = "video/ogg"; | ||
MimeTypes["VideoWebm"] = "video/webm"; | ||
})(MimeTypes = exports.MimeTypes || (exports.MimeTypes = {})); | ||
//# sourceMappingURL=MimeTypes.js.map |
{ | ||
"name": "@sapphire/plugin-api", | ||
"version": "2.1.5-next.e448947.0", | ||
"version": "2.2.0-next.b824cc6.0", | ||
"description": "Plugin for @sapphire/framework to expose a REST API", | ||
@@ -41,3 +41,3 @@ "author": "@sapphire", | ||
"psl": "^1.8.0", | ||
"tslib": "^2.2.0" | ||
"tslib": "^2.3.0" | ||
}, | ||
@@ -74,3 +74,3 @@ "repository": { | ||
}, | ||
"gitHead": "e44894769aae533668de7d6f2559cc4f7b58041d" | ||
"gitHead": "b824cc60ea9c160b6c057dfb48ad0f9f416c2a24" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
200456
3283
+ Added@types/node@22.10.1(transitive)
+ Addedpsl@1.14.0(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@types/node@22.9.3(transitive)
- Removedpsl@1.13.0(transitive)
- Removedundici-types@6.19.8(transitive)
Updatedtslib@^2.3.0