@instantdb/core
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -711,3 +711,3 @@ // @ts-check | ||
try { | ||
const user = yield authAPI.exchangeCodeForToken({ | ||
const { user } = yield authAPI.exchangeCodeForToken({ | ||
apiURI: this.config.apiURI, | ||
@@ -714,0 +714,0 @@ appId: this.config.appId, |
@@ -739,3 +739,3 @@ "use strict"; | ||
try { | ||
const user = yield authAPI.exchangeCodeForToken({ | ||
const { user } = yield authAPI.exchangeCodeForToken({ | ||
apiURI: this.config.apiURI, | ||
@@ -742,0 +742,0 @@ appId: this.config.appId, |
{ | ||
"name": "@instantdb/core", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Instant's core local abstraction", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -824,3 +824,3 @@ // @ts-check | ||
try { | ||
const user = await authAPI.exchangeCodeForToken({ | ||
const { user } = await authAPI.exchangeCodeForToken({ | ||
apiURI: this.config.apiURI, | ||
@@ -827,0 +827,0 @@ appId: this.config.appId, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1532930