@frontegg/js 6.5.1 → 6.6.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.
@@ -98,7 +98,7 @@ export class FronteggApp {
98
98
  }, this, this.options.previewMode, authOptions, {
99
99
  auth: (_this$options$authOpt = this.options.authOptions) != null ? _this$options$authOpt : {},
100
100
  audits: (_this$options$auditsO = this.options.auditsOptions) != null ? _this$options$auditsO : {}
101
- });
101
+ }, false, this.options.urlStrategy);
102
102
  AppHolder.setInstance(appName, this);
103
103
  }
104
104
 
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.5.1
1
+ /** @license Frontegg v6.6.0
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.
@@ -116,7 +116,7 @@ class FronteggApp {
116
116
  }, this, this.options.previewMode, authOptions, {
117
117
  auth: (_this$options$authOpt = this.options.authOptions) != null ? _this$options$authOpt : {},
118
118
  audits: (_this$options$auditsO = this.options.auditsOptions) != null ? _this$options$auditsO : {}
119
- });
119
+ }, false, this.options.urlStrategy);
120
120
 
121
121
  _AppHolder.AppHolder.setInstance(appName, this);
122
122
  }
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.5.1
1
+ /** @license Frontegg v6.6.0
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/version.js CHANGED
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = {
8
- "cdnVersion": "6.5.1"
8
+ "cdnVersion": "6.6.0"
9
9
  };
10
10
  exports.default = _default;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@frontegg/js",
3
- "version": "6.5.1",
3
+ "version": "6.6.0",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "@babel/runtime": "^7.18.6",
8
- "@frontegg/types": "6.5.1"
8
+ "@frontegg/types": "6.6.0"
9
9
  },
10
10
  "sideEffects": false,
11
11
  "private": false,
package/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export default {
2
- "cdnVersion": "6.5.1"
2
+ "cdnVersion": "6.6.0"
3
3
  };