@arcgis/charts-components-react 4.32.0-next.99 → 4.32.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 +13 -0
  2. package/README.md +1 -1
  3. package/package.json +19 -5
package/LICENSE.md ADDED
@@ -0,0 +1,13 @@
1
+ # Licensing
2
+
3
+ COPYRIGHT © 2025 Esri
4
+
5
+ All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
6
+
7
+ This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
8
+
9
+ See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
10
+
11
+ For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
12
+
13
+ email: contracts@esri.com
package/README.md CHANGED
@@ -29,7 +29,7 @@ Samples for how to use this package are available on github in the [jsapi-resour
29
29
 
30
30
  ## License
31
31
 
32
- COPYRIGHT © 2024 Esri
32
+ COPYRIGHT © 2025 Esri
33
33
 
34
34
  All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
35
35
 
package/package.json CHANGED
@@ -1,7 +1,21 @@
1
1
  {
2
2
  "name": "@arcgis/charts-components-react",
3
- "version": "4.32.0-next.99",
3
+ "version": "4.32.1",
4
4
  "description": "A set of React components that wrap ArcGIS charts components",
5
+ "keywords": [
6
+ "ArcGIS",
7
+ "javascript",
8
+ "react",
9
+ "charts",
10
+ "visualization",
11
+ "analytics",
12
+ "spatial",
13
+ "data-driven",
14
+ "gis",
15
+ "components",
16
+ "web-components",
17
+ "Esri"
18
+ ],
5
19
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
20
  "sideEffects": false,
7
21
  "main": "dist/index.js",
@@ -12,12 +26,12 @@
12
26
  ],
13
27
  "license": "SEE LICENSE.md",
14
28
  "dependencies": {
15
- "@arcgis/charts-components": "4.32.0-next.99",
16
- "@arcgis/charts-shared-utils": "4.32.0-next.99",
17
- "@arcgis/charts-spec": "4.32.0-next.99"
29
+ "@arcgis/charts-components": "4.32.1",
30
+ "@arcgis/charts-shared-utils": "4.32.1",
31
+ "@arcgis/charts-spec": "4.32.1"
18
32
  },
19
33
  "peerDependencies": {
20
- "@arcgis/core": ">=4.32.0-next <4.33",
34
+ "@arcgis/core": "~4.32.0",
21
35
  "react": ">=18.0.0 <19.0.0",
22
36
  "react-dom": ">=18.0.0 <19.0.0"
23
37
  }