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