walletpair-sdk 1.0.1 → 1.0.2
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 +8 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# walletpair-sdk
|
|
2
2
|
|
|
3
|
-
TypeScript SDK for the [WalletPair Protocol](
|
|
3
|
+
TypeScript SDK for the [WalletPair Protocol](https://github.com/atshelchin/walletpair/blob/main/walletpair-protocol-v1.md) -- connect dApps and wallets with end-to-end encrypted, relay-based or BLE communication.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "walletpair-sdk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"files": [
|
|
@@ -44,6 +44,13 @@
|
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@wagmi/core": ">=2.0.0"
|
|
46
46
|
},
|
|
47
|
+
"repository": {
|
|
48
|
+
"type": "git",
|
|
49
|
+
"url": "https://github.com/atshelchin/walletpair.git",
|
|
50
|
+
"directory": "walletpair-sdk"
|
|
51
|
+
},
|
|
52
|
+
"homepage": "https://walletpair.org",
|
|
53
|
+
"bugs": "https://github.com/atshelchin/walletpair/issues",
|
|
47
54
|
"peerDependenciesMeta": {
|
|
48
55
|
"@wagmi/core": {
|
|
49
56
|
"optional": true
|