@xyo-network/react-map-model 7.5.11 → 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.
- package/package.json +39 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-map-model",
|
|
3
|
-
"version": "7.
|
|
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,35 +41,30 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-network": "~7.
|
|
44
|
+
"@xyo-network/react-network": "~7.6.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@mui/material": "^7.3.10",
|
|
48
48
|
"@opentelemetry/api": "^1.9.1",
|
|
49
|
-
"@opentelemetry/sdk-trace-base": "^2.7.
|
|
49
|
+
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
50
50
|
"@types/geojson": "~7946.0.16",
|
|
51
|
-
"@types/node": "~25.6.0",
|
|
52
51
|
"@types/react": "^19.2.14",
|
|
53
|
-
"@xylabs/react-
|
|
54
|
-
"@xylabs/react-
|
|
55
|
-
"@xylabs/
|
|
56
|
-
"@xylabs/
|
|
57
|
-
"@xylabs/
|
|
58
|
-
"@xylabs/
|
|
59
|
-
"@xylabs/
|
|
60
|
-
"@xylabs/tsconfig": "
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"@xyo-network/network": "~5.5.1",
|
|
64
|
-
"@xyo-network/payload-model": "^5.5.1",
|
|
52
|
+
"@xylabs/react-select": "~7.2.3",
|
|
53
|
+
"@xylabs/react-shared": "~7.2.3",
|
|
54
|
+
"@xylabs/sdk-js": "^5.1.1",
|
|
55
|
+
"@xylabs/threads": "~5.1.1",
|
|
56
|
+
"@xylabs/toolchain": "~7.13.4",
|
|
57
|
+
"@xylabs/tsconfig": "^7.13.4",
|
|
58
|
+
"@xylabs/tsconfig-dom": "^7.13.4",
|
|
59
|
+
"@xylabs/tsconfig-react": "~7.13.4",
|
|
60
|
+
"@xyo-network/network": "~5.6",
|
|
61
|
+
"@xyo-network/payload-model": "^5.6.2",
|
|
65
62
|
"async-mutex": "^0.5.0",
|
|
66
|
-
"axios": "^1.15.2",
|
|
67
63
|
"bn.js": "^5.2.3",
|
|
68
64
|
"buffer": "^6.0.3",
|
|
69
65
|
"chalk": "^5.6.2",
|
|
70
66
|
"debug": "~4.4.3",
|
|
71
|
-
"
|
|
72
|
-
"eslint": "^10.2.1",
|
|
67
|
+
"eslint": "^10.3.0",
|
|
73
68
|
"ethers": "^6.16.0",
|
|
74
69
|
"geojson": "^0.5.0",
|
|
75
70
|
"hash-wasm": "~4.12.0",
|
|
@@ -77,30 +72,35 @@
|
|
|
77
72
|
"pako": "^2.1.0",
|
|
78
73
|
"react": "^19.2.5",
|
|
79
74
|
"react-dom": "^19.2.5",
|
|
80
|
-
"react-router-dom": "^7.
|
|
75
|
+
"react-router-dom": "^7.15.0",
|
|
81
76
|
"typescript": "^5.9.3",
|
|
82
77
|
"wasm-feature-detect": "~1.8.0",
|
|
83
|
-
"zod": "^4.3
|
|
78
|
+
"zod": "^4.4.3"
|
|
84
79
|
},
|
|
85
80
|
"peerDependencies": {
|
|
86
|
-
"@mui/material": "
|
|
87
|
-
"@opentelemetry/
|
|
88
|
-
"@
|
|
89
|
-
"@xylabs/react-select": "
|
|
90
|
-
"@xylabs/react-shared": "
|
|
91
|
-
"@xylabs/sdk-js": "
|
|
92
|
-
"@
|
|
93
|
-
"@xyo-network/
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
81
|
+
"@mui/material": ">=7.3.10 <8",
|
|
82
|
+
"@opentelemetry/api": ">=1.9.1 <2",
|
|
83
|
+
"@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
|
|
84
|
+
"@xylabs/react-select": ">=7.2.3 <7.3",
|
|
85
|
+
"@xylabs/react-shared": ">=7.2.3 <7.3",
|
|
86
|
+
"@xylabs/sdk-js": ">=5.1.1 <6",
|
|
87
|
+
"@xylabs/threads": ">=5.1.1 <5.2",
|
|
88
|
+
"@xyo-network/network": ">=5.6.0 <5.7",
|
|
89
|
+
"@xyo-network/payload-model": ">=5.6.2 <6",
|
|
90
|
+
"async-mutex": ">=0.5.0 <1",
|
|
91
|
+
"bn.js": ">=5.2.3 <6",
|
|
92
|
+
"buffer": ">=6.0.3 <7",
|
|
93
|
+
"chalk": ">=5.6.2 <6",
|
|
94
|
+
"debug": ">=4.4.3 <4.5",
|
|
95
|
+
"ethers": ">=6.16.0 <7",
|
|
96
|
+
"hash-wasm": ">=4.12.0 <4.13",
|
|
97
|
+
"observable-fns": ">=0.6.1 <0.7",
|
|
98
|
+
"pako": ">=2.1.0 <3",
|
|
99
|
+
"react": ">=19.2.5 <20",
|
|
100
|
+
"react-dom": ">=19.2.5 <20",
|
|
101
|
+
"react-router-dom": ">=7.15.0 <8",
|
|
102
|
+
"wasm-feature-detect": ">=1.8.0 <1.9",
|
|
103
|
+
"zod": ">=4.4.3 <5"
|
|
104
104
|
},
|
|
105
105
|
"publishConfig": {
|
|
106
106
|
"access": "public"
|