@xyo-network/react-node-provider 7.5.12 → 7.6.0

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 +66 -62
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-provider",
3
- "version": "7.5.12",
3
+ "version": "7.6.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,88 +41,92 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-node-context": "~7.5.12"
44
+ "@xyo-network/react-node-context": "~7.6.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
+ "@mui/material": "^7.3.10",
48
49
  "@opentelemetry/api": "^1.9.1",
49
- "@opentelemetry/sdk-trace-base": "^2.7.0",
50
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
50
51
  "@scure/base": "~2.2.0",
51
- "@types/node": "~25.6.0",
52
52
  "@types/react": "^19.2.14",
53
- "@xylabs/react-async-effect": "~7.1.20",
54
- "@xylabs/react-promise": "~7.1.20",
55
- "@xylabs/react-shared": "~7.1.20",
56
- "@xylabs/sdk-js": "^5.0.100",
57
- "@xylabs/threads": "~5.0.100",
58
- "@xylabs/toolchain": "~7.11.9",
59
- "@xylabs/tsconfig": "^7.11.9",
60
- "@xylabs/tsconfig-dom": "^7.11.9",
61
- "@xylabs/tsconfig-react": "~7.11.9",
62
- "@xyo-network/account": "~5.5.1",
63
- "@xyo-network/account-model": "^5.5.1",
64
- "@xyo-network/boundwitness-builder": "^5.5.1",
65
- "@xyo-network/boundwitness-model": "^5.5.1",
66
- "@xyo-network/boundwitness-wrapper": "~5.5.1",
67
- "@xyo-network/config-payload-plugin": "~5.5.1",
68
- "@xyo-network/manifest-model": "~5.5.1",
69
- "@xyo-network/module-model": "^5.5.5",
70
- "@xyo-network/node-memory": "~5.5.5",
71
- "@xyo-network/node-model": "^5.5.5",
72
- "@xyo-network/payload-builder": "^5.5.1",
73
- "@xyo-network/payload-model": "^5.5.1",
74
- "@xyo-network/query-payload-plugin": "~5.5.1",
75
- "@xyo-network/wallet-model": "^5.5.1",
53
+ "@xylabs/react-async-effect": "~7.2.3",
54
+ "@xylabs/react-shared": "~7.2.3",
55
+ "@xylabs/sdk-js": "^5.1.1",
56
+ "@xylabs/threads": "~5.1.1",
57
+ "@xylabs/toolchain": "~7.13.4",
58
+ "@xylabs/tsconfig": "^7.13.4",
59
+ "@xylabs/tsconfig-dom": "^7.13.4",
60
+ "@xylabs/tsconfig-react": "~7.13.4",
61
+ "@xyo-network/account": "~5.6",
62
+ "@xyo-network/account-model": "~5.6",
63
+ "@xyo-network/boundwitness-builder": "~5.6",
64
+ "@xyo-network/boundwitness-model": "~5.6",
65
+ "@xyo-network/boundwitness-wrapper": "~5.6",
66
+ "@xyo-network/config-payload-plugin": "~5.6",
67
+ "@xyo-network/manifest-model": "~5.6",
68
+ "@xyo-network/module-model": "^5.6.3",
69
+ "@xyo-network/node-memory": "~5.6.3",
70
+ "@xyo-network/node-model": "^5.6.3",
71
+ "@xyo-network/payload-builder": "~5.6",
72
+ "@xyo-network/payload-model": "~5.6",
73
+ "@xyo-network/query-payload-plugin": "~5.6",
74
+ "@xyo-network/wallet-model": "~5.6",
76
75
  "async-mutex": "^0.5.0",
77
- "axios": "^1.15.2",
78
76
  "bn.js": "^5.2.3",
79
77
  "buffer": "^6.0.3",
80
78
  "chalk": "^5.6.2",
81
79
  "debug": "~4.4.3",
82
- "esbuild": "~0.28.0",
83
- "eslint": "^10.2.1",
80
+ "eslint": "^10.3.0",
84
81
  "ethers": "^6.16.0",
85
82
  "hash-wasm": "~4.12.0",
86
- "lru-cache": "^11.3.5",
83
+ "lru-cache": "^11.3.6",
87
84
  "observable-fns": "~0.6.1",
88
85
  "pako": "^2.1.0",
89
86
  "react": "^19.2.5",
90
87
  "react-dom": "^19.2.5",
91
88
  "typescript": "^5.9.3",
92
89
  "wasm-feature-detect": "~1.8.0",
