@frontegg/types 5.24.0 → 5.27.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.
@@ -81,8 +81,12 @@ export interface FronteggAppOptions extends FronteggStoreOptions {
81
81
  */
82
82
  localizations?: LocalizationsOverrides;
83
83
  /**
84
- * Pass Redux store object created by createFronteggStore to manage actions and state of the frontegg application
84
+ * Pass Redux store object created by create Frontegg Store to manage actions and state of the frontegg application
85
85
  * mostly used when building your own components.
86
86
  */
87
87
  store?: EnhancedStore;
88
+ /**
89
+ * Option to support tracing from the Frontegg login box
90
+ */
91
+ tracing?: boolean;
88
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "5.24.0",
3
+ "version": "5.27.0",
4
4
  "main": "./node/index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",