@arcgis/map-components-react 4.30.0-next.114 → 4.30.0-next.116
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This package offers a series of mapping components that can be used to build applications with the ArcGIS Maps SDK for JavaScript.
|
|
4
4
|
|
|
5
|
-
Samples for how to use this package are available on github in the [
|
|
5
|
+
Samples for how to use this package are available on github in the [jsapi-resources](https://github.com/Esri/jsapi-resources) repository.
|
|
6
6
|
|
|
7
7
|
Refer to the [ArcGIS Maps SDK for JavaScript components documentation](https://developers.arcgis.com/javascript/latest/components/) for more information.
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "4.30.0-next.
|
|
3
|
+
"version": "4.30.0-next.116",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"tsc": "tsc"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@arcgis/map-components": "4.30.0-next.
|
|
26
|
+
"@arcgis/map-components": "4.30.0-next.116"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "^20.2.5",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"react": ">=18.0.0 <19.0.0",
|
|
37
37
|
"react-dom": ">=18.0.0 <19.0.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "c6b4fa9413046296c77890ef9ae880a4a349ff71"
|
|
40
40
|
}
|