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