@e-mc/cloud
Advanced tools
Comparing version 0.4.2 to 0.5.0
@@ -255,3 +255,3 @@ "use strict"; | ||
.catch(err => instance.writeFail(["Download failed" /* ERR_CLOUD.DOWNLOAD_FAIL */, path.basename(downloadUri)], err, { type: 64 /* LOG_TYPE.CLOUD */, startTime })); | ||
if (active || waitStatus || this.archiving) { | ||
if (active || waitStatus || this.incremental === 'staging') { | ||
tasks.push(task); | ||
@@ -258,0 +258,0 @@ } |
{ | ||
"name": "@e-mc/cloud", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"description": "Cloud constructor for E-mc.", | ||
@@ -23,6 +23,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@e-mc/core": "0.4.2", | ||
"@e-mc/db": "0.4.2", | ||
"@e-mc/types": "0.4.2" | ||
"@e-mc/core": "0.5.0", | ||
"@e-mc/db": "0.5.0", | ||
"@e-mc/types": "0.5.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47714
+ Added@e-mc/core@0.5.0(transitive)
+ Added@e-mc/db@0.5.0(transitive)
+ Added@e-mc/module@0.5.0(transitive)
+ Added@e-mc/request@0.5.0(transitive)
+ Added@e-mc/types@0.5.0(transitive)
- Removed@e-mc/core@0.4.2(transitive)
- Removed@e-mc/db@0.4.2(transitive)
- Removed@e-mc/module@0.4.2(transitive)
- Removed@e-mc/request@0.4.2(transitive)
- Removed@e-mc/types@0.4.2(transitive)
Updated@e-mc/core@0.5.0
Updated@e-mc/db@0.5.0
Updated@e-mc/types@0.5.0