@provablehq/aleo-wallet-adaptor-react-ui 0.1.1-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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
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-prove-alpha`, `-puzzle`, `-leo`, etc.
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.1.1-alpha.0",
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-wallet-adaptor-react": "0.1.1-alpha.0",
15
- "@provablehq/aleo-wallet-adaptor-core": "0.1.1-alpha.0",
16
- "@provablehq/aleo-types": "0.1.1-alpha.0",
17
- "@provablehq/aleo-wallet-standard": "0.1.1-alpha.0"
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",
@@ -52,6 +52,6 @@
52
52
  "dev": "tsup --watch",
53
53
  "lint": "eslint src/**/*.ts*",
54
54
  "copy-files": "copyfiles styles.css dist/",
55
- "test": "jest"
55
+ "test": "jest --passWithNoTests"
56
56
  }
57
57
  }