@arcgis/languages-api-utils 5.2.0-next.94 → 5.2.0-next.96

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -2
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { SdkConstant as ApiConstant, SdkFunction as ApiFunction, SdkVariableType as ApiVariableType, SdkPredefinedProfile, BundleType, ProfileId, SdkCategory, ArcadeSdkPredefinedProfile, SqlSdkPredefinedProfile } from '@arcgis/languages-sdk-spec';
1
+ import { SdkConstant as ApiConstant, SdkFunction as ApiFunction, SdkVariableType as ApiVariableType, SdkPredefinedProfile, BundleType, ProfileId, SdkCategory, ArcadeSdkPredefinedProfile, SqlSdkPredefinedProfile, ArcadeRuntime } from '@arcgis/languages-sdk-spec';
2
2
  import { CompletionItem } from 'vscode-languageserver-types';
3
3
  export type { ApiConstant, ApiFunction, BundleType };
4
4
  /**
@@ -11,7 +11,7 @@ export type ApiItem = ApiConstant | ApiFunction;
11
11
  export interface ApiCategory extends SdkCategory {
12
12
  items: ApiItem[];
13
13
  }
14
- export type { ProfileId, ApiVariableType, SdkPredefinedProfile, ArcadeSdkPredefinedProfile, SqlSdkPredefinedProfile };
14
+ export type { ProfileId, ApiVariableType, SdkPredefinedProfile, ArcadeSdkPredefinedProfile, SqlSdkPredefinedProfile, ArcadeRuntime, };
15
15
  /**
16
16
  * The editor can be extended with custom snippets
17
17
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/languages-api-utils",
3
- "version": "5.2.0-next.94",
3
+ "version": "5.2.0-next.96",
4
4
  "description": "ArcGIS Languages API Utilities",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "type": "module",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "license": "SEE LICENSE IN LICENSE.md",
14
14
  "dependencies": {
15
- "@arcgis/languages-sdk-spec": "5.2.0-next.94",
15
+ "@arcgis/languages-sdk-spec": "5.2.0-next.96",
16
16
  "tslib": "^2.8.1",
17
17
  "vscode-languageserver-types": "^3.17.5"
18
18
  }