@xyo-network/react-wallet-service 9.0.5 → 9.1.0
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 +2 -2
- package/package.json +15 -19
package/README.md
CHANGED
|
@@ -8,6 +8,6 @@ Part of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/
|
|
|
8
8
|
|
|
9
9
|
## Credits
|
|
10
10
|
|
|
11
|
-
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
11
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
12
12
|
|
|
13
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
13
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-wallet-service",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,27 +43,25 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@bitauth/libauth": "~3.0.0",
|
|
45
45
|
"@metamask/providers": "^22.1.1",
|
|
46
|
-
"@mui/material": "^9.0
|
|
46
|
+
"@mui/material": "^9.1.0",
|
|
47
47
|
"@noble/post-quantum": "~0.6.1",
|
|
48
48
|
"@opentelemetry/api": "^1.9.1",
|
|
49
49
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
50
50
|
"@scure/base": "~2.2.0",
|
|
51
51
|
"@scure/bip39": "~2.2.0",
|
|
52
|
-
"@types/react": "^19.2.
|
|
53
|
-
"@xylabs/geo": "^6.
|
|
54
|
-
"@xylabs/react-shared": "
|
|
55
|
-
"@xylabs/sdk-js": "^6.
|
|
56
|
-
"@xylabs/threads": "^6.
|
|
57
|
-
"@xylabs/toolchain": "~8.1.
|
|
58
|
-
"@xylabs/tsconfig": "^8.1.
|
|
59
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
60
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
61
|
-
"@xyo-network/sdk-js": "^6.0
|
|
62
|
-
"@xyo-network/sdk-protocol-js": "
|
|
52
|
+
"@types/react": "^19.2.17",
|
|
53
|
+
"@xylabs/geo": "^6.1.1",
|
|
54
|
+
"@xylabs/react-shared": "^9.1.0",
|
|
55
|
+
"@xylabs/sdk-js": "^6.1.1",
|
|
56
|
+
"@xylabs/threads": "^6.1.1",
|
|
57
|
+
"@xylabs/toolchain": "~8.1.20",
|
|
58
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
59
|
+
"@xylabs/tsconfig-dom": "^8.1.20",
|
|
60
|
+
"@xylabs/tsconfig-react": "~8.1.20",
|
|
61
|
+
"@xyo-network/sdk-js": "^6.1.0",
|
|
62
|
+
"@xyo-network/sdk-protocol-js": "^6.1.0",
|
|
63
63
|
"ajv": "^8.20.0",
|
|
64
64
|
"async-mutex": "^0.5.0",
|
|
65
|
-
"bn.js": "^5.2.3",
|
|
66
|
-
"buffer": "^6.0.3",
|
|
67
65
|
"debug": "~4.4.3",
|
|
68
66
|
"eslint": "^10.4.1",
|
|
69
67
|
"ethers": "^6.16.0",
|
|
@@ -87,15 +85,13 @@
|
|
|
87
85
|
"@scure/base": "~2.2",
|
|
88
86
|
"@scure/bip39": "~2.2",
|
|
89
87
|
"@xylabs/geo": "^6.0",
|
|
90
|
-
"@xylabs/react-shared": "
|
|
88
|
+
"@xylabs/react-shared": "^9.1",
|
|
91
89
|
"@xylabs/sdk-js": "^6.0",
|
|
92
90
|
"@xylabs/threads": "^6.0",
|
|
93
91
|
"@xyo-network/sdk-js": "^6.0",
|
|
94
|
-
"@xyo-network/sdk-protocol-js": "
|
|
92
|
+
"@xyo-network/sdk-protocol-js": "^6.1",
|
|
95
93
|
"ajv": "^8.20",
|
|
96
94
|
"async-mutex": "^0.5",
|
|
97
|
-
"bn.js": "^5.2",
|
|
98
|
-
"buffer": "^6.0",
|
|
99
95
|
"debug": "~4.4",
|
|
100
96
|
"ethers": "^6.16",
|
|
101
97
|
"hash-wasm": "~4.12",
|