@navigraph/auth
Advanced tools
Comparing version 2.0.12 to 2.1.0
@@ -571,3 +571,4 @@ "use strict"; | ||
"Content-Type": "application/x-www-form-urlencoded" | ||
} | ||
}, | ||
withCredentials: app.scopes.includes(import_app5.Scope.TILES) ? true : void 0 | ||
}).catch(function(err) { | ||
@@ -574,0 +575,0 @@ var ref; |
@@ -479,3 +479,3 @@ // src/api.ts | ||
import pkce from "@navigraph/pkce"; | ||
import { getApp as getApp3, NotInitializedError, UserDeniedAccessError, DeviceFlowTokenExpiredError, InvalidClientError, InvalidScopeError } from "@navigraph/app"; | ||
import { getApp as getApp3, NotInitializedError, UserDeniedAccessError, DeviceFlowTokenExpiredError, InvalidClientError, InvalidScopeError, Scope } from "@navigraph/app"; | ||
import axios3 from "axios"; | ||
@@ -506,3 +506,4 @@ function signInWithDeviceFlow(callback) { | ||
"Content-Type": "application/x-www-form-urlencoded" | ||
} | ||
}, | ||
withCredentials: app.scopes.includes(Scope.TILES) ? true : void 0 | ||
}).catch(function(err) { | ||
@@ -509,0 +510,0 @@ var ref; |
{ | ||
"name": "@navigraph/auth", | ||
"version": "2.0.12", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -43,3 +43,3 @@ "description": "Authentication with Navigraph services as part of the Navigraph SDK", | ||
"@navigraph/pkce": "^1.0.3", | ||
"@navigraph/app": "1.2.8", | ||
"@navigraph/app": "1.3.0", | ||
"axios": "^0.24.0" | ||
@@ -46,0 +46,0 @@ }, |
61318
1641
+ Added@navigraph/app@1.3.0(transitive)
- Removed@navigraph/app@1.2.8(transitive)
Updated@navigraph/app@1.3.0