@c8y/ngx-components 1018.0.32 → 1018.0.34
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/esm2020/ecosystem/packages/package-list/packages-list.component.mjs +3 -3
- package/esm2020/ecosystem/shared/ecosystem.service.mjs +4 -1
- package/fesm2015/c8y-ngx-components-ecosystem-shared.mjs +3 -0
- package/fesm2015/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components-ecosystem.mjs +2 -2
- package/fesm2015/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-ecosystem-shared.mjs +3 -0
- package/fesm2020/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-ecosystem.mjs +2 -2
- package/fesm2020/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -547,6 +547,9 @@ class EcosystemService {
|
|
|
547
547
|
else {
|
|
548
548
|
this.progress.next(this.progress.value + 10);
|
|
549
549
|
}
|
|
550
|
+
if (this.isMicroservice(app)) {
|
|
551
|
+
return;
|
|
552
|
+
}
|
|
550
553
|
const manifest = await this.getCumulocityJson(archive);
|
|
551
554
|
// A user can upload an app without a Cumulocity JSON file (e.g. a react app).
|
|
552
555
|
// This is allowed and should not trigger a validation error.
|