@liff/server-api
Advanced tools
Comparing version 2.20.2 to 2.20.3
@@ -1,12 +0,2 @@ | ||
/** | ||
* @exports | ||
* @param {string} url | ||
* @param {RequestInit} [options] | ||
*/ | ||
export declare function request(url: string, options?: RequestInit): Promise<any>; | ||
/** | ||
* @exports | ||
* @param {string} url | ||
* @param {RequestInit} [options] | ||
*/ | ||
export declare function requestWithoutErrorHandling(url: string, options?: RequestInit): Promise<any>; |
@@ -6,9 +6,3 @@ interface Response { | ||
} | ||
/** | ||
* Verify access_token | ||
* API Reference https://developers.line.biz/en/reference/line-login/#verify-access-token | ||
* @export | ||
* @returns {Promise<Response>} | ||
*/ | ||
export declare function verifyAccessToken(accessToken: string): Promise<Response>; | ||
export {}; |
{ | ||
"name": "@liff/server-api", | ||
"version": "2.20.2", | ||
"version": "2.20.3", | ||
"description": "@liff/server-api", | ||
@@ -31,5 +31,5 @@ "license": "SEE LICENSE IN README.md", | ||
"dependencies": { | ||
"@liff/consts": "2.20.2", | ||
"@liff/store": "2.20.2", | ||
"@liff/util": "2.20.2" | ||
"@liff/consts": "2.20.3", | ||
"@liff/store": "2.20.3", | ||
"@liff/util": "2.20.3" | ||
}, | ||
@@ -39,3 +39,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "7299a0642aafc87b46d0808da89840399148d436" | ||
"gitHead": "7845e9a5c675d44b97a35c64dc5c200c4751ce2d" | ||
} |
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
8273
60
+ Added@liff/consts@2.20.3(transitive)
+ Added@liff/is-in-client@2.20.3(transitive)
+ Added@liff/logger@2.20.3(transitive)
+ Added@liff/store@2.20.3(transitive)
+ Added@liff/types@2.20.3(transitive)
+ Added@liff/util@2.20.3(transitive)
- Removed@liff/consts@2.20.2(transitive)
- Removed@liff/is-in-client@2.20.2(transitive)
- Removed@liff/logger@2.20.2(transitive)
- Removed@liff/store@2.20.2(transitive)
- Removed@liff/types@2.20.2(transitive)
- Removed@liff/util@2.20.2(transitive)
Updated@liff/consts@2.20.3
Updated@liff/store@2.20.3
Updated@liff/util@2.20.3