@foxiko/client
Advanced tools
Comparing version 1.0.89 to 1.0.90
@@ -88,5 +88,7 @@ const {OAuthCredentials} = require("@foxiko/oauth/OAuthServer"); | ||
} | ||
async _findAuthorization(code) { | ||
throw "This feature is currently not supported"; | ||
} | ||
async _findRefreshToken(refreshToken) { | ||
@@ -93,0 +95,0 @@ const result = await this.handler.findRefreshToken(refreshToken); |
{ | ||
"name": "@foxiko/client", | ||
"version": "1.0.89", | ||
"version": "1.0.90", | ||
"description": "", | ||
@@ -12,4 +12,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@foxiko/oauth": "^1.0.29", | ||
"foxiko-oauth": "^1.0.7", | ||
"@foxiko/oauth": "^1.0.30", | ||
"foxiko-request-handler": "^0.1.1", | ||
@@ -16,0 +15,0 @@ "ftp": "^0.3.10", |
4
189003
- Removedfoxiko-oauth@^1.0.7
- Removedfoxiko-oauth@1.0.7(transitive)
Updated@foxiko/oauth@^1.0.30