@xyo-network/react-node-context 7.5.12 → 7.6.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 +38 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-context",
3
- "version": "7.5.12",
3
+ "version": "7.6.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,59 +41,57 @@
41
41
  "README.md"
42
42
  ],
43
43
  "devDependencies": {
44
+ "@mui/material": "^7.3.10",
44
45
  "@opentelemetry/api": "^1.9.1",
45
- "@opentelemetry/sdk-trace-base": "^2.7.0",
46
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
46
47
  "@scure/base": "~2.2.0",
47
- "@types/node": "~25.6.0",
48
48
  "@types/react": "^19.2.14",
49
- "@xylabs/react-async-effect": "~7.1.20",
50
- "@xylabs/react-promise": "~7.1.20",
51
- "@xylabs/react-shared": "~7.1.20",
52
- "@xylabs/sdk-js": "^5.0.100",
53
- "@xylabs/toolchain": "~7.11.9",
54
- "@xylabs/tsconfig": "^7.11.9",
55
- "@xylabs/tsconfig-dom": "^7.11.9",
56
- "@xylabs/tsconfig-react": "~7.11.9",
57
- "@xyo-network/account-model": "^5.5.1",
58
- "@xyo-network/boundwitness-model": "^5.5.1",
59
- "@xyo-network/manifest-model": "~5.5.1",
60
- "@xyo-network/module-model": "^5.5.5",
61
- "@xyo-network/node-model": "^5.5.5",
62
- "@xyo-network/payload-model": "^5.5.1",
49
+ "@xylabs/react-shared": "~7.2.3",
50
+ "@xylabs/sdk-js": "^5.1.1",
51
+ "@xylabs/toolchain": "~7.13.4",
52
+ "@xylabs/tsconfig": "^7.13.4",
53
+ "@xylabs/tsconfig-dom": "^7.13.4",
54
+ "@xylabs/tsconfig-react": "~7.13.4",
55
+ "@xyo-network/account-model": "~5.6",
56
+ "@xyo-network/boundwitness-model": "~5.6",
57
+ "@xyo-network/manifest-model": "~5.6",
58
+ "@xyo-network/module-model": "^5.6.3",
59
+ "@xyo-network/node-model": "^5.6.3",
60
+ "@xyo-network/payload-model": "~5.6",
63
61
  "async-mutex": "^0.5.0",
64
- "axios": "^1.15.2",
65
62
  "bn.js": "^5.2.3",
66
63
  "buffer": "^6.0.3",
67
64
  "chalk": "^5.6.2",
68
- "esbuild": "~0.28.0",
69
- "eslint": "^10.2.1",
65
+ "eslint": "^10.3.0",
70
66
  "ethers": "^6.16.0",
71
67
  "pako": "^2.1.0",
72
68
  "react": "^19.2.5",
73
69
  "react-dom": "^19.2.5",
74
70
  "typescript": "^5.9.3",
75
- "zod": "^4.3.6"
71
+ "zod": "^4.4.3"
76
72
  },
77
73
  "peerDependencies": {
78
- "@opentelemetry/sdk-trace-base": "^2.7.0",
79
- "@xylabs/react-async-effect": "~7.1.20",
80
- "@xylabs/react-shared": "~7.1.20",
81
- "@xylabs/sdk-js": "^5.0.100",
82
- "@xyo-network/account-model": "^5.5.1",
83
- "@xyo-network/boundwitness-model": "^5.5.1",
84
- "@xyo-network/manifest-model": "~5.5.1",
85
- "@xyo-network/module-model": "^5.5.5",
86
- "@xyo-network/node-model": "^5.5.5",
87
- "@xyo-network/payload-model": "^5.5.1",
88
- "async-mutex": "^0.5.0",
89
- "bn.js": "^5.2.3",
90
- "buffer": "^6.0.3",
91
- "chalk": "^5.6.2",
92
- "ethers": "^6.16.0",
93
- "pako": "^2.1.0",
94
- "react": "^19.2.5",
95
- "react-dom": "^19.2.5",
96
- "zod": "^4.3.6"
74
+ "@mui/material": ">=7.3.10 <8",
75
+ "@opentelemetry/api": ">=1.9.1 <2",
76
+ "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
77
+ "@scure/base": ">=2.2.0 <2.3",
78
+ "@xylabs/react-shared": ">=7.2.3 <7.3",
79
+ "@xylabs/sdk-js": ">=5.1.1 <6",
80
+ "@xyo-network/account-model": ">=5.6.0 <5.7",
81
+ "@xyo-network/boundwitness-model": ">=5.6.0 <5.7",
82
+ "@xyo-network/manifest-model": ">=5.6.0 <5.7",
83
+ "@xyo-network/module-model": ">=5.6.3 <6",
84
+ "@xyo-network/node-model": ">=5.6.3 <6",
85
+ "@xyo-network/payload-model": ">=5.6.0 <5.7",
86
+ "async-mutex": ">=0.5.0 <1",
87
+ "bn.js": ">=5.2.3 <6",
88
+ "buffer": ">=6.0.3 <7",
89
+ "chalk": ">=5.6.2 <6",
90
+ "ethers": ">=6.16.0 <7",
91
+ "pako": ">=2.1.0 <3",
92
+ "react": ">=19.2.5 <20",
93
+ "react-dom": ">=19.2.5 <20",
94
+ "zod": ">=4.4.3 <5"
97
95
  },
98
96
  "publishConfig": {
99
97
  "access": "public"