@arcgis/charts-components-react 5.1.0-next.99 → 5.2.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -39,5 +39,5 @@ An [example](https://github.com/Esri/jsapi-resources/tree/50579b9362b846e869a343
39
39
 
40
40
  ## License
41
41
 
42
- This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.0/LICENSE.txt.
43
- For third party notices, see https://js.arcgis.com/5.0/third-party-notices.txt.
42
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.1/LICENSE.txt.
43
+ For third party notices, see https://js.arcgis.com/5.1/third-party-notices.txt.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/charts-components-react",
3
- "version": "5.1.0-next.99",
3
+ "version": "5.2.0-next.0",
4
4
  "description": "A set of React components that wrap ArcGIS charts components",
5
5
  "keywords": [
6
6
  "analytics",
@@ -19,9 +19,9 @@
19
19
  "homepage": "https://developers.arcgis.com/javascript/latest/",
20
20
  "sideEffects": false,
21
21
  "type": "module",
22
- "main": "dist/index.js",
23
- "module": "dist/index.js",
24
- "types": "dist/index.d.ts",
22
+ "main": "./dist/index.js",
23
+ "module": "./dist/index.js",
24
+ "types": "./dist/index.d.ts",
25
25
  "files": [
26
26
  "dist/"
27
27
  ],
@@ -30,8 +30,8 @@
30
30
  "@lit/react": "^1.0.8",
31
31
  "lit": "^3.3.0",
32
32
  "tslib": "^2.8.1",
33
- "@arcgis/charts-components": "5.1.0-next.99",
34
- "@arcgis/lumina": "5.1.0-next.99"
33
+ "@arcgis/charts-components": "5.2.0-next.0",
34
+ "@arcgis/lumina": "5.2.0-next.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@arcgis/core": "^5.1.0-next",