trm-core 8.0.0 → 8.0.1
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.
package/changelog.txt
CHANGED
|
@@ -81,6 +81,7 @@ const _getTadirDependencies = (tadirDependencies) => __awaiter(void 0, void 0, v
|
|
|
81
81
|
var arrayIndex1;
|
|
82
82
|
var arrayIndex2;
|
|
83
83
|
var append;
|
|
84
|
+
trmPackage = null;
|
|
84
85
|
if (trmServerPackage && trmServerPackage.getDevclass() === tadir.devclass) {
|
|
85
86
|
trm_commons_1.Logger.log(`Dependency with TRM SERVER package`, true);
|
|
86
87
|
devclass = trmServerPackage.getDevclass();
|
|
@@ -221,7 +221,8 @@ class Transport {
|
|
|
221
221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
222
222
|
const packageName = yield this.getTrmPackageName();
|
|
223
223
|
const packageVersion = yield this.getTrmPackageVersion();
|
|
224
|
-
|
|
224
|
+
const hasDocumentation = (yield this.getDocumentation()).length > 0;
|
|
225
|
+
return !!(packageName && packageVersion && hasDocumentation);
|
|
225
226
|
});
|
|
226
227
|
}
|
|
227
228
|
download() {
|