@arcgis/coding-components 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 +9 -9
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ArcGIS Maps SDK for JavaScript - 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",
|
|
3
3
|
"description": "Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.",
|
|
4
4
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
5
|
-
"version": "4.29.0-beta.
|
|
5
|
+
"version": "4.29.0-beta.90",
|
|
6
6
|
"module": "dist/components/index.js",
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"generate": "stencil generate"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@arcgis/arcade-languageservice": "4.29.0-beta.
|
|
52
|
+
"@arcgis/arcade-languageservice": "4.29.0-beta.90",
|
|
53
53
|
"@stencil/core": "^4.10.0",
|
|
54
54
|
"monaco-editor": "^0.45.0",
|
|
55
55
|
"vscode-languageserver-types": "^3.17.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@arcgis/components-plugins": "4.29.0-beta.
|
|
59
|
-
"@arcgis/components-utils": "4.29.0-beta.
|
|
58
|
+
"@arcgis/components-plugins": "4.29.0-beta.90",
|
|
59
|
+
"@arcgis/components-utils": "4.29.0-beta.90",
|
|
60
60
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
61
|
-
"@arcgis/core-adapter": "4.29.0-beta.
|
|
62
|
-
"@arcgis/typescript-config": "4.29.0-beta.
|
|
63
|
-
"@esri/calcite-components": "^2.
|
|
61
|
+
"@arcgis/core-adapter": "4.29.0-beta.90",
|
|
62
|
+
"@arcgis/typescript-config": "4.29.0-beta.90",
|
|
63
|
+
"@esri/calcite-components": "^2.3.0",
|
|
64
64
|
"@stencil/angular-output-target": "0.8.3",
|
|
65
65
|
"@stencil/react-output-target": "0.5.3",
|
|
66
66
|
"@stencil/sass": "^3.0.0",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
108
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
109
|
-
"@esri/calcite-components": "
|
|
109
|
+
"@esri/calcite-components": ">=2.2.0 <3.0.0"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "81ab8773799b0b825d4d1a53f2803e7acab56c4c"
|
|
112
112
|
}
|