@frontegg/redux-store 7.12.0-alpha.7 → 7.12.0-alpha.9

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.
@@ -102,7 +102,7 @@ export default ((store, api, sharedActions) => {
102
102
  try {
103
103
  setSocialLoginsState({
104
104
  loading: true
105
- });
105
+ }); //
106
106
  const {
107
107
  email,
108
108
  isNewUser,
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.12.0-alpha.7
1
+ /** @license Frontegg v7.12.0-alpha.9
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -109,7 +109,7 @@ var _default = (store, api, sharedActions) => {
109
109
  try {
110
110
  setSocialLoginsState({
111
111
  loading: true
112
- });
112
+ }); //
113
113
  const {
114
114
  email,
115
115
  isNewUser,
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.12.0-alpha.7
1
+ /** @license Frontegg v7.12.0-alpha.9
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/redux-store",
3
- "version": "7.12.0-alpha.7",
3
+ "version": "7.12.0-alpha.9",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",