@frontegg/react-hooks 6.66.0-alpha.5 → 6.66.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.
- package/FronteggProvider/index.js +1 -1
- package/index.js +1 -1
- package/node/FronteggProvider/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +3 -3
|
@@ -117,7 +117,7 @@ export const FronteggStoreProvider = props => {
|
|
|
117
117
|
const context = (_app$options$contextO = app == null ? void 0 : (_app$options3 = app.options) == null ? void 0 : _app$options3.contextOptions) != null ? _app$options$contextO : contextOptions;
|
|
118
118
|
|
|
119
119
|
if (!context) {
|
|
120
|
-
throw Error(
|
|
120
|
+
throw Error('contextOptions must not be null or undefined');
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
const previewMode = (_app$options$previewM = app == null ? void 0 : (_app$options4 = app.options) == null ? void 0 : _app$options4.previewMode) != null ? _app$options$previewM : false;
|
package/index.js
CHANGED
|
@@ -136,7 +136,7 @@ const FronteggStoreProvider = props => {
|
|
|
136
136
|
const context = (_app$options$contextO = app == null ? void 0 : (_app$options3 = app.options) == null ? void 0 : _app$options3.contextOptions) != null ? _app$options$contextO : contextOptions;
|
|
137
137
|
|
|
138
138
|
if (!context) {
|
|
139
|
-
throw Error(
|
|
139
|
+
throw Error('contextOptions must not be null or undefined');
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
const previewMode = (_app$options$previewM = app == null ? void 0 : (_app$options4 = app.options) == null ? void 0 : _app$options4.previewMode) != null ? _app$options$previewM : false;
|
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react-hooks",
|
|
3
|
-
"version": "6.66.0
|
|
3
|
+
"version": "6.66.0",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Frontegg LTD",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@babel/runtime": "^7.18.6",
|
|
9
|
-
"@frontegg/redux-store": "6.66.0
|
|
10
|
-
"@frontegg/types": "6.66.0
|
|
9
|
+
"@frontegg/redux-store": "6.66.0",
|
|
10
|
+
"@frontegg/types": "6.66.0",
|
|
11
11
|
"@types/react": "*",
|
|
12
12
|
"react-redux": "^7.x"
|
|
13
13
|
},
|