@instantdb/core
Advanced tools
Comparing version 0.14.22 to 0.14.23
@@ -223,3 +223,3 @@ import Reactor from "./Reactor"; | ||
/** | ||
* Sign in a user with a refresh toke | ||
* Sign in a user with a refresh token | ||
* | ||
@@ -226,0 +226,0 @@ * @see https://instantdb.com/docs/backend#frontend-auth-sign-in-with-token |
@@ -256,3 +256,3 @@ "use strict"; | ||
/** | ||
* Sign in a user with a refresh toke | ||
* Sign in a user with a refresh token | ||
* | ||
@@ -259,0 +259,0 @@ * @see https://instantdb.com/docs/backend#frontend-auth-sign-in-with-token |
@@ -223,3 +223,3 @@ import Reactor from "./Reactor"; | ||
/** | ||
* Sign in a user with a refresh toke | ||
* Sign in a user with a refresh token | ||
* | ||
@@ -226,0 +226,0 @@ * @see https://instantdb.com/docs/backend#frontend-auth-sign-in-with-token |
@@ -236,3 +236,3 @@ import Reactor from "./Reactor"; | ||
/** | ||
* Sign in a user with a refresh toke | ||
* Sign in a user with a refresh token | ||
* | ||
@@ -239,0 +239,0 @@ * @see https://instantdb.com/docs/backend#frontend-auth-sign-in-with-token |
@@ -1208,3 +1208,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}); | ||
this.changeCurrentUser(res.user); | ||
yield this.changeCurrentUser(res.user); | ||
return res; | ||
@@ -1220,3 +1220,3 @@ }); | ||
}); | ||
this.changeCurrentUser(res.user); | ||
yield this.changeCurrentUser(res.user); | ||
return res; | ||
@@ -1240,3 +1240,3 @@ }); | ||
} | ||
this.changeCurrentUser(null); | ||
yield this.changeCurrentUser(null); | ||
}); | ||
@@ -1263,3 +1263,3 @@ } | ||
}); | ||
this.changeCurrentUser(res.user); | ||
yield this.changeCurrentUser(res.user); | ||
return res; | ||
@@ -1291,3 +1291,3 @@ }); | ||
}); | ||
this.changeCurrentUser(res.user); | ||
yield this.changeCurrentUser(res.user); | ||
return res; | ||
@@ -1294,0 +1294,0 @@ }); |
{ | ||
"name": "@instantdb/core", | ||
"version": "v0.14.22", | ||
"version": "v0.14.23", | ||
"description": "Instant's core local abstraction", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -454,3 +454,3 @@ import Reactor from "./Reactor"; | ||
/** | ||
* Sign in a user with a refresh toke | ||
* Sign in a user with a refresh token | ||
* | ||
@@ -457,0 +457,0 @@ * @see https://instantdb.com/docs/backend#frontend-auth-sign-in-with-token |
@@ -1444,3 +1444,3 @@ // @ts-check | ||
}); | ||
this.changeCurrentUser(res.user); | ||
await this.changeCurrentUser(res.user); | ||
return res; | ||
@@ -1455,3 +1455,3 @@ } | ||
}); | ||
this.changeCurrentUser(res.user); | ||
await this.changeCurrentUser(res.user); | ||
return res; | ||
@@ -1472,4 +1472,3 @@ } | ||
} | ||
this.changeCurrentUser(null); | ||
await this.changeCurrentUser(null); | ||
} | ||
@@ -1496,3 +1495,3 @@ | ||
}); | ||
this.changeCurrentUser(res.user); | ||
await this.changeCurrentUser(res.user); | ||
return res; | ||
@@ -1524,3 +1523,3 @@ } | ||
}); | ||
this.changeCurrentUser(res.user); | ||
await this.changeCurrentUser(res.user); | ||
return res; | ||
@@ -1527,0 +1526,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
2362833