@frontegg/js 6.171.0 → 6.173.0-alpha.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
package/node/index.js
CHANGED
package/node/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/js",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.173.0-alpha.0",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Frontegg LTD",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@babel/runtime": "^7.18.6",
|
|
9
|
-
"@frontegg/types": "6.
|
|
9
|
+
"@frontegg/types": "6.173.0-alpha.0"
|
|
10
10
|
},
|
|
11
11
|
"browserslist": {
|
|
12
12
|
"production": [
|
|
@@ -1445,7 +1445,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1445
1445
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1446
1446
|
/* harmony export */ });
|
|
1447
1447
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1448
|
-
cdnVersion: '6.
|
|
1448
|
+
cdnVersion: '6.173.0-alpha.0'
|
|
1449
1449
|
});
|
|
1450
1450
|
|
|
1451
1451
|
/***/ }),
|
|
@@ -23089,6 +23089,10 @@ class FronteggNativeModule {
|
|
|
23089
23089
|
throw new Error('FronteggNativeBridge is not available');
|
|
23090
23090
|
}
|
|
23091
23091
|
};
|
|
23092
|
+
this.promptSocialLoginConsent = () => {
|
|
23093
|
+
var _window$FronteggNativ3, _window$FronteggNativ4;
|
|
23094
|
+
return (_window$FronteggNativ3 = (_window$FronteggNativ4 = window.FronteggNativeBridgeFunctions) == null ? void 0 : _window$FronteggNativ4['shouldPromptSocialLoginConsent']) != null ? _window$FronteggNativ3 : false;
|
|
23095
|
+
};
|
|
23092
23096
|
}
|
|
23093
23097
|
isWebkitAvailable() {
|
|
23094
23098
|
var _window$webkit3, _window$webkit3$messa;
|
|
@@ -23099,8 +23103,8 @@ class FronteggNativeModule {
|
|
|
23099
23103
|
}
|
|
23100
23104
|
isAvailable(method) {
|
|
23101
23105
|
if (this.isWebkitAvailable() || this.isJsInterfaceAvailable()) {
|
|
23102
|
-
var _window$
|
|
23103
|
-
return (_window$
|
|
23106
|
+
var _window$FronteggNativ5, _window$FronteggNativ6;
|
|
23107
|
+
return (_window$FronteggNativ5 = (_window$FronteggNativ6 = window.FronteggNativeBridgeFunctions) == null ? void 0 : _window$FronteggNativ6[method]) != null ? _window$FronteggNativ5 : false;
|
|
23104
23108
|
}
|
|
23105
23109
|
return false;
|
|
23106
23110
|
}
|
|
@@ -24729,7 +24733,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
24729
24733
|
/* harmony export */ });
|
|
24730
24734
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
24731
24735
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
24732
|
-
/** @license Frontegg v6.
|
|
24736
|
+
/** @license Frontegg v6.173.0-alpha.0
|
|
24733
24737
|
*
|
|
24734
24738
|
* This source code is licensed under the MIT license found in the
|
|
24735
24739
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -28508,7 +28512,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28508
28512
|
/* harmony import */ var _users_interfaces__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./users/interfaces */ "../../node_modules/@frontegg/rest-api/users/interfaces.js");
|
|
28509
28513
|
/* harmony import */ var _entitlements_interfaces__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./entitlements/interfaces */ "../../node_modules/@frontegg/rest-api/entitlements/interfaces.js");
|
|
28510
28514
|
/* harmony import */ var _security_center_interfaces__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./security-center/interfaces */ "../../node_modules/@frontegg/rest-api/security-center/interfaces.js");
|
|
28511
|
-
/** @license Frontegg v3.1.
|
|
28515
|
+
/** @license Frontegg v3.1.57
|
|
28512
28516
|
*
|
|
28513
28517
|
* This source code is licensed under the MIT license found in the
|
|
28514
28518
|
* LICENSE file in the root directory of this source tree.
|