@relayprotocol/relay-kit-ui 8.0.10 → 8.0.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/_cjs/src/utils/address.js +4 -0
- package/_cjs/src/utils/address.js.map +1 -1
- package/_cjs/src/utils/ton.js +13 -0
- package/_cjs/src/utils/ton.js.map +1 -0
- package/_cjs/src/version.js +1 -1
- package/_cjs/tsconfig.build.tsbuildinfo +1 -1
- package/_esm/src/utils/address.js +4 -0
- package/_esm/src/utils/address.js.map +1 -1
- package/_esm/src/utils/ton.js +13 -0
- package/_esm/src/utils/ton.js.map +1 -0
- package/_esm/src/version.js +1 -1
- package/_esm/tsconfig.build.tsbuildinfo +1 -1
- package/_types/src/utils/address.d.ts.map +1 -1
- package/_types/src/utils/ton.d.ts +5 -0
- package/_types/src/utils/ton.d.ts.map +1 -0
- package/_types/src/version.d.ts +1 -1
- package/_types/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relayprotocol/relay-kit-ui",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.12",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/relayprotocol/relay-kit.git",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"qrcode.react": "^4.1.0",
|
|
90
90
|
"tailwind-merge": "^3.0.0",
|
|
91
91
|
"usehooks-ts": "^3.1.0",
|
|
92
|
-
"@relayprotocol/relay-kit-hooks": "3.0.
|
|
93
|
-
"@relayprotocol/relay-sdk": "5.2.
|
|
92
|
+
"@relayprotocol/relay-kit-hooks": "3.0.18",
|
|
93
|
+
"@relayprotocol/relay-sdk": "5.2.8"
|
|
94
94
|
},
|
|
95
95
|
"keywords": [
|
|
96
96
|
"eth",
|
package/readme.md
CHANGED
|
@@ -30,7 +30,7 @@ When you're ready to contribute, submit a pull request with your changes. Our te
|
|
|
30
30
|
---
|
|
31
31
|
|
|
32
32
|
<p align="center">
|
|
33
|
-
<a href="https://relay.link/">Home</a> • <a href="https://docs.relay.link">Documentation</a> • <a href="https://github.com/
|
|
33
|
+
<a href="https://relay.link/">Home</a> • <a href="https://docs.relay.link">Documentation</a> • <a href="https://github.com/relayprotocol/relay-kit">GitHub</a>
|
|
34
34
|
</p>
|
|
35
35
|
|
|
36
36
|
<p align="center"> Made with <span style="color: #e25555;">♥</span> by the team @ <a href="https://relay.link">Relay</a></p>
|