@xyo-network/react-node-provider 9.0.0 → 9.0.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 (1) hide show
  1. package/package.json +36 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-provider",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,91 +41,87 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-node-context": "~9.0.0"
44
+ "@xyo-network/react-node-context": "~9.0.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
+ "@metamask/providers": "^22.1.1",
48
49
  "@mui/material": "^9.0.1",
50
+ "@noble/post-quantum": "~0.6.1",
49
51
  "@opentelemetry/api": "^1.9.1",
50
52
  "@opentelemetry/sdk-trace-base": "^2.7.1",
51
53
  "@scure/base": "~2.2.0",
54
+ "@scure/bip39": "~2.2.0",
52
55
  "@types/react": "^19.2.15",
53
- "@xylabs/react-async-effect": "~9.0.0",
54
- "@xylabs/react-shared": "~9.0.0",
55
- "@xylabs/sdk-js": "^6.0.2",
56
- "@xylabs/threads": "~6.0.2",
57
- "@xylabs/toolchain": "~8.1.1",
58
- "@xylabs/tsconfig": "^8.1.1",
59
- "@xylabs/tsconfig-dom": "^8.1.1",
60
- "@xylabs/tsconfig-react": "~8.1.1",
61
- "@xyo-network/account": "~6.0.0",
62
- "@xyo-network/account-model": "^6.0.0",
63
- "@xyo-network/boundwitness-builder": "^6.0.0",
64
- "@xyo-network/boundwitness-model": "^6.0.0",
65
- "@xyo-network/boundwitness-wrapper": "~6.0.0",
66
- "@xyo-network/config-payload-plugin": "~6.0.0",
67
- "@xyo-network/manifest-model": "~6.0.0",
68
- "@xyo-network/module-model": "^6.0.0",
69
- "@xyo-network/node-memory": "~6.0.0",
70
- "@xyo-network/node-model": "^6.0.0",
71
- "@xyo-network/payload-builder": "^6.0.0",
72
- "@xyo-network/payload-model": "^6.0.0",
73
- "@xyo-network/query-payload-plugin": "~6.0.0",
74
- "@xyo-network/wallet-model": "^6.0.0",
56
+ "@xylabs/geo": "^6.0.4",
57
+ "@xylabs/react-async-effect": "~9.0.2",
58
+ "@xylabs/react-shared": "~9.0.2",
59
+ "@xylabs/sdk-js": "^6.0.4",
60
+ "@xylabs/threads": "^6.0.4",
61
+ "@xylabs/toolchain": "~8.1.8",
62
+ "@xylabs/tsconfig": "^8.1.8",
63
+ "@xylabs/tsconfig-dom": "^8.1.8",
64
+ "@xylabs/tsconfig-react": "~8.1.8",
65
+ "@xyo-network/module-model": "^6.0.1",
66
+ "@xyo-network/node-memory": "~6.0.1",
67
+ "@xyo-network/node-model": "^6.0.1",
68
+ "@xyo-network/sdk-protocol-js": "~6.0.5",
69
+ "ajv": "^8.20.0",
75
70
  "async-mutex": "^0.5.0",
76
71
  "bn.js": "^5.2.3",
77
72
  "buffer": "^6.0.3",
78
- "chalk": "^5.6.2",
79
73
  "debug": "~4.4.3",
80
- "eslint": "^10.4.0",
74
+ "eslint": "^10.4.1",
81
75
  "ethers": "^6.16.0",
82
76
  "hash-wasm": "~4.12.0",
83
- "lru-cache": "^11.5.0",
77
+ "idb": "^8.0.3",
78
+ "lru-cache": "^11.3.6",
79
+ "mapbox-gl": "^3.23.1",
84
80
  "observable-fns": "~0.6.1",
85
81
  "pako": "^2.1.0",
86
82
  "react": "^19.2.6",
87
83
  "react-dom": "^19.2.6",
84
+ "store2": "~2.14.4",
88
85
  "typescript": "^6.0.3",
89
86
  "wasm-feature-detect": "~1.8.0",
87
+ "webextension-polyfill": "^0.12.0",
90
88
  "zod": "^4.4.3"
91
89
  },
92
90
  "peerDependencies": {
93
91
  "@bitauth/libauth": "~3.0",
92
+ "@metamask/providers": "^22.1",
94
93
  "@mui/material": "^9.0",
94
+ "@noble/post-quantum": "~0.6.1",
95
95
  "@opentelemetry/api": "^1.9",
96
96
  "@opentelemetry/sdk-trace-base": "^2.7",
97
97
  "@scure/base": "~2.2",
98
+ "@scure/bip39": "~2.2",
99
+ "@xylabs/geo": "^6.0",
98
100
  "@xylabs/react-async-effect": "~9.0",
99
101
  "@xylabs/react-shared": "~9.0",
100
102
  "@xylabs/sdk-js": "^6.0",
101
- "@xylabs/threads": "~6.0",
102
- "@xyo-network/account": "~6.0",
103
- "@xyo-network/account-model": "^6.0",
104
- "@xyo-network/boundwitness-builder": "^6.0",
105
- "@xyo-network/boundwitness-model": "^6.0",
106
- "@xyo-network/boundwitness-wrapper": "~6.0",
107
- "@xyo-network/config-payload-plugin": "~6.0",
108
- "@xyo-network/manifest-model": "~6.0",
103
+ "@xylabs/threads": "^6.0",
109
104
  "@xyo-network/module-model": "^6.0",
110
105
  "@xyo-network/node-memory": "~6.0",
111
106
  "@xyo-network/node-model": "^6.0",
112
- "@xyo-network/payload-builder": "^6.0",
113
- "@xyo-network/payload-model": "^6.0",
114
- "@xyo-network/query-payload-plugin": "~6.0",
115
- "@xyo-network/wallet-model": "^6.0",
107
+ "@xyo-network/sdk-protocol-js": "~6.0",
108
+ "ajv": "^8.20",
116
109
  "async-mutex": "^0.5",
117
110
  "bn.js": "^5.2",
118
111
  "buffer": "^6.0",
119
- "chalk": "^5.6",
120
112
  "debug": "~4.4",
121
113
  "ethers": "^6.16",
122
114
  "hash-wasm": "~4.12",
115
+ "idb": "^8.0",
123
116
  "lru-cache": "^11.3",
117
+ "mapbox-gl": "^3.23",
124
118
  "observable-fns": "~0.6",
125
119
  "pako": "^2.1",
126
120
  "react": "^19.2",
127
121
  "react-dom": "^19.2",
122
+ "store2": "~2.14",
128
123
  "wasm-feature-detect": "~1.8",
124
+ "webextension-polyfill": "^0.12",
129
125
  "zod": "^4.4"
130
126
  },
131
127
  "publishConfig": {