@sapphire/plugin-api
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.1.1](https://github.com/sapphire-project/plugins/compare/@sapphire/plugin-api@2.1.0...@sapphire/plugin-api@2.1.1) (2021-04-03) | ||
### Bug Fixes | ||
- **api:** fixed types for CookieStore ([83420f4](https://github.com/sapphire-project/plugins/commit/83420f46dfbcfba3477aa4db0897dc4aacc2118e)) | ||
# [2.1.0](https://github.com/sapphire-project/plugins/compare/@sapphire/plugin-api@2.0.5...@sapphire/plugin-api@2.1.0) (2021-04-03) | ||
@@ -8,0 +14,0 @@ |
@@ -8,3 +8,3 @@ import type { ApiRequest } from './ApiRequest'; | ||
private secure; | ||
constructor(request: ApiRequest, response: ApiResponse, secure: boolean, domainOverwrite: string | null); | ||
constructor(request: ApiRequest, response: ApiResponse, secure: boolean, domainOverwrite?: string | null); | ||
add(name: string, value: string, options?: SecureCookieStoreSetOptions): void; | ||
@@ -11,0 +11,0 @@ remove(name: string): void; |
@@ -39,4 +39,4 @@ /// <reference types="node" /> | ||
*/ | ||
protected contentStream(request: ApiRequest): import("zlib").BrotliDecompress | ApiRequest | null; | ||
protected contentStream(request: ApiRequest): ApiRequest | import("zlib").Gunzip | null; | ||
} | ||
//# sourceMappingURL=MediaParser.d.ts.map |
{ | ||
"name": "@sapphire/plugin-api", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Plugin for @sapphire/framework to expose a REST API", | ||
@@ -85,3 +85,3 @@ "author": "@sapphire", | ||
}, | ||
"gitHead": "aa8af189a482c9869bff62b5699ede5c1a4923ab" | ||
"gitHead": "69ca3a9ef1a36a07697ed6b51adee22af8a383dd" | ||
} |
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
206750
2