@arcgis/arcade-languageservice 4.29.0-beta.3 → 4.29.0-beta.30

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.
@@ -475,4 +475,4 @@ type ProfileStrings = {
475
475
  domainvaluesbysubtypes: string;
476
476
  };
477
477
 
478
- export { ApiCategory, SdkConstant as ApiConstant, ApiContext, ApiDictionaryVariable, SdkFunction as ApiFunction, ApiItem, ApiProfile, ApiSnippet, ApiValueVariable, ApiValueVariableType, ApiVariable, SdkVariableType as ApiVariableType, ArcadeKeywords, ArcadeLanguageService, ArcadeLanguageServiceSettings, ArcadeLiterals, ArcadeReservedKeywords, BundleType, Diagnostic, DiagnosticCodes, DiagnosticData, DiagnosticMessages, FormattingOptions, ProfileId, ProfileStrings, SdkPredefinedProfile, ValidationDiagnosticCodes, isDictionaryVariable, isValueVariable };
478
+ export { type ApiCategory, type SdkConstant as ApiConstant, type ApiContext, type ApiDictionaryVariable, type SdkFunction as ApiFunction, type ApiItem, type ApiProfile, type ApiSnippet, type ApiValueVariable, type ApiValueVariableType, type ApiVariable, type SdkVariableType as ApiVariableType, ArcadeKeywords, ArcadeLanguageService, type ArcadeLanguageServiceSettings, ArcadeLiterals, ArcadeReservedKeywords, type BundleType, type Diagnostic, type DiagnosticCodes, type DiagnosticData, DiagnosticMessages, type FormattingOptions, type ProfileId, type ProfileStrings, type SdkPredefinedProfile, ValidationDiagnosticCodes, isDictionaryVariable, isValueVariable };
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@arcgis/arcade-languageservice",
3
3
  "description": "Arcade Language Service",
4
- "version": "4.29.0-beta.3",
4
+ "homepage": "https://developers.arcgis.com/javascript/latest/",
5
+ "version": "4.29.0-beta.30",
5
6
  "type": "module",
6
7
  "module": "dist/esm/index.js",
7
8
  "main": "dist/esm/index.js",
@@ -32,13 +33,13 @@
32
33
  "@arcgis/arcade-parser": "1.20.5",
33
34
  "@arcgis/arcade-sdk": "~1.24.0",
34
35
  "@arcgis/arcade-tests": "^1.20.0",
35
- "@arcgis/components-plugins": "4.29.0-beta.3",
36
+ "@arcgis/components-plugins": "4.29.0-beta.30",
36
37
  "@arcgis/eslint-config": "1.0.0",
37
38
  "@arcgis/typescript-config": "1.0.0",
38
39
  "@types/fs-extra": "^11.0.1",
39
40
  "@types/jest": "^29.5.0",
40
41
  "@types/node": "^20.2.5",
41
- "eslint": "^8.51.0",
42
+ "eslint": "^8.52.0",
42
43
  "fs-extra": "^11.1.1",
43
44
  "jest": "^29.5.0",
44
45
  "jest-esm-transformer-2": "^1.0.0",
@@ -48,9 +49,8 @@
48
49
  "resolve-pkg": "^2.0.0",
49
50
  "rimraf": "^5.0.0",
50
51
  "ts-jest": "^29.1.1",
51
- "ts-node": "^10.9.1",
52
- "tsup": "^7.2.0",
52
+ "tsup": "^7.3.0",
53
53
  "typescript": "4.9.5"
54
54
  },
55
- "gitHead": "96efda04bd50887099387f89a741bd161ec068f1"
55
+ "gitHead": "358cf8e8c177bf9615f9963da9e663cb7b44a233"
56
56
  }