@provablehq/aleo-wallet-adaptor-react-ui 0.3.0-alpha.0 → 0.3.0-alpha.1
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 +5 -5
package/README.md
CHANGED
|
@@ -38,6 +38,6 @@ export function Layout({ children }: { children: React.ReactNode }) {
|
|
|
38
38
|
## Related packages
|
|
39
39
|
|
|
40
40
|
- `@provablehq/aleo-wallet-adaptor-react` – required provider context for these components.
|
|
41
|
-
- Wallet adapters such as `@provablehq/aleo-wallet-adaptor-
|
|
41
|
+
- Wallet adapters such as `@provablehq/aleo-wallet-adaptor-shield`, `-puzzle`, `-leo`, etc.
|
|
42
42
|
|
|
43
43
|
Live demo: https://aleo-dev-toolkit-react-app.vercel.app/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provablehq/aleo-wallet-adaptor-react-ui",
|
|
3
|
-
"version": "0.3.0-alpha.
|
|
3
|
+
"version": "0.3.0-alpha.1",
|
|
4
4
|
"description": "UI components for wallet adapter integration",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
],
|
|
12
12
|
"sideEffects": false,
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@provablehq/aleo-
|
|
15
|
-
"@provablehq/aleo-
|
|
16
|
-
"@provablehq/aleo-wallet-
|
|
17
|
-
"@provablehq/aleo-wallet-
|
|
14
|
+
"@provablehq/aleo-wallet-adaptor-core": "0.3.0-alpha.1",
|
|
15
|
+
"@provablehq/aleo-types": "0.3.0-alpha.1",
|
|
16
|
+
"@provablehq/aleo-wallet-standard": "0.3.0-alpha.1",
|
|
17
|
+
"@provablehq/aleo-wallet-adaptor-react": "0.3.0-alpha.1"
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|