@arcgis/map-components-react 4.32.0-next.98 → 4.33.0-next.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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ Samples for how to use this package are available on github in the [jsapi-resour
|
|
|
27
27
|
|
|
28
28
|
## License
|
|
29
29
|
|
|
30
|
-
COPYRIGHT ©
|
|
30
|
+
COPYRIGHT © 2025 Esri
|
|
31
31
|
|
|
32
32
|
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.33.0-next.0",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/map-components": "4.
|
|
32
|
+
"@arcgis/map-components": "4.33.0-next.0",
|
|
33
33
|
"@esri/calcite-components": "~3.0.0-next",
|
|
34
34
|
"@lit/react": "^1.0.5",
|
|
35
35
|
"tslib": "^2.7.0"
|