@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.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -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,
|
|
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
|
}
|