@arcgis/charts-components-react 4.34.0-next.98 → 4.34.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.
Files changed (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +3 -15
  3. package/package.json +4 -4
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Licensing
2
2
 
3
- COPYRIGHT © 2025 Esri
3
+ COPYRIGHT © 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
@@ -1,4 +1,4 @@
1
- # ArcGIS Maps SDK for JavaScript - React wrapper for Charts Components (beta)
1
+ # ArcGIS Maps SDK for JavaScript - React 18 wrapper for Charts Components
2
2
 
3
3
  **No Esri Technical Support during beta.**
4
4
 
@@ -36,18 +36,6 @@ An [example](https://github.com/Esri/jsapi-resources/tree/50579b9362b846e869a343
36
36
 
37
37
  ## License
38
38
 
39
- COPYRIGHT © 2025 Esri
39
+ COPYRIGHT © Esri
40
40
 
41
- All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
42
-
43
- This material is licensed for use under the [Esri Master License Agreement (MLA)](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf), and is bound by the terms of that agreement.
44
- You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
45
-
46
- For additional information, contact:
47
- Environmental Systems Research Institute, Inc.
48
- Attn: Contracts and Legal Services Department
49
- 380 New York Street
50
- Redlands, California, USA 92373
51
- USA
52
-
53
- email: legal@esri.com
41
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/charts-components-react",
3
- "version": "4.34.0-next.98",
3
+ "version": "4.34.0",
4
4
  "description": "A set of React components that wrap ArcGIS charts components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -27,14 +27,14 @@
27
27
  ],
28
28
  "license": "SEE LICENSE.md",
29
29
  "dependencies": {
30
- "@arcgis/charts-components": "4.34.0-next.98",
31
- "@arcgis/lumina": "4.34.0-next.98",
30
+ "@arcgis/charts-components": "4.34.0",
31
+ "@arcgis/lumina": "4.34.0",
32
32
  "@lit/react": "^1.0.7",
33
33
  "lit": "^3.3.0",
34
34
  "tslib": "^2.8.1"
35
35
  },
36
36
  "peerDependencies": {
37
- "@arcgis/core": ">=4.34.0-next.43 <4.35",
37
+ "@arcgis/core": "~4.34.0",
38
38
  "react": ">=18.0.0 <20.0.0",
39
39
  "react-dom": ">=18.0.0 <20.0.0"
40
40
  }