@frontegg/vue 3.0.10 → 3.0.11-alpha.7238176298

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.
@@ -154,7 +154,9 @@ export declare const mapSocialLoginActions: <K extends "setSocialLoginsState" |
154
154
  setSocialLoginsState: (state: Partial<import("@frontegg/redux-store").SocialLoginState>) => void;
155
155
  resetSocialLoginsState: () => void;
156
156
  loadSocialLoginsConfiguration: () => void;
157
- loadSocialLoginsConfigurationV2: () => void;
157
+ loadSocialLoginsConfigurationV2: (payload?: {
158
+ callback?: import("@frontegg/redux-store").CallbackMethod<import("@frontegg/redux-store").SocialLoginState> | undefined;
159
+ } | undefined) => void;
158
160
  loginViaSocialLogin: (payload: import("@frontegg/redux-store").ILoginViaSocialLoginPayload) => void;
159
161
  setSocialLoginError: (payload: import("@frontegg/rest-api").ISetSocialLoginError) => void;
160
162
  }[K];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/vue",
3
- "version": "3.0.10",
3
+ "version": "3.0.11-alpha.7238176298",
4
4
  "description": "",
5
5
  "main": "dist/index.ssr.js",
6
6
  "browser": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "build:unpkg": "cross-env NODE_ENV=production rollup --config rollup.config.js --format iife"
23
23
  },
24
24
  "dependencies": {
25
- "@frontegg/js": "6.157.0",
25
+ "@frontegg/js": "6.161.0",
26
26
  "get-value": "^3.0.1",
27
27
  "set-value": "^4.0.1"
28
28
  },
@@ -62,4 +62,4 @@
62
62
  "engines": {
63
63
  "node": ">=12"
64
64
  }
65
- }
65
+ }