@arcgis/coding-components 4.29.0-beta.3 → 4.29.0-beta.5

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.
@@ -14,4 +14,4 @@ See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
14
14
 
15
15
  For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
16
16
 
17
- email: contracts@esri.com
17
+ email: contracts@esri.com
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
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
- "version": "4.29.0-beta.3",
4
+ "homepage": "https://developers.arcgis.com/javascript/latest/",
5
+ "version": "4.29.0-beta.5",
5
6
  "module": "dist/components/index.js",
6
7
  "main": "dist/index.cjs.js",
7
8
  "types": "dist/types/index.d.ts",
@@ -49,16 +50,16 @@
49
50
  "prettier": "prettier . --write"
50
51
  },
51
52
  "dependencies": {
52
- "@arcgis/arcade-languageservice": "4.29.0-beta.3",
53
+ "@arcgis/arcade-languageservice": "4.29.0-beta.5",
53
54
  "@stencil/core": "2.22.3",
54
55
  "monaco-editor": "^0.39.0",
55
56
  "vscode-languageserver-types": "^3.17.3"
56
57
  },
57
58
  "devDependencies": {
58
- "@arcgis/components-plugins": "4.29.0-beta.3",
59
- "@arcgis/components-utils": "4.29.0-beta.3",
59
+ "@arcgis/components-plugins": "4.29.0-beta.5",
60
+ "@arcgis/components-utils": "4.29.0-beta.5",
60
61
  "@arcgis/core": ">=4.29.0-next <4.30",
61
- "@arcgis/core-adapter": "4.29.0-beta.3",
62
+ "@arcgis/core-adapter": "4.29.0-beta.5",
62
63
  "@arcgis/eslint-config": "1.0.0",
63
64
  "@arcgis/typescript-config": "1.0.0",
64
65
  "@esri/calcite-components": "^1.8.0",
@@ -113,5 +114,5 @@
113
114
  "@arcgis/core": ">=4.29.0-next <4.30",
114
115
  "@esri/calcite-components": ">=1.7.0 <2.0.0"
115
116
  },
116
- "gitHead": "96efda04bd50887099387f89a741bd161ec068f1"
117
+ "gitHead": "bc9831f447ce131ddeeb898d3b7e341bc09a39bc"
117
118
  }