getLatestANTVersion

getLatestANTVersion is a method on the ANTVersions class that retrieves the latest version for an ANT based on alphabetical sorting of version numbers.

getLatestANTVersion does not require authentication.

Examples

getLatestANTVersion

const latestVersion = await versions.getLatestANTVersion();

Parameters

The getLatestANTVersion method does not accept any parameters.

Output

{
  "version": "2.0.0",
  "moduleId": "yza890...bcd123",
  "luaSourceId": "efg456...hij789",
  "notes": "Major update with new features"
}

Was this page helpful?