@xyo-network/react-diviner 7.6.2 → 8.0.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 +76 -78
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-diviner",
3
- "version": "7.6.2",
3
+ "version": "8.0.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,43 +41,42 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-node": "~7.6.2"
44
+ "@xyo-network/react-node": "~8.0.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
- "@mui/icons-material": "^7.3.10",
49
- "@mui/material": "^7.3.10",
50
- "@mui/system": "^7.3.10",
51
- "@mui/x-tree-view": "~8.27.2",
48
+ "@mui/icons-material": "~9.0",
49
+ "@mui/material": "~9.0",
50
+ "@mui/system": "~9.0",
51
+ "@mui/x-tree-view": "~9.1",
52
52
  "@opentelemetry/api": "^1.9.1",
53
53
  "@opentelemetry/sdk-trace-base": "^2.7.1",
54
54
  "@scure/base": "~2.2.0",
55
- "@xylabs/react-async-effect": "~7.2.3",
56
- "@xylabs/react-flexbox": "~7.2.3",
57
- "@xylabs/react-promise": "~7.2.3",
58
- "@xylabs/react-shared": "~7.2.3",
59
- "@xylabs/sdk-js": "^5.1.1",
60
- "@xylabs/threads": "~5.1.1",
61
- "@xylabs/toolchain": "~7.13.7",
62
- "@xylabs/tsconfig": "^7.13.7",
63
- "@xylabs/tsconfig-dom": "^7.13.7",
64
- "@xylabs/tsconfig-react": "~7.13.7",
65
- "@xyo-network/account": "~5.6.1",
66
- "@xyo-network/account-model": "^5.6.2",
67
- "@xyo-network/boundwitness-builder": "^5.6.1",
68
- "@xyo-network/boundwitness-model": "^5.6.2",
69
- "@xyo-network/boundwitness-wrapper": "~5.6.1",
70
- "@xyo-network/config-payload-plugin": "~5.6.2",
71
- "@xyo-network/diviner-model": "^5.6.3",
72
- "@xyo-network/manifest-model": "~5.6.2",
73
- "@xyo-network/module-abstract": "^5.6.3",
74
- "@xyo-network/module-model": "^5.6.3",
75
- "@xyo-network/node-memory": "~5.6.3",
76
- "@xyo-network/node-model": "^5.6.3",
77
- "@xyo-network/payload-builder": "^5.6.1",
78
- "@xyo-network/payload-model": "^5.6.2",
79
- "@xyo-network/query-payload-plugin": "~5.6.2",
80
- "@xyo-network/wallet-model": "^5.6.2",
55
+ "@xylabs/react-async-effect": "~8.0",
56
+ "@xylabs/react-flexbox": "~8.0",
57
+ "@xylabs/react-promise": "~8.0",
58
+ "@xylabs/react-shared": "~8.0",
59
+ "@xylabs/sdk-js": "^5.1.2",
60
+ "@xylabs/threads": "~5.1.2",
61
+ "@xylabs/toolchain": "~7.13.22",
62
+ "@xylabs/tsconfig": "^7.13.22",
63
+ "@xylabs/tsconfig-dom": "^7.13.22",
64
+ "@xylabs/tsconfig-react": "~7.13.22",
65
+ "@xyo-network/account": "~5.6.2",
66
+ "@xyo-network/account-model": "^5.6.3",
67
+ "@xyo-network/boundwitness-builder": "^5.6.2",
68
+ "@xyo-network/boundwitness-model": "^5.6.3",
69
+ "@xyo-network/boundwitness-wrapper": "~5.6.2",
70
+ "@xyo-network/config-payload-plugin": "~5.6.3",
71
+ "@xyo-network/diviner-model": "^5.6.4",
72
+ "@xyo-network/manifest-model": "~5.6.3",
73
+ "@xyo-network/module-model": "^5.6.4",
74
+ "@xyo-network/node-memory": "~5.6.4",
75
+ "@xyo-network/node-model": "^5.6.4",
76
+ "@xyo-network/payload-builder": "^5.6.2",
77
+ "@xyo-network/payload-model": "^5.6.3",
78
+ "@xyo-network/query-payload-plugin": "~5.6.3",
79
+ "@xyo-network/wallet-model": "^5.6.3",
81
80
  "async-mutex": "^0.5.0",
82
81
  "bn.js": "^5.2.3",
83
82
  "buffer": "^6.0.3",
@@ -89,57 +88,56 @@
89
88
  "lru-cache": "^11.3.6",
90
89
  "observable-fns": "~0.6.1",
91
90
  "pako": "^2.1.0",
92
- "react": "^19.2.5",
93
- "react-dom": "^19.2.5",
91
+ "react": "^19.2.6",
92
+ "react-dom": "^19.2.6",
94
93
  "typescript": "^5.9.3",
95
94
  "wasm-feature-detect": "~1.8.0",
96
95
  "zod": "^4.4.3"
97
96
  },
