@arcgis/languages-api-utils 4.31.0-next.53 → 4.31.0-next.55

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.
@@ -312,7 +312,7 @@ declare class ApiService<TApiContext extends ApiContext = ApiContext> {
312
312
  private sdkCategoriesCache;
313
313
  constructor(_settings: LanguageServiceSettings);
314
314
  /**
315
- * Returns the API defintions for the given settings: definitions, constant definitions, and function definitons
315
+ * Returns the API definitions for the given settings: definitions, constant definitions, and function definitions
316
316
  */
317
317
  getApiDatabase(context: TApiContext): Promise<ApiDatabase>;
318
318
  /**
@@ -312,7 +312,7 @@ declare class ApiService<TApiContext extends ApiContext = ApiContext> {
312
312
  private sdkCategoriesCache;
313
313
  constructor(_settings: LanguageServiceSettings);
314
314
  /**
315
- * Returns the API defintions for the given settings: definitions, constant definitions, and function definitons
315
+ * Returns the API definitions for the given settings: definitions, constant definitions, and function definitions
316
316
  */
317
317
  getApiDatabase(context: TApiContext): Promise<ApiDatabase>;
318
318
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/languages-api-utils",
3
- "version": "4.31.0-next.53",
3
+ "version": "4.31.0-next.55",
4
4
  "description": "ArcGIS Languages API Utilities",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "type": "module",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@arcgis/arcade-sdk": "~1.26.5",
32
- "@arcgis/typescript-config": "4.31.0-next.53",
32
+ "@arcgis/typescript-config": "4.31.0-next.55",
33
33
  "@swc/core": "^1.7.4",
34
34
  "@swc/jest": "^0.2.36",
35
35
  "@types/jest": "^29.5.0",
@@ -40,5 +40,5 @@
40
40
  "tsup": "^8.1.0",
41
41
  "typescript": "~5.4.0"
42
42
  },
43
- "gitHead": "8c880b5822e41ef3c9298e0336a3ee91e97a9def"
43
+ "gitHead": "6fa13cc23bae41f77ec235b6e4585d49b4a094f0"
44
44
  }