wallet-connect-button-vue 1.0.24 → 1.0.26
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/README.md +7 -1
- package/dist/index.esm.js +1194 -1115
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1194 -1115
- package/dist/index.js.map +1 -1
- package/dist/nl-wallet-web.js +1191 -1113
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,4 +53,10 @@ const onWalletSuccess = (attributes: any) => {
|
|
|
53
53
|
|
|
54
54
|
- `success` - Emitted when wallet connection succeeds
|
|
55
55
|
|
|
56
|
-
For further explanation and documentation, visit: https://wallet-connect.eu
|
|
56
|
+
For further explanation and documentation, visit: https://wallet-connect.eu
|
|
57
|
+
|
|
58
|
+
## Changes
|
|
59
|
+
|
|
60
|
+
### 1.0.25
|
|
61
|
+
- Pass the `clientId` prop through to the embedded `<nl-wallet-button>` as `client-id`, so the "No app yet?" link under the QR code becomes `<help-base-url>?client_id=<clientId>` (employee onboarding hand-off).
|
|
62
|
+
- NB Wallet (`nbwallet`) issuance deep links now use the https universal link base `https://nbwallet.org/deeplink/...` instead of the custom `businesswalletdebuginteraction://` scheme. Business Wallet and NL Wallet links are unchanged.
|