adapt-authoring-adaptframework 2.5.4 → 2.5.5

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.
@@ -179,7 +179,7 @@ class AdaptFrameworkModule extends AbstractModule {
179
179
  */
180
180
  async getLatestVersion () {
181
181
  try {
182
- return semver.clean(await this.runCliCommand('getLatestFrameworkVersion', { versionLimit: this.targetVersionRange }))
182
+ return this.runCliCommand('getLatestFrameworkVersion', { versionLimit: this.targetVersionRange })
183
183
  } catch (e) {
184
184
  this.log('error', `failed to retrieve framework update data, ${e.message}`)
185
185
  throw this.app.errors.FW_LATEST_VERSION_FAILED.setData({ reason: e.message })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adapt-authoring-adaptframework",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "description": "Adapt framework integration for the Adapt authoring tool",
5
5
  "homepage": "https://github.com/adapt-security/adapt-authoring-adaptframework",
6
6
  "license": "GPL-3.0",