@frontegg/js 6.43.0-alpha.2 → 6.43.0

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.
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.43.0-alpha.2
1
+ /** @license Frontegg v6.43.0
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/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.43.0-alpha.2
1
+ /** @license Frontegg v6.43.0
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/node/version.js CHANGED
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _default = {
8
- "cdnVersion": "6.43.0-alpha.2"
8
+ "cdnVersion": "6.43.0"
9
9
  };
10
10
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@frontegg/js",
3
- "version": "6.43.0-alpha.2",
3
+ "version": "6.43.0",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "@babel/runtime": "^7.18.6",
8
- "@frontegg/types": "6.43.0-alpha.2"
8
+ "@frontegg/types": "6.43.0"
9
9
  },
10
10
  "browserslist": {
11
11
  "production": [
@@ -1268,7 +1268,7 @@ __webpack_require__.r(__webpack_exports__);
1268
1268
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1269
1269
  /* harmony export */ });
1270
1270
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
1271
- "cdnVersion": "6.43.0-alpha.2"
1271
+ "cdnVersion": "6.43.0"
1272
1272
  });
1273
1273
 
1274
1274
  /***/ }),
@@ -16913,7 +16913,7 @@ __webpack_require__.r(__webpack_exports__);
16913
16913
  /* harmony export */ });
16914
16914
  /* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
16915
16915
  /* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
16916
- /** @license Frontegg v6.43.0-alpha.2
16916
+ /** @license Frontegg v6.43.0
16917
16917
  *
16918
16918
  * This source code is licensed under the MIT license found in the
16919
16919
  * LICENSE file in the root directory of this source tree.
@@ -17107,6 +17107,7 @@ let SocialLoginProviders;
17107
17107
  SocialLoginProviders["Facebook"] = "facebook";
17108
17108
  SocialLoginProviders["Google"] = "google";
17109
17109
  SocialLoginProviders["Github"] = "github";
17110
+ SocialLoginProviders["Slack"] = "slack";
17110
17111
  })(SocialLoginProviders || (SocialLoginProviders = {}));
17111
17112
 
17112
17113
  let AuthStrategyEnum;
@@ -18547,7 +18548,7 @@ __webpack_require__.r(__webpack_exports__);
18547
18548
  /* harmony import */ var _routers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./routers */ "../../node_modules/@frontegg/rest-api/routers.js");
18548
18549
  /* harmony import */ var _auth__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./auth */ "../../node_modules/@frontegg/rest-api/auth/enums.js");
18549
18550
  /* harmony import */ var _subscriptions__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./subscriptions */ "../../node_modules/@frontegg/rest-api/subscriptions/enums.js");
18550
- /** @license Frontegg v3.0.32
18551
+ /** @license Frontegg v3.0.34
18551
18552
  *
18552
18553
  * This source code is licensed under the MIT license found in the
18553
18554
  * LICENSE file in the root directory of this source tree.
@@ -18993,7 +18994,7 @@ __webpack_require__.r(__webpack_exports__);
18993
18994
  /* harmony export */ });
18994
18995
  /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./constants */ "../../node_modules/@frontegg/rest-api/constants.js");
18995
18996
 
18996
- const fronteggAuthApiRoutes = [`${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/logout`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/user/saml/postlogin`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v2}/user/oidc/postlogin`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/user`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/user/mfa/verify`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/user/token/refresh`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.users.v1}`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/passwordless/magiclink/postlogin`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/passwordless/code/postlogin`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/passwordless/smscode/postlogin`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.users.v1}/activate`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.users.v1}/invitation/accept`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.oauth.v1}/token`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.oauth.v1}/authorize/silent`];
18997
+ const fronteggAuthApiRoutes = [`${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/logout`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/user/saml/postlogin`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v2}/user/oidc/postlogin`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/user`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/user/mfa/verify`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/user/token/refresh`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.users.v1}`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.users.v1}/signUp`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/passwordless/magiclink/postlogin`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/passwordless/code/postlogin`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/passwordless/smscode/postlogin`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.users.v1}/activate`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.users.v1}/invitation/accept`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.oauth.v1}/token`, `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.oauth.v1}/authorize/silent`];
18997
18998
  const fronteggRefreshTokenUrl = `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.identity.auth.v1}/user/token/refresh`;
18998
18999
  const fronteggSilentRefreshTokenUrl = `${_constants__WEBPACK_IMPORTED_MODULE_0__.urls.oauth.v1}/authorize/silent`;
18999
19000