@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.d.ts CHANGED
@@ -7,4 +7,5 @@ declare const _default: {
7
7
  export default _default;
8
8
  export * from './components';
9
9
  export * from './core';
10
+ export * from './types';
10
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAqB,MAAM,KAAK,CAAC;AAElD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAQvC,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,OAAO,GAAI,IAAI,CA0C1D;;;;AAED,wBAEwC;AAExC,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAqB,MAAM,KAAK,CAAC;AAElD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAQvC,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,GAAE,OAAY,GAAI,IAAI,CAwC9D;;;;AAED,wBAEwC;AAExC,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
package/dist/index.mjs CHANGED
@@ -6465,8 +6465,7 @@ var components = /*#__PURE__*/Object.freeze({
6465
6465
  LanguageSwitcherDropdown: LanguageSwitcherDropdown
6466
6466
  });
6467
6467
 
6468
- function install(app, options) {
6469
- options = options || {};
6468
+ function install(app, options = {}) {
6470
6469
  if (options.apiClient) {
6471
6470
  provideAPIClient(options.apiClient, app);
6472
6471
  }