@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.
- package/FronteggApp/FronteggApp.js +1 -1
- package/index.js +1 -1
- package/node/FronteggApp/FronteggApp.js +1 -1
- package/node/index.js +1 -1
- package/node/version.js +1 -1
- package/package.json +2 -2
- package/version.js +1 -1
|
@@ -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
|
@@ -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
package/node/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/js",
|
|
3
|
-
"version": "6.
|
|
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.
|
|
8
|
+
"@frontegg/types": "6.6.0"
|
|
9
9
|
},
|
|
10
10
|
"sideEffects": false,
|
|
11
11
|
"private": false,
|
package/version.js
CHANGED