@xyo-network/react-node-provider 9.0.1 → 9.0.2

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 +17 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-provider",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,7 +41,7 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-node-context": "~9.0.1"
44
+ "@xyo-network/react-node-context": "~9.0.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
@@ -52,20 +52,20 @@
52
52
  "@opentelemetry/sdk-trace-base": "^2.7.1",
53
53
  "@scure/base": "~2.2.0",
54
54
  "@scure/bip39": "~2.2.0",
55
- "@types/react": "^19.2.15",
56
- "@xylabs/geo": "^6.0.4",
55
+ "@types/react": "^19.2.16",
56
+ "@xylabs/geo": "^6.0.7",
57
57
  "@xylabs/react-async-effect": "~9.0.2",
58
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",
59
+ "@xylabs/sdk-js": "^6.0.7",
60
+ "@xylabs/threads": "^6.0.7",
61
+ "@xylabs/toolchain": "~8.1.12",
62
+ "@xylabs/tsconfig": "^8.1.12",
63
+ "@xylabs/tsconfig-dom": "^8.1.12",
64
+ "@xylabs/tsconfig-react": "~8.1.12",
65
+ "@xyo-network/module-model": "^6.0.2",
66
+ "@xyo-network/node-memory": "~6.0.2",
67
+ "@xyo-network/node-model": "^6.0.2",
68
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
69
69
  "ajv": "^8.20.0",
70
70
  "async-mutex": "^0.5.0",
71
71
  "bn.js": "^5.2.3",
@@ -75,15 +75,12 @@
75
75
  "ethers": "^6.16.0",
76
76
  "hash-wasm": "~4.12.0",
77
77
  "idb": "^8.0.3",
78
- "lru-cache": "^11.3.6",
79
- "mapbox-gl": "^3.23.1",
78
+ "lru-cache": "^11.5.1",
80
79
  "observable-fns": "~0.6.1",
81
80
  "pako": "^2.1.0",
82
- "react": "^19.2.6",
83
- "react-dom": "^19.2.6",
84
- "store2": "~2.14.4",
81
+ "react": "^19.2.7",
82
+ "react-dom": "^19.2.7",
85
83
  "typescript": "^6.0.3",
86
- "wasm-feature-detect": "~1.8.0",
87
84
  "webextension-polyfill": "^0.12.0",
88
85
  "zod": "^4.4.3"
89
86
  },
@@ -114,13 +111,10 @@
114
111
  "hash-wasm": "~4.12",
115
112
  "idb": "^8.0",
116
113
  "lru-cache": "^11.3",
117
- "mapbox-gl": "^3.23",
118
114
  "observable-fns": "~0.6",
119
115
  "pako": "^2.1",
120
116
  "react": "^19.2",
121
117
  "react-dom": "^19.2",
122
- "store2": "~2.14",
123
- "wasm-feature-detect": "~1.8",
124
118
  "webextension-polyfill": "^0.12",
125
119
  "zod": "^4.4"
126
120
  },