@frontegg/types 6.1.0 → 6.2.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/PrivateOptions.d.ts +1 -1
- package/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +2 -2
package/PrivateOptions.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RedirectOptions } from '@frontegg/rest-api';
|
|
2
|
-
import { EnhancedStore } from '@
|
|
2
|
+
import { EnhancedStore } from '@frontegg/redux-store';
|
|
3
3
|
export interface PrivateOptions {
|
|
4
4
|
/**
|
|
5
5
|
* Option to open admin portal as Preview mode without HTTP requests for demo mode purpose
|
package/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/types",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.2",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@babel/runtime": "^7.17.2",
|
|
9
|
-
"@frontegg/redux-store": "6.
|
|
9
|
+
"@frontegg/redux-store": "6.2.2",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|