@arcgis/map-components-react 4.30.0-next.62 → 4.30.0-next.64
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/LICENSE.md +1 -1
- package/README.md +2 -4
- package/package.json +3 -3
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
# ArcGIS Maps SDK for JavaScript - React wrapper for Map Components
|
|
2
|
-
|
|
3
|
-
**No Esri Technical Support during beta.**
|
|
1
|
+
# ArcGIS Maps SDK for JavaScript - React wrapper for Map Components
|
|
4
2
|
|
|
5
3
|
This package offers a series of mapping components that can be used to build applications with the ArcGIS Maps SDK for JavaScript.
|
|
6
4
|
|
|
@@ -10,7 +8,7 @@ Refer to the [ArcGIS Maps SDK for JavaScript components documentation](https://d
|
|
|
10
8
|
|
|
11
9
|
## License
|
|
12
10
|
|
|
13
|
-
COPYRIGHT ©
|
|
11
|
+
COPYRIGHT © 2024 Esri
|
|
14
12
|
|
|
15
13
|
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
16
14
|
|
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.30.0-next.
|
|
5
|
+
"version": "4.30.0-next.64",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"module": "dist/index.js",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -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.64"
|
|
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": "19d40e4bee23cc5970f4df042f8d925c425e2702"
|
|
40
40
|
}
|