@veltdev/sdk 1.0.162 → 1.0.163

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,6 +28,7 @@ export declare class Snippyly {
28
28
  * Tell us who the currently logged in user is.
29
29
  *
30
30
  * Call whenever the user is updated: signs in, signs out, signs up etc.
31
+ * @deprecated This method is deprecated and will be removed in next release.
31
32
  */
32
33
  updateUser: (user: User) => void;
33
34
  /**
@@ -86,4 +86,8 @@ export declare class Options {
86
86
  * Pass the auth token of the user.
87
87
  */
88
88
  authToken?: string;
89
+ /**
90
+ * If you want to force re-login the user.
91
+ */
92
+ forceReset?: boolean;
89
93
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.162",
3
+ "version": "1.0.163",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {