@xrpl-wallet-kit/auth 0.1.3 → 0.1.5
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ For `signatureKind: "signature"`, `publicKey` should be provided by the wallet/s
|
|
|
149
149
|
|
|
150
150
|
For `signatureKind: "signedTx"`, the verifier checks the signed transaction blob, signer address, transaction `Account`, and first memo text against the original auth message.
|
|
151
151
|
|
|
152
|
-
## Legacy HTML
|
|
152
|
+
## Legacy HTML Pattern
|
|
153
153
|
|
|
154
154
|
Legacy pages can use the same API from the browser bundle or ESM build. Keep the server verification endpoint separate:
|
|
155
155
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xrpl-wallet-kit/auth",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Sign-In with Wallet helpers for XRPL Wallet Kit.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"build": "tsc -p tsconfig.json"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@xrpl-wallet-kit/core": "0.1.
|
|
28
|
+
"@xrpl-wallet-kit/core": "0.1.5"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"ripple-keypairs": "^2.0.0",
|