@arcgis/arcade-languageservice 4.30.0-next.0 → 4.30.0-next.2

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.
@@ -2,7 +2,9 @@
2
2
  "layer": "Layer",
3
3
  "featureservice": "Feature service",
4
4
  "mapservice": "Map service",
5
+ "map": "Web Map",
5
6
  "webmap": "Web Map",
7
+ "webscene": "Web Scene",
6
8
  "webmapformat": "Web map: {webMapTitle}",
7
9
  "item": "Item",
8
10
  "invoking": "Invoking",
@@ -486,7 +486,9 @@ type ProfileStrings = {
486
486
  layer: string;
487
487
  featureservice: string;
488
488
  mapservice: string;
489
+ map: string;
489
490
  webmap: string;
491
+ webscene: string;
490
492
  webmapformat: string;
491
493
  item: string;
492
494
  invoking: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@arcgis/arcade-languageservice",
3
3
  "description": "Arcade Language Service",
4
4
  "homepage": "https://developers.arcgis.com/javascript/latest/",
5
- "version": "4.30.0-next.0",
5
+ "version": "4.30.0-next.2",
6
6
  "type": "module",
7
7
  "module": "dist/esm/index.js",
8
8
  "main": "dist/esm/index.js",
@@ -28,11 +28,11 @@
28
28
  "vscode-languageserver-types": "^3.17.3"
29
29
  },
30
30
  "devDependencies": {
31
- "@arcgis/arcade-parser": "4.30.0-next.0",
31
+ "@arcgis/arcade-parser": "4.30.0-next.2",
32
32
  "@arcgis/arcade-sdk": "~1.26.0",
33
33
  "@arcgis/arcade-tests": "^1.20.0",
34
- "@arcgis/components-plugins": "4.30.0-next.0",
35
- "@arcgis/typescript-config": "4.30.0-next.0",
34
+ "@arcgis/components-plugins": "4.30.0-next.2",
35
+ "@arcgis/typescript-config": "4.30.0-next.2",
36
36
  "@types/jest": "^29.5.0",
37
37
  "@types/node": "^20.2.5",
38
38
  "eslint": "^8.55.0",
@@ -47,5 +47,5 @@
47
47
  "tsx": "^4.7.0",
48
48
  "typescript": "~5.3.0"
49
49
  },
50
- "gitHead": "2bb7d342ed10435ed52ad74667a3ee4773c0714d"
50
+ "gitHead": "e96e35065453519e2498dd6d3061df4735cd528d"
51
51
  }