@arcgis/coding-components-react 4.29.0-beta.89 → 4.29.0-beta.90
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/README.md +6 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
# React wrapper for
|
|
1
|
+
# ArcGIS Maps SDK for JavaScript - React wrapper for Coding Components (beta)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**No Esri Technical Support during beta.**
|
|
4
|
+
|
|
5
|
+
This package offers a series of components that provide tools, resources, code editors or utilities that can be used to assist with build applications with the ArcGIS Maps SDK for JavaScript.
|
|
6
|
+
|
|
7
|
+
Refer to the [ArcGIS Maps SDK for JavaScript components documentation](https://developers.arcgis.com/javascript/latest/components/) for more information.
|
|
4
8
|
|
|
5
9
|
## License
|
|
6
10
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@arcgis/coding-components-react",
|
|
3
3
|
"description": "A set of React components that wrap ArcGIS coding components",
|
|
4
4
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
5
|
-
"version": "4.29.0-beta.
|
|
5
|
+
"version": "4.29.0-beta.90",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"module": "dist/index.js",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"tsc": "tsc"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@arcgis/coding-components": "4.29.0-beta.
|
|
26
|
+
"@arcgis/coding-components": "4.29.0-beta.90"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@arcgis/components-plugins": "4.29.0-beta.
|
|
29
|
+
"@arcgis/components-plugins": "4.29.0-beta.90",
|
|
30
30
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
31
31
|
"@types/node": "^20.2.5",
|
|
32
32
|
"@types/react-dom": "^18.2.0",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"react": ">=18.0.0 <19.0.0",
|
|
39
39
|
"react-dom": ">=18.0.0 <19.0.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "81ab8773799b0b825d4d1a53f2803e7acab56c4c"
|
|
42
42
|
}
|