@frontegg/js 7.101.0-alpha.2 → 7.101.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.
@@ -149,7 +149,5 @@ export declare class FronteggApp {
149
149
  getUsersTableStore: (options: UseTableStoreOptions) => Promise<any>;
150
150
  getInviteUserDialogStore: (options: UseInviteUserDialogStoreOptions) => Promise<any>;
151
151
  getSsoGuideDialogStore: (options: any) => Promise<any>;
152
- renderScimGuideDialog: (container: HTMLElement, props: any, options: Partial<CMCComponentProps>) => Promise<any>;
153
- getScimGuideDialogStore: (options: any) => Promise<any>;
154
152
  }
155
153
  export {};
@@ -385,48 +385,6 @@ export var FronteggApp = /*#__PURE__*/function () {
385
385
  return _ref12.apply(this, arguments);
386
386
  };
387
387
  }();
388
- this.renderScimGuideDialog = /*#__PURE__*/function () {
389
- var _ref13 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee13(container, props, options) {
390
- var FronteggAdminPortal;
391
- return _regeneratorRuntime.wrap(function _callee13$(_context13) {
392
- while (1) switch (_context13.prev = _context13.next) {
393
- case 0:
394
- _context13.next = 2;
395
- return _this.loadScript('FronteggAdminPortal');
396
- case 2:
397
- FronteggAdminPortal = _context13.sent;
398
- return _context13.abrupt("return", FronteggAdminPortal.renderScimGuideDialog(container, _this.createCMCRenderOptions(props, options)));
399
- case 4:
400
- case "end":
401
- return _context13.stop();
402
- }
403
- }, _callee13);
404
- }));
405
- return function (_x22, _x23, _x24) {
406
- return _ref13.apply(this, arguments);
407
- };
408
- }();
409
- this.getScimGuideDialogStore = /*#__PURE__*/function () {
410
- var _ref14 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee14(options) {
411
- var FronteggAdminPortal;
412
- return _regeneratorRuntime.wrap(function _callee14$(_context14) {
413
- while (1) switch (_context14.prev = _context14.next) {
414
- case 0:
415
- _context14.next = 2;
416
- return _this.loadScript('FronteggAdminPortal');
417
- case 2:
418
- FronteggAdminPortal = _context14.sent;
419
- return _context14.abrupt("return", FronteggAdminPortal.useScimGuideDialogStore(options));
420
- case 4:
421
- case "end":
422
- return _context14.stop();
423
- }
424
- }, _callee14);
425
- }));
426
- return function (_x25) {
427
- return _ref14.apply(this, arguments);
428
- };
429
- }();
430
388
  var appName = formatName(name);
431
389
  var customElementName = "frontegg-app-".concat(appName);
432
390
  this.iframeRendering = iframeRendering;
