@arcgis/map-components-react 4.29.0-beta.89 → 4.29.0-beta.90
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/README.md +6 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
# React wrapper for
|
|
1
|
+
# ArcGIS Maps SDK for JavaScript - React wrapper for Map Components (beta)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**No Esri Technical Support during beta.**
|
|
4
|
+
|
|
5
|
+
This package offers a series of mapping components that can be used to build applications with the ArcGIS Maps SDK for JavaScript.
|
|
6
|
+
|
|
7
|
+
Refer to the [ArcGIS Maps SDK for JavaScript components documentation](https://developers.arcgis.com/javascript/latest/components/) for more information.
|
|
4
8
|
|
|
5
9
|
## License
|
|
6
10
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
3
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
4
4
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
5
|
-
"version": "4.29.0-beta.
|
|
5
|
+
"version": "4.29.0-beta.90",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"module": "dist/index.js",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"tsc": "tsc"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@arcgis/map-components": "4.29.0-beta.
|
|
26
|
+
"@arcgis/map-components": "4.29.0-beta.90"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@arcgis/components-plugins": "4.29.0-beta.
|
|
29
|
+
"@arcgis/components-plugins": "4.29.0-beta.90",
|
|
30
30
|
"@types/node": "^20.2.5",
|
|
31
31
|
"@types/react-dom": "^18.2.0",
|
|
32
32
|
"rimraf": "^5.0.0",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"react": ">=18.0.0 <19.0.0",
|
|
38
38
|
"react-dom": ">=18.0.0 <19.0.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "81ab8773799b0b825d4d1a53f2803e7acab56c4c"
|
|
41
41
|
}
|