@lumiapassport/ui-kit 1.14.20 → 1.14.21
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/iframe/index.html +1 -1
- package/dist/iframe/main.js +118 -1
- package/dist/iframe/main.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5401,7 +5401,7 @@ function Header() {
|
|
|
5401
5401
|
// package.json
|
|
5402
5402
|
var package_default = {
|
|
5403
5403
|
name: "@lumiapassport/ui-kit",
|
|
5404
|
-
version: "1.14.
|
|
5404
|
+
version: "1.14.21",
|
|
5405
5405
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
5406
5406
|
type: "module",
|
|
5407
5407
|
main: "./dist/index.cjs",
|