@@ -519,9 +477,9 @@ export var FronteggApp = /*#__PURE__*/function () {
519
477
  }, {
520
478
  key: "initContainers",
521
479
  value: function () {
522
- var _initContainers = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee15(elements) {
523
- return _regeneratorRuntime.wrap(function _callee15$(_context15) {
524
- while (1) switch (_context15.prev = _context15.next) {
480
+ var _initContainers = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee13(elements) {
481
+ return _regeneratorRuntime.wrap(function _callee13$(_context13) {
482
+ while (1) switch (_context13.prev = _context13.next) {
525
483
  case 0:
526
484
  this.adminPortalEl = elements.adminPortalEl;
527
485
  this.loginBoxEl = elements.loginBoxEl;
@@ -536,7 +494,7 @@ export var FronteggApp = /*#__PURE__*/function () {
536
494
  } catch (e) {
537
495
  console.error('Failed to add frontegg-loading to body classList');
538
496
  }
539
- _context15.next = 9;
497
+ _context13.next = 9;
540
498
  return Promise.all([this.loadFeatureFlags(), this.loadAdminBoxMetadata(), this.requestAuthorize()]);
541
499
  case 9:
542
500
  if (!this.options.previewMode && !this.options.customLoginBox) {
@@ -548,11 +506,11 @@ export var FronteggApp = /*#__PURE__*/function () {
548
506
  }
549
507
  case 11:
550
508
  case "end":
551
- return _context15.stop();
509
+ return _context13.stop();
552
510
  }
553
- }, _callee15, this);
511
+ }, _callee13, this);
554
512
  }));
555
- function initContainers(_x26) {
513
+ function initContainers(_x22) {
556
514
  return _initContainers.apply(this, arguments);
557
515
  }
558
516
  return initContainers;
@@ -665,15 +623,15 @@ export var FronteggApp = /*#__PURE__*/function () {
665
623
  }, {
666
624
  key: "loadLoginBox",
667
625
  value: function () {
668
- var _loadLoginBox = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee16() {
626
+ var _loadLoginBox = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee14() {
669
627
  var FronteggLoginBox;
670
- return _regeneratorRuntime.wrap(function _callee16$(_context16) {
671
- while (1) switch (_context16.prev = _context16.next) {
628
+ return _regeneratorRuntime.wrap(function _callee14$(_context14) {
629
+ while (1) switch (_context14.prev = _context14.next) {
672
630
  case 0:
673
- _context16.next = 2;
631
+ _context14.next = 2;
674
632
  return this.loadScript('FronteggLoginBox');
675
633
  case 2:
676
- FronteggLoginBox = _context16.sent;
634
+ FronteggLoginBox = _context14.sent;
677
635
  FronteggLoginBox.render(this.loginBoxEl, {
678
636
  injector: this,
679
637
  options: this.options
@@ -689,9 +647,9 @@ export var FronteggApp = /*#__PURE__*/function () {
689
647
  this.loadingListeners = [];
690
648
  case 7:
691
649
  case "end":
692
- return _context16.stop();
650
+ return _context14.stop();
693
651
  }
694
- }, _callee16, this);
652
+ }, _callee14, this);
695
653
  }));
696
654
  function loadLoginBox() {
697
655
  return _loadLoginBox.apply(this, arguments);
@@ -701,20 +659,20 @@ export var FronteggApp = /*#__PURE__*/function () {
701
659
  }, {
702
660
  key: "showAdminPortal",
703
661
  value: function () {
704
- var _showAdminPortal = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee17(options) {
705
- var _ref15, isMultiApp, _this$queryFeatureFla, _this$queryFeatureFla2, multiAppsFlag, FronteggAdminPortal;
706
- return _regeneratorRuntime.wrap(function _callee17$(_context17) {
707
- while (1) switch (_context17.prev = _context17.next) {
662
+ var _showAdminPortal = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee15(options) {
663
+ var _ref13, isMultiApp, _this$queryFeatureFla, _this$queryFeatureFla2, multiAppsFlag, FronteggAdminPortal;
664
+ return _regeneratorRuntime.wrap(function _callee15$(_context15) {
665
+ while (1) switch (_context15.prev = _context15.next) {
708
666
  case 0:
709
- _ref15 = options != null ? options : {
667
+ _ref13 = options != null ? options : {
710
668
  isMultiApp: false
711
- }, isMultiApp = _ref15.isMultiApp;
669
+ }, isMultiApp = _ref13.isMultiApp;
712
670
  _this$queryFeatureFla = this.queryFeatureFlags(['multi-apps-admin-portal']), _this$queryFeatureFla2 = _slicedToArray(_this$queryFeatureFla, 1), multiAppsFlag = _this$queryFeatureFla2[0];
713
671
  ContextHolder["for"](this.name).setRequestSource(RequestSource.AdminPortal);
714
- _context17.next = 5;
672
+ _context15.next = 5;
715
673
  return this.loadScript('FronteggAdminPortal');
716
674
  case 5:
717
- FronteggAdminPortal = _context17.sent;
675
+ FronteggAdminPortal = _context15.sent;
718
676
  this.adminPortalRenderer = FronteggAdminPortal.render(this.adminPortalEl, {
719
677
  injector: this,
720
678
  options: Object.assign({
@@ -723,11 +681,11 @@ export var FronteggApp = /*#__PURE__*/function () {
723
681
  });
724
682
  case 7:
725
683
  case "end":
726
- return _context17.stop();
684
+ return _context15.stop();
727
685
  }
728
- }, _callee17, this);
686
+ }, _callee15, this);
729
687
  }));
730
- function showAdminPortal(_x27) {
688
+ function showAdminPortal(_x23) {
731
689
  return _showAdminPortal.apply(this, arguments);
732
690
  }
733
691
  return showAdminPortal;
@@ -766,15 +724,15 @@ export var FronteggApp = /*#__PURE__*/function () {
766
724
  }, {
767
725
  key: "showCheckoutDialog",
768
726
  value: function () {
769
- var _showCheckoutDialog = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee18(opts) {
727
+ var _showCheckoutDialog = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee16(opts) {
770
728
  var FronteggAdminPortal;
771
- return _regeneratorRuntime.wrap(function _callee18$(_context18) {
772
- while (1) switch (_context18.prev = _context18.next) {
729
+ return _regeneratorRuntime.wrap(function _callee16$(_context16) {
730
+ while (1) switch (_context16.prev = _context16.next) {
773
731
  case 0:
774
- _context18.next = 2;
732
+ _context16.next = 2;
775
733
  return this.loadScript('FronteggAdminPortal');
776
734
  case 2:
777
- FronteggAdminPortal = _context18.sent;
735
+ FronteggAdminPortal = _context16.sent;
778
736
  this.checkoutDialogRenderer = FronteggAdminPortal.renderCheckoutDialog(this.checkoutDialogEl, Object.assign({
779
737
  injector: this
780
738
  }, opts, {
@@ -782,11 +740,11 @@ export var FronteggApp = /*#__PURE__*/function () {
782
740
  }));
783
741
  case 4:
784
742
  case "end":
785
- return _context18.stop();
743
+ return _context16.stop();
786
744
  }
787
- }, _callee18, this);
745
+ }, _callee16, this);
788
746
  }));
789
- function showCheckoutDialog(_x28) {
747
+ function showCheckoutDialog(_x24) {
790
748
  return _showCheckoutDialog.apply(this, arguments);
791
749
  }
792
750
  return showCheckoutDialog;
@@ -875,9 +833,9 @@ export var FronteggApp = /*#__PURE__*/function () {
875
833
  key: "stepUp",
876
834
  value: function stepUp(options) {
877
835
  var state = this.store.getState();
878
- var _ref16 = (state == null ? void 0 : state.auth) || {},
879
- hostedLoginBox = _ref16.hostedLoginBox,
880
- stepUpUrl = _ref16.routes.stepUpUrl;
836
+ var _ref14 = (state == null ? void 0 : state.auth) || {},
837
+ hostedLoginBox = _ref14.hostedLoginBox,
838
+ stepUpUrl = _ref14.routes.stepUpUrl;
881
839
  if (hostedLoginBox) {
882
840
  this.store.dispatch({
883
841
  type: 'auth/stepUpHostedLogin',
@@ -897,8 +855,8 @@ export var FronteggApp = /*#__PURE__*/function () {
897
855
  value: function isSteppedUp() {
898
856
  var _this$store$getState;
899
857
  var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
900
- var _ref17 = ((_this$store$getState = this.store.getState()) == null ? void 0 : _this$store$getState.auth) || {},
901
- user = _ref17.user;
858
+ var _ref15 = ((_this$store$getState = this.store.getState()) == null ? void 0 : _this$store$getState.auth) || {},
859
+ user = _ref15.user;
902
860
  return _isSteppedUp(user, options);
903
861
  }
904
862
 
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.101.0-alpha.2
1
+ /** @license Frontegg v7.101.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.
@@ -392,48 +392,6 @@ var FronteggApp = /*#__PURE__*/function () {
392
392
  return _ref12.apply(this, arguments);
393
393
  };
394
394
  }();
395
- this.renderScimGuideDialog = /*#__PURE__*/function () {
396
- var _ref13 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee13(container, props, options) {
397
- var FronteggAdminPortal;
398
- return _regenerator["default"].wrap(function _callee13$(_context13) {
399
- while (1) switch (_context13.prev = _context13.next) {
400
- case 0:
401
- _context13.next = 2;
402
- return _this.loadScript('FronteggAdminPortal');
403
- case 2:
404
- FronteggAdminPortal = _context13.sent;
405
- return _context13.abrupt("return", FronteggAdminPortal.renderScimGuideDialog(container, _this.createCMCRenderOptions(props, options)));
406
- case 4:
407
- case "end":
408
- return _context13.stop();
409
- }
410
- }, _callee13);
411
- }));
412
- return function (_x22, _x23, _x24) {
413
- return _ref13.apply(this, arguments);
414
- };
415
- }();
416
- this.getScimGuideDialogStore = /*#__PURE__*/function () {
417
- var _ref14 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee14(options) {
418
- var FronteggAdminPortal;
419
- return _regenerator["default"].wrap(function _callee14$(_context14) {
420
- while (1) switch (_context14.prev = _context14.next) {
421
- case 0:
422
- _context14.next = 2;
423
- return _this.loadScript('FronteggAdminPortal');
424
- case 2:
425
- FronteggAdminPortal = _context14.sent;
426
- return _context14.abrupt("return", FronteggAdminPortal.useScimGuideDialogStore(options));
427
- case 4:
428
- case "end":
429
- return _context14.stop();
430
- }
431
- }, _callee14);
432
- }));
433
- return function (_x25) {
434
- return _ref14.apply(this, arguments);
435
- };
436
- }();
437
395
  var appName = (0, _utils.formatName)(name);
438
396
  var customElementName = "frontegg-app-".concat(appName);
439
397
  this.iframeRendering = iframeRendering;
@@ -526,9 +484,9 @@ var FronteggApp = /*#__PURE__*/function () {
526
484
  }, {
527
485
  key: "initContainers",
528
486
  value: function () {
529
- var _initContainers = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee15(elements) {
530
- return _regenerator["default"].wrap(function _callee15$(_context15) {
531
- while (1) switch (_context15.prev = _context15.next) {
487
+ var _initContainers = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee13(elements) {
488
+ return _regenerator["default"].wrap(function _callee13$(_context13) {
489
+ while (1) switch (_context13.prev = _context13.next) {
532
490
  case 0:
533
491
  this.adminPortalEl = elements.adminPortalEl;
534
492
  this.loginBoxEl = elements.loginBoxEl;
@@ -543,7 +501,7 @@ var FronteggApp = /*#__PURE__*/function () {
543
501
  } catch (e) {
544
502
  console.error('Failed to add frontegg-loading to body classList');
545
503
  }
546
- _context15.next = 9;
504
+ _context13.next = 9;
547
505
  return Promise.all([this.loadFeatureFlags(), this.loadAdminBoxMetadata(), this.requestAuthorize()]);
548
506
  case 9:
549
507
  if (!this.options.previewMode && !this.options.customLoginBox) {
@@ -555,11 +513,11 @@ var FronteggApp = /*#__PURE__*/function () {
555
513
  }
556
514
  case 11:
557
515
  case "end":
558
- return _context15.stop();
516
+ return _context13.stop();
559
517
  }
560
- }, _callee15, this);
518
+ }, _callee13, this);
561
519
  }));
562
- function initContainers(_x26) {
520
+ function initContainers(_x22) {
563
521
  return _initContainers.apply(this, arguments);
564
522
  }
565
523
  return initContainers;
@@ -672,15 +630,15 @@ var FronteggApp = /*#__PURE__*/function () {
672
630
  }, {
673
631
  key: "loadLoginBox",
674
632
  value: function () {
675
- var _loadLoginBox = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee16() {
633
+ var _loadLoginBox = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee14() {
676
634
  var FronteggLoginBox;
677
- return _regenerator["default"].wrap(function _callee16$(_context16) {
678
- while (1) switch (_context16.prev = _context16.next) {
635
+ return _regenerator["default"].wrap(function _callee14$(_context14) {
636
+ while (1) switch (_context14.prev = _context14.next) {
679
637
  case 0:
680
- _context16.next = 2;
638
+ _context14.next = 2;
681
639
  return this.loadScript('FronteggLoginBox');
682
640
  case 2:
683
- FronteggLoginBox = _context16.sent;
641
+ FronteggLoginBox = _context14.sent;
684
642
  FronteggLoginBox.render(this.loginBoxEl, {
685
643
  injector: this,
686
644
  options: this.options
@@ -696,9 +654,9 @@ var FronteggApp = /*#__PURE__*/function () {
696
654
  this.loadingListeners = [];
697
655
  case 7:
698
656
  case "end":
699
- return _context16.stop();
657
+ return _context14.stop();
700
658
  }
701
- }, _callee16, this);
659
+ }, _callee14, this);
702
660
  }));
703
661
  function loadLoginBox() {
704
662
  return _loadLoginBox.apply(this, arguments);
@@ -708,20 +666,20 @@ var FronteggApp = /*#__PURE__*/function () {
708
666
  }, {
709
667
  key: "showAdminPortal",
710
668
  value: function () {
711
- var _showAdminPortal = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee17(options) {
712
- var _ref15, isMultiApp, _this$queryFeatureFla, _this$queryFeatureFla2, multiAppsFlag, FronteggAdminPortal;
713
- return _regenerator["default"].wrap(function _callee17$(_context17) {
714
- while (1) switch (_context17.prev = _context17.next) {
669
+ var _showAdminPortal = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee15(options) {
670
+ var _ref13, isMultiApp, _this$queryFeatureFla, _this$queryFeatureFla2, multiAppsFlag, FronteggAdminPortal;
671
+ return _regenerator["default"].wrap(function _callee15$(_context15) {
672
+ while (1) switch (_context15.prev = _context15.next) {
715
673
  case 0:
716
- _ref15 = options != null ? options : {
674
+ _ref13 = options != null ? options : {
717
675
  isMultiApp: false
718
- }, isMultiApp = _ref15.isMultiApp;
676
+ }, isMultiApp = _ref13.isMultiApp;
719
677
  _this$queryFeatureFla = this.queryFeatureFlags(['multi-apps-admin-portal']), _this$queryFeatureFla2 = (0, _slicedToArray2["default"])(_this$queryFeatureFla, 1), multiAppsFlag = _this$queryFeatureFla2[0];
720
678
  FronteggRestApi.ContextHolder["for"](this.name).setRequestSource(FronteggRestApi.RequestSource.AdminPortal);
721
- _context17.next = 5;
679
+ _context15.next = 5;
722
680
  return this.loadScript('FronteggAdminPortal');
723
681
  case 5:
724
- FronteggAdminPortal = _context17.sent;
682
+ FronteggAdminPortal = _context15.sent;
725
683
  this.adminPortalRenderer = FronteggAdminPortal.render(this.adminPortalEl, {
726
684
  injector: this,
727
685
  options: Object.assign({
@@ -730,11 +688,11 @@ var FronteggApp = /*#__PURE__*/function () {
730
688
  });
731
689
  case 7:
732
690
  case "end":
733
- return _context17.stop();
691
+ return _context15.stop();
734
692
  }
735
- }, _callee17, this);
693
+ }, _callee15, this);
736
694
  }));
737
- function showAdminPortal(_x27) {
695
+ function showAdminPortal(_x23) {
738
696
  return _showAdminPortal.apply(this, arguments);
739
697
  }
740
698
  return showAdminPortal;
@@ -773,15 +731,15 @@ var FronteggApp = /*#__PURE__*/function () {
773
731
  }, {
774
732
  key: "showCheckoutDialog",
775
733
  value: function () {
776
- var _showCheckoutDialog = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee18(opts) {
734
+ var _showCheckoutDialog = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee16(opts) {
777
735
  var FronteggAdminPortal;
778
- return _regenerator["default"].wrap(function _callee18$(_context18) {
779
- while (1) switch (_context18.prev = _context18.next) {
736
+ return _regenerator["default"].wrap(function _callee16$(_context16) {
737
+ while (1) switch (_context16.prev = _context16.next) {
780
738
  case 0:
781
- _context18.next = 2;
739
+ _context16.next = 2;
782
740
  return this.loadScript('FronteggAdminPortal');
783
741
  case 2:
784
- FronteggAdminPortal = _context18.sent;
742
+ FronteggAdminPortal = _context16.sent;
785
743
  this.checkoutDialogRenderer = FronteggAdminPortal.renderCheckoutDialog(this.checkoutDialogEl, Object.assign({
786
744
  injector: this
787
745
  }, opts, {
@@ -789,11 +747,11 @@ var FronteggApp = /*#__PURE__*/function () {
789
747
  }));
790
748
  case 4:
791
749
  case "end":
792
- return _context18.stop();
750
+ return _context16.stop();
793
751
  }
794
- }, _callee18, this);
752
+ }, _callee16, this);
795
753
  }));
796
- function showCheckoutDialog(_x28) {
754
+ function showCheckoutDialog(_x24) {
797
755
  return _showCheckoutDialog.apply(this, arguments);
798
756
  }
799
757
  return showCheckoutDialog;
@@ -882,9 +840,9 @@ var FronteggApp = /*#__PURE__*/function () {
882
840
  key: "stepUp",
883
841
  value: function stepUp(options) {
884
842
  var state = this.store.getState();
885
- var _ref16 = (state == null ? void 0 : state.auth) || {},
886
- hostedLoginBox = _ref16.hostedLoginBox,
887
- stepUpUrl = _ref16.routes.stepUpUrl;
843
+ var _ref14 = (state == null ? void 0 : state.auth) || {},
844
+ hostedLoginBox = _ref14.hostedLoginBox,
845
+ stepUpUrl = _ref14.routes.stepUpUrl;
888
846
  if (hostedLoginBox) {
889
847
  this.store.dispatch({
890
848
  type: 'auth/stepUpHostedLogin',
@@ -904,8 +862,8 @@ var FronteggApp = /*#__PURE__*/function () {
904
862
  value: function isSteppedUp() {
905
863
  var _this$store$getState;
906
864
  var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
907
- var _ref17 = ((_this$store$getState = this.store.getState()) == null ? void 0 : _this$store$getState.auth) || {},
908
- user = _ref17.user;
865
+ var _ref15 = ((_this$store$getState = this.store.getState()) == null ? void 0 : _this$store$getState.auth) || {},
866
+ user = _ref15.user;
909
867
  return (0, FronteggReduxStore.isSteppedUp)(user, options);
910
868
  }
911
869
 
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.101.0-alpha.2
1
+ /** @license Frontegg v7.101.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: '7.101.0-alpha.2'
8
+ cdnVersion: '7.101.0'
9
9
  };
10
10
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@frontegg/js",
3
- "version": "7.101.0-alpha.2",
3
+ "version": "7.101.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": "7.101.0-alpha.2"
9
+ "@frontegg/types": "7.101.0"
10
10
  },
11
11
  "browserslist": {
12
12
  "production": [