@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.
- package/AdminPortalRenderer/index.js +1 -2
- package/FronteggApp/FronteggApp.d.ts +36 -7
- package/FronteggApp/FronteggApp.js +123 -36
- package/HostedLogin/index.js +6 -8
- package/LoginBoxRenderer/index.js +1 -2
- package/index.js +1 -1
- package/node/AdminPortalRenderer/index.js +1 -2
- package/node/FronteggApp/FronteggApp.js +121 -35
- package/node/HostedLogin/index.js +6 -8
- package/node/LoginBoxRenderer/index.js +1 -2
- package/node/index.js +1 -1
- package/node/utils/mockFlagsList.js +2 -1
- package/node/version.js +1 -1
- package/package.json +2 -2
- package/umd/frontegg-helpers.production.min.js +1 -1
- package/umd/frontegg.development.js +25945 -28573
- package/umd/frontegg.production.min.js +1 -1
- package/umd/frontegg.production.min.js.LICENSE.txt +25 -17
- package/utils/mockFlagsList.js +2 -1
- package/version.js +1 -1
|
@@ -1,26 +1,34 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
|
|
3
|
-
/**
|
|
1
|
+
/*!
|
|
2
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
4
3
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
|
|
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
|
-
*
|
|
10
|
-
*
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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
|
-
*
|
|
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
|
-
*
|
|
18
|
-
*
|
|
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
|
-
|
|
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.
|
package/utils/mockFlagsList.js
CHANGED
package/version.js
CHANGED