@authup/client-web-kit 1.0.0-beta.10 → 1.0.0-beta.12
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/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -10
package/dist/index.cjs
CHANGED
|
@@ -6469,8 +6469,7 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
6469
6469
|
LanguageSwitcherDropdown: LanguageSwitcherDropdown
|
|
6470
6470
|
});
|
|
6471
6471
|
|
|
6472
|
-
function install(app, options) {
|
|
6473
|
-
options = options || {};
|
|
6472
|
+
function install(app, options = {}) {
|
|
6474
6473
|
if (options.apiClient) {
|
|
6475
6474
|
provideAPIClient(options.apiClient, app);
|
|
6476
6475
|
}
|