98
97
  "peerDependencies": {
99
- "@bitauth/libauth": ">=3.0.0 <3.1",
100
- "@mui/icons-material": ">=7.3.10 <8",
101
- "@mui/material": ">=7.3.10 <8",
102
- "@mui/system": ">=7.3.10 <8",
103
- "@mui/x-tree-view": ">=8.27.2 <8.28",
104
- "@opentelemetry/api": ">=1.9.1 <2",
105
- "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
106
- "@scure/base": ">=2.2.0 <2.3",
107
- "@xylabs/react-async-effect": ">=7.2.3 <7.3",
108
- "@xylabs/react-flexbox": ">=7.2.3 <7.3",
109
- "@xylabs/react-promise": ">=7.2.3 <7.3",
110
- "@xylabs/react-shared": ">=7.2.3 <7.3",
111
- "@xylabs/sdk-js": ">=5.1.1 <6",
112
- "@xylabs/threads": ">=5.1.1 <5.2",
113
- "@xyo-network/account": ">=5.6.1 <5.7",
114
- "@xyo-network/account-model": ">=5.6.2 <6",
115
- "@xyo-network/boundwitness-builder": ">=5.6.1 <6",
116
- "@xyo-network/boundwitness-model": ">=5.6.2 <6",
117
- "@xyo-network/boundwitness-wrapper": ">=5.6.1 <5.7",
118
- "@xyo-network/config-payload-plugin": ">=5.6.2 <5.7",
119
- "@xyo-network/diviner-model": ">=5.6.3 <6",
120
- "@xyo-network/manifest-model": ">=5.6.2 <5.7",
121
- "@xyo-network/module-abstract": ">=5.6.3 <6",
122
- "@xyo-network/module-model": ">=5.6.3 <6",
123
- "@xyo-network/node-memory": ">=5.6.3 <5.7",
124
- "@xyo-network/node-model": ">=5.6.3 <6",
125
- "@xyo-network/payload-builder": ">=5.6.1 <6",
126
- "@xyo-network/payload-model": ">=5.6.2 <6",
127
- "@xyo-network/query-payload-plugin": ">=5.6.2 <5.7",
128
- "@xyo-network/wallet-model": ">=5.6.2 <6",
129
- "async-mutex": ">=0.5.0 <1",
130
- "bn.js": ">=5.2.3 <6",
131
- "buffer": ">=6.0.3 <7",
132
- "chalk": ">=5.6.2 <6",
133
- "debug": ">=4.4.3 <4.5",
134
- "ethers": ">=6.16.0 <7",
135
- "hash-wasm": ">=4.12.0 <4.13",
136
- "lru-cache": ">=11.3.6 <12",
137
- "observable-fns": ">=0.6.1 <0.7",
138
- "pako": ">=2.1.0 <3",
139
- "react": ">=19.2.5 <20",
140
- "react-dom": ">=19.2.5 <20",
141
- "wasm-feature-detect": ">=1.8.0 <1.9",
142
- "zod": ">=4.4.3 <5"
98
+ "@bitauth/libauth": "~3.0",
99
+ "@mui/icons-material": "~9.0",
100
+ "@mui/material": "~9.0",
101
+ "@mui/system": "~9.0",
102
+ "@mui/x-tree-view": "~9.1",
103
+ "@opentelemetry/api": "^1.9",
104
+ "@opentelemetry/sdk-trace-base": "^2.7",
105
+ "@scure/base": "~2.2",
106
+ "@xylabs/react-async-effect": "~8.0",
107
+ "@xylabs/react-flexbox": "~8.0",
108
+ "@xylabs/react-promise": "~8.0",
109
+ "@xylabs/react-shared": "~8.0",
110
+ "@xylabs/sdk-js": "^5.1",
111
+ "@xylabs/threads": "~5.1",
112
+ "@xyo-network/account": "~5.6",
113
+ "@xyo-network/account-model": "^5.6",
114
+ "@xyo-network/boundwitness-builder": "^5.6",
115
+ "@xyo-network/boundwitness-model": "^5.6",
116
+ "@xyo-network/boundwitness-wrapper": "~5.6",
117
+ "@xyo-network/config-payload-plugin": "~5.6",
118
+ "@xyo-network/diviner-model": "^5.6",
119
+ "@xyo-network/manifest-model": "~5.6",
120
+ "@xyo-network/module-model": "^5.6",
121
+ "@xyo-network/node-memory": "~5.6",
122
+ "@xyo-network/node-model": "^5.6",
123
+ "@xyo-network/payload-builder": "^5.6",
124
+ "@xyo-network/payload-model": "^5.6",
125
+ "@xyo-network/query-payload-plugin": "~5.6",
126
+ "@xyo-network/wallet-model": "^5.6",
127
+ "async-mutex": "^0.5",
128
+ "bn.js": "^5.2",
129
+ "buffer": "^6.0",
130
+ "chalk": "^5.6",
131
+ "debug": "~4.4",
132
+ "ethers": "^6.16",
133
+ "hash-wasm": "~4.12",
134
+ "lru-cache": "^11.3",
135
+ "observable-fns": "~0.6",
136
+ "pako": "^2.1",
137
+ "react": "^19.2",
138
+ "react-dom": "^19.2",
139
+ "wasm-feature-detect": "~1.8",
140
+ "zod": "^4.4"
143
141
  },
144
142
  "publishConfig": {
145
143
  "access": "public"