adapt-authoring-adaptframework 2.5.4 → 2.5.6
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
|
|
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.
|
|
3
|
+
"version": "2.5.6",
|
|
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",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"adapt-authoring-content": "^2.0.0",
|
|
15
15
|
"adapt-authoring-contentplugin": "^1.0.3",
|
|
16
16
|
"adapt-authoring-core": "^2.0.0",
|
|
17
|
+
"adapt-authoring-courseassets": "^1.0.3",
|
|
17
18
|
"adapt-authoring-coursetheme": "^1.0.2",
|
|
18
19
|
"adapt-authoring-mongodb": "^3.0.0",
|
|
19
20
|
"adapt-authoring-spoortracking": "^1.0.2",
|
|
20
21
|
"adapt-cli": "^3.3.3",
|
|
21
|
-
"adapt-migrations": "^1.4.0",
|
|
22
22
|
"adapt-octopus": "^0.1.2",
|
|
23
23
|
"bytes": "^3.1.2",
|
|
24
24
|
"fs-extra": "11.3.3",
|