@frontegg/js 7.0.0-alpha.1 → 7.0.0-alpha.2

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.
@@ -1,26 +1,34 @@
1
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2
-
3
- /**
1
+ /*!
2
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
4
3
  *
5
- * THIS IS CUSTOM VERSION OF JS-SHA256 that will be used only
6
- * on non-secure domain due to the native `crypto.subtle.digest`
7
- * isn't accessible from non-secure domains.
4
+ * Copyright (c) 2014-2017, Jon Schlinkert.
5
+ * Released under the MIT License.
6
+ */
7
+
8
+ /*!
9
+ * is-primitive <https://github.com/jonschlinkert/is-primitive>
8
10
  *
9
- * NOTE: Changes from 0.9.0:
10
- * - Remove any usage of eval scripts
11
- * - Remove support for UMD and AMD exports
12
- * - Remove support for CommonJS
13
- * - Make it typescript
11
+ * Copyright (c) 2014-present, Jon Schlinkert.
12
+ * Released under the MIT License.
13
+ */
14
+
15
+ /*!
16
+ * isobject <https://github.com/jonschlinkert/isobject>
14
17
  *
15
- * [js-sha256]{@link https://github.com/emn178/js-sha256}
18
+ * Copyright (c) 2014-2017, Jon Schlinkert.
19
+ * Released under the MIT License.
20
+ */
21
+
22
+ /*!
23
+ * set-value <https://github.com/jonschlinkert/set-value>
16
24
  *
17
- * @version 0.9.0
18
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
19
- * @copyright Chen, Yi-Cyuan 2014-2017
20
- * @license MIT
25
+ * Copyright (c) Jon Schlinkert (https://github.com/jonschlinkert).
26
+ * Released under the MIT License.
21
27
  */
22
28
 
23
- /** @license Frontegg v3.1.23
29
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
30
+
31
+ /** @license Frontegg v3.1.59
24
32
  *
25
33
  * This source code is licensed under the MIT license found in the
26
34
  * LICENSE file in the root directory of this source tree.
@@ -4,5 +4,6 @@ export var mockFlagsList = {
4
4
  'new-mfa-pages': 'on',
5
5
  'show-passkeys-new': 'on',
6
6
  'groups-admin-box-new': 'on',
7
- 'msp-all-accounts-new': 'on'
7
+ 'msp-all-accounts-new': 'on',
8
+ 'temporary-users': 'on'
8
9
  };
package/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export default {
2
- cdnVersion: '7.0.0-alpha.1'
2
+ cdnVersion: '7.0.0-alpha.2'
3
3
  };