@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 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
  }