93
- "zod": "^4.3.6"
90
+ "zod": "^4.4.3"
94
91
  },
95
92
  "peerDependencies": {
96
- "@opentelemetry/sdk-trace-base": "^2.7.0",
97
- "@scure/base": "~2.2.0",
98
- "@xylabs/react-async-effect": "~7.1.20",
99
- "@xylabs/react-promise": "~7.1.20",
100
- "@xylabs/react-shared": "~7.1.20",
101
- "@xylabs/sdk-js": "^5.0.100",
102
- "@xyo-network/account": "~5.5.1",
103
- "@xyo-network/account-model": "^5.5.1",
104
- "@xyo-network/boundwitness-builder": "^5.5.1",
105
- "@xyo-network/boundwitness-model": "^5.5.1",
106
- "@xyo-network/boundwitness-wrapper": "~5.5.1",
107
- "@xyo-network/config-payload-plugin": "~5.5.1",
108
- "@xyo-network/manifest-model": "~5.5.1",
109
- "@xyo-network/module-model": "^5.5.5",
110
- "@xyo-network/node-memory": "~5.5.5",
111
- "@xyo-network/node-model": "^5.5.5",
112
- "@xyo-network/payload-builder": "^5.5.1",
113
- "@xyo-network/payload-model": "^5.5.1",
114
- "@xyo-network/query-payload-plugin": "~5.5.1",
115
- "@xyo-network/wallet-model": "^5.5.1",
116
- "async-mutex": "^0.5.0",
117
- "bn.js": "^5.2.3",
118
- "buffer": "^6.0.3",
119
- "chalk": "^5.6.2",
120
- "ethers": "^6.16.0",
121
- "lru-cache": "^11.3.5",
122
- "pako": "^2.1.0",
123
- "react": "^19.2.5",
124
- "react-dom": "^19.2.5",
125
- "zod": "^4.3.6"
93
+ "@bitauth/libauth": ">=3.0.0 <3.1",
94
+ "@mui/material": ">=7.3.10 <8",
95
+ "@opentelemetry/api": ">=1.9.1 <2",
96
+ "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
97
+ "@scure/base": ">=2.2.0 <2.3",
98
+ "@xylabs/react-async-effect": ">=7.2.3 <7.3",
99
+ "@xylabs/react-shared": ">=7.2.3 <7.3",
100
+ "@xylabs/sdk-js": ">=5.1.1 <6",
101
+ "@xylabs/threads": ">=5.1.1 <5.2",
102
+ "@xyo-network/account": ">=5.6.0 <5.7",
103
+ "@xyo-network/account-model": ">=5.6.0 <5.7",
104
+ "@xyo-network/boundwitness-builder": ">=5.6.0 <5.7",
105
+ "@xyo-network/boundwitness-model": ">=5.6.0 <5.7",
106
+ "@xyo-network/boundwitness-wrapper": ">=5.6.0 <5.7",
107
+ "@xyo-network/config-payload-plugin": ">=5.6.0 <5.7",
108
+ "@xyo-network/manifest-model": ">=5.6.0 <5.7",
109
+ "@xyo-network/module-model": ">=5.6.3 <6",
110
+ "@xyo-network/node-memory": ">=5.6.3 <5.7",
111
+ "@xyo-network/node-model": ">=5.6.3 <6",
112
+ "@xyo-network/payload-builder": ">=5.6.0 <5.7",
113
+ "@xyo-network/payload-model": ">=5.6.0 <5.7",
114
+ "@xyo-network/query-payload-plugin": ">=5.6.0 <5.7",
115
+ "@xyo-network/wallet-model": ">=5.6.0 <5.7",
116
+ "async-mutex": ">=0.5.0 <1",
117
+ "bn.js": ">=5.2.3 <6",
118
+ "buffer": ">=6.0.3 <7",
119
+ "chalk": ">=5.6.2 <6",
120
+ "debug": ">=4.4.3 <4.5",
121
+ "ethers": ">=6.16.0 <7",
122
+ "hash-wasm": ">=4.12.0 <4.13",
123
+ "lru-cache": ">=11.3.6 <12",
124
+ "observable-fns": ">=0.6.1 <0.7",
125
+ "pako": ">=2.1.0 <3",
126
+ "react": ">=19.2.5 <20",
127
+ "react-dom": ">=19.2.5 <20",
128
+ "wasm-feature-detect": ">=1.8.0 <1.9",
129
+ "zod": ">=4.4.3 <5"
126
130
  },
127
131
  "publishConfig": {
128
132
  "access": "public"