@arcgis/charts-components-react 4.31.0-next.67 → 4.31.0-next.68
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
This Web Component package is part of the ArcGIS Maps SDK for JavaScript and is under active development. At this time, customer support is not provided. More news to come.
|
|
3
3
|
|
|
4
4
|
## License
|
|
5
|
-
COPYRIGHT ©
|
|
5
|
+
COPYRIGHT © 2024 Esri
|
|
6
6
|
|
|
7
7
|
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/charts-components-react",
|
|
3
|
-
"version": "4.31.0-next.
|
|
3
|
+
"version": "4.31.0-next.68",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS charts components",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"tsc": "tsc"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@arcgis/charts-components": "4.31.0-next.
|
|
27
|
+
"@arcgis/charts-components": "4.31.0-next.68"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@arcgis/components-plugins": ">=4.31.0-next <4.32",
|