@arcgis/map-components-react 4.32.0-next.99 → 4.33.0-next.1

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.
Files changed (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +2 -2
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Licensing
2
2
 
3
- COPYRIGHT © 2024 Esri
3
+ COPYRIGHT © 2025 Esri
4
4
 
5
5
  All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
6
6
 
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 © 2024 Esri
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.32.0-next.99",
3
+ "version": "4.33.0-next.1",
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.0-next.99",
32
+ "@arcgis/map-components": "4.33.0-next.1",
33
33
  "@esri/calcite-components": "~3.0.0-next",
34
34
  "@lit/react": "^1.0.5",
35
35
  "tslib": "^2.7.0"