@xyo-network/react-card 9.0.2 → 9.0.4

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 (1) hide show
  1. package/package.json +29 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-card",
3
- "version": "9.0.2",
3
+ "version": "9.0.4",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,18 +41,22 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~9.0.2"
44
+ "@xyo-network/react-shared": "~9.0.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
+ "@metamask/providers": "^22.1.1",
48
49
  "@mui/icons-material": "^9.0.1",
49
50
  "@mui/material": "^9.0.1",
51
+ "@noble/post-quantum": "~0.6.1",
50
52
  "@opentelemetry/api": "^1.9.1",
51
53
  "@opentelemetry/sdk-trace-base": "^2.7.1",
52
54
  "@react-spring/web": "~10.1.0",
53
55
  "@scure/base": "~2.2.0",
54
- "@storybook/react-vite": "~10.4.1",
56
+ "@scure/bip39": "~2.2.0",
57
+ "@storybook/react-vite": "~10.4.2",
55
58
  "@types/react": "^19.2.16",
59
+ "@xylabs/geo": "^6.0.7",
56
60
  "@xylabs/pixel": "~6.0.7",
57
61
  "@xylabs/react-button": "~9.0.2",
58
62
  "@xylabs/react-flexbox": "~9.0.2",
@@ -63,14 +67,13 @@
63
67
  "@xylabs/react-theme": "~9.0.2",
64
68
  "@xylabs/sdk-js": "^6.0.7",
65
69
  "@xylabs/threads": "^6.0.7",
66
- "@xylabs/toolchain": "~8.1.12",
67
- "@xylabs/tsconfig": "^8.1.12",
68
- "@xylabs/tsconfig-dom": "^8.1.12",
69
- "@xylabs/tsconfig-react": "~8.1.12",
70
- "@xyo-network/boundwitness-model": "^6.0.7",
71
- "@xyo-network/boundwitness-validator": "^6.0.7",
72
- "@xyo-network/payload-builder": "^6.0.7",
73
- "@xyo-network/payload-model": "^6.0.7",
70
+ "@xylabs/toolchain": "~8.1.15",
71
+ "@xylabs/tsconfig": "^8.1.15",
72
+ "@xylabs/tsconfig-dom": "^8.1.15",
73
+ "@xylabs/tsconfig-react": "~8.1.15",
74
+ "@xyo-network/sdk-js": "^6.0.2",
75
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
76
+ "ajv": "^8.20.0",
74
77
  "async-mutex": "^0.5.0",
75
78
  "bn.js": "^5.2.3",
76
79
  "bowser": "^2.14.1",
@@ -79,6 +82,8 @@
79
82
  "eslint": "^10.4.1",
80
83
  "ethers": "^6.16.0",
81
84
  "hash-wasm": "~4.12.0",
85
+ "idb": "^8.0.3",
86
+ "lru-cache": "^11.5.1",
82
87
  "mixpanel-browser": "~2.80.0",
83
88
  "observable-fns": "~0.6.1",
84
89
  "pako": "^2.1.0",
@@ -87,20 +92,25 @@
87
92
  "react-dom": "^19.2.7",
88
93
  "react-router-dom": "^7.16.0",
89
94
  "spark-md5": "~3.0.2",
90
- "storybook": "^10.4.1",
95
+ "storybook": "^10.4.2",
91
96
  "typescript": "^6.0.3",
92
97
  "vite": "^8.0.16",
98
+ "webextension-polyfill": "^0.12.0",
93
99
  "zod": "^4.4.3",
94
- "@xyo-network/react-storybook": "~9.0.2"
100
+ "@xyo-network/react-storybook": "~9.0.4"
95
101
  },
96
102
  "peerDependencies": {
97
103
  "@bitauth/libauth": "~3.0",
104
+ "@metamask/providers": "^22.1",
98
105
  "@mui/icons-material": "^9.0",
99
106
  "@mui/material": "^9.0",
107
+ "@noble/post-quantum": "~0.6.1",
100
108
  "@opentelemetry/api": "^1.9",
101
109
  "@opentelemetry/sdk-trace-base": "^2.7",
102
110
  "@react-spring/web": "~10.1",
103
111
  "@scure/base": "~2.2",
112
+ "@scure/bip39": "~2.2",
113
+ "@xylabs/geo": "^6.0",
104
114
  "@xylabs/pixel": "~6.0",
105
115
  "@xylabs/react-button": "~9.0",
106
116
  "@xylabs/react-flexbox": "~9.0",
@@ -111,10 +121,9 @@
111
121
  "@xylabs/react-theme": "~9.0",
112
122
  "@xylabs/sdk-js": "^6.0",
113
123
  "@xylabs/threads": "^6.0",
114
- "@xyo-network/boundwitness-model": "^6.0",
115
- "@xyo-network/boundwitness-validator": "^6.0",
116
- "@xyo-network/payload-builder": "^6.0",
117
- "@xyo-network/payload-model": "^6.0",
124
+ "@xyo-network/sdk-js": "^6.0",
125
+ "@xyo-network/sdk-protocol-js": "~6.0",
126
+ "ajv": "^8.20",
118
127
  "async-mutex": "^0.5",
119
128
  "bn.js": "^5.2",
120
129
  "bowser": "^2.14",
@@ -122,6 +131,8 @@
122
131
  "debug": "~4.4",
123
132
  "ethers": "^6.16",
124
133
  "hash-wasm": "~4.12",
134
+ "idb": "^8.0",
135
+ "lru-cache": "^11.3",
125
136
  "mixpanel-browser": "~2.80",
126
137
  "observable-fns": "~0.6",
127
138
  "pako": "^2.1",
@@ -130,6 +141,7 @@
130
141
  "react-dom": "^19.2",
131
142
  "react-router-dom": "^7.15",
132
143
  "spark-md5": "~3.0",
144
+ "webextension-polyfill": "^0.12",
133
145
  "zod": "^4.4"
134
146
  },
135
147
  "publishConfig": {