@frontegg/react-hooks 6.66.0-alpha.5 → 6.66.0-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.
@@ -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("contextOptions must not be null or undefined");
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
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.66.0-alpha.5
1
+ /** @license Frontegg v6.66.0-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.
@@ -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("contextOptions must not be null or undefined");
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
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.66.0-alpha.5
1
+ /** @license Frontegg v6.66.0-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,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/react-hooks",
3
- "version": "6.66.0-alpha.5",
3
+ "version": "6.66.0-alpha.6",
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-alpha.5",
10
- "@frontegg/types": "6.66.0-alpha.5",
9
+ "@frontegg/redux-store": "6.66.0-alpha.6",
10
+ "@frontegg/types": "6.66.0-alpha.6",
11
11
  "@types/react": "*",
12
12
  "react-redux": "^7.x"
13
13
  },