@frontegg/types 6.0.1-alpha.3 → 6.0.1-alpha.6

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.
@@ -73,4 +73,8 @@ export interface FronteggAppOptions extends FronteggStoreOptions, PrivateOptions
73
73
  * Option to support tracing from the Frontegg login box
74
74
  */
75
75
  tracing?: boolean;
76
+ /**
77
+ * Option to override the CDN url for loading Frontegg UI elements
78
+ */
79
+ cdnUrl?: string;
76
80
  }
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.0.1-alpha.3
1
+ /** @license Frontegg v6.0.1-alpha.6
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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.0.1-alpha.3
1
+ /** @license Frontegg v6.0.1-alpha.6
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/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "6.0.1-alpha.3",
3
+ "version": "6.0.1-alpha.6",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "@babel/runtime": "^7.17.2",
8
- "@frontegg/redux-store": "6.0.1-alpha.3",
9
- "csstype": "^3.0.9"
8
+ "@frontegg/redux-store": "6.0.1-alpha.6",
9
+ "csstype": "^3.0.9",
10
+ "deepmerge": "^4.2.2"
10
11
  },
11
12
  "sideEffects": false,
12
13
  "private": false,