@xyo-network/react-appbar 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 +30 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-appbar",
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,19 +41,22 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-network": "~9.0.2"
44
+ "@xyo-network/react-network": "~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
56
  "@scure/bip39": "~2.2.0",
55
- "@storybook/react-vite": "~10.4.1",
57
+ "@storybook/react-vite": "~10.4.2",
56
58
  "@types/react": "^19.2.16",
59
+ "@xylabs/geo": "^6.0.7",
57
60
  "@xylabs/pixel": "~6.0.7",
58
61
  "@xylabs/react-appbar": "~9.0.2",
59
62
  "@xylabs/react-button": "~9.0.2",
@@ -69,18 +72,13 @@
69
72
  "@xylabs/react-theme": "~9.0.2",
70
73
  "@xylabs/sdk-js": "^6.0.7",
71
74
  "@xylabs/threads": "^6.0.7",
72
- "@xylabs/toolchain": "~8.1.12",
73
- "@xylabs/tsconfig": "^8.1.12",
74
- "@xylabs/tsconfig-dom": "^8.1.12",
75
- "@xylabs/tsconfig-react": "~8.1.12",
76
- "@xyo-network/account-model": "^6.0.7",
77
- "@xyo-network/boundwitness-model": "^6.0.7",
78
- "@xyo-network/boundwitness-validator": "^6.0.7",
79
- "@xyo-network/network": "~6.0.7",
80
- "@xyo-network/payload-builder": "^6.0.7",
81
- "@xyo-network/payload-model": "^6.0.7",
82
- "@xyo-network/wallet": "~6.0.7",
83
- "@xyo-network/wallet-model": "^6.0.7",
75
+ "@xylabs/toolchain": "~8.1.15",
76
+ "@xylabs/tsconfig": "^8.1.15",
77
+ "@xylabs/tsconfig-dom": "^8.1.15",
78
+ "@xylabs/tsconfig-react": "~8.1.15",
79
+ "@xyo-network/sdk-js": "^6.0.2",
80
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
81
+ "ajv": "^8.20.0",
84
82
  "async-mutex": "^0.5.0",
85
83
  "bn.js": "^5.2.3",
86
84
  "bowser": "^2.14.1",
@@ -89,6 +87,7 @@
89
87
  "eslint": "^10.4.1",
90
88
  "ethers": "^6.16.0",
91
89
  "hash-wasm": "~4.12.0",
90
+ "idb": "^8.0.3",
92
91
  "lru-cache": "^11.5.1",
93
92
  "md5": "~2.3.0",
94
93
  "mixpanel-browser": "~2.80.0",
@@ -101,20 +100,27 @@
101
100
  "react-icons": "~5.6.0",
102
101
  "react-router-dom": "^7.16.0",
103
102
  "spark-md5": "~3.0.2",
104
- "storybook": "^10.4.1",
103
+ "storybook": "^10.4.2",
105
104
  "typescript": "^6.0.3",
106
105
  "viem": "^2.52.0",
107
106
  "vite": "^8.0.16",
107
+ "webextension-polyfill": "^0.12.0",
108
108
  "zod": "^4.4.3",
109
- "@xyo-network/react-storybook": "~9.0.2",
110
- "@xyo-network/react-wallet": "~9.0.2"
109
+ "@xyo-network/react-storybook": "~9.0.4",
110
+ "@xyo-network/react-wallet": "~9.0.4"
111
111
  },
112
112
  "peerDependencies": {
113
+ "@bitauth/libauth": "~3.0",
114
+ "@metamask/providers": "^22.1",
113
115
  "@mui/icons-material": "^9.0",
114
116
  "@mui/material": "^9.0",
117
+ "@noble/post-quantum": "~0.6.1",
115
118
  "@opentelemetry/api": "^1.9",
116
119
  "@opentelemetry/sdk-trace-base": "^2.7",
117
120
  "@react-spring/web": "~10.1",
121
+ "@scure/base": "~2.2",
122
+ "@scure/bip39": "~2.2",
123
+ "@xylabs/geo": "^6.0",
118
124
  "@xylabs/pixel": "~6.0",
119
125
  "@xylabs/react-appbar": "~9.0",
120
126
  "@xylabs/react-button": "~9.0",
@@ -124,7 +130,9 @@
124
130
  "@xylabs/react-shared": "~9.0",
125
131
  "@xylabs/sdk-js": "^6.0",
126
132
  "@xylabs/threads": "^6.0",
127
- "@xyo-network/network": "~6.0",
133
+ "@xyo-network/sdk-js": "^6.0",
134
+ "@xyo-network/sdk-protocol-js": "~6.0",
135
+ "ajv": "^8.20",
128
136
  "async-mutex": "^0.5",
129
137
  "bn.js": "^5.2",
130
138
  "bowser": "^2.14",
@@ -132,6 +140,8 @@
132
140
  "debug": "~4.4",
133
141
  "ethers": "^6.16",
134
142
  "hash-wasm": "~4.12",
143
+ "idb": "^8.0",
144
+ "lru-cache": "^11.3",
135
145
  "mixpanel-browser": "~2.80",
136
146
  "observable-fns": "~0.6",
137
147
  "pako": "^2.1",
@@ -141,6 +151,7 @@
141
151
  "react-icons": "~5.6",
142
152
  "react-router-dom": "^7.15",
143
153
  "spark-md5": "~3.0",
154
+ "webextension-polyfill": "^0.12",
144
155
  "zod": "^4.4"
145
156
  },
146
157
  "publishConfig": {