@c8y/ngx-components 1023.14.196 → 1023.14.201

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.
@@ -1278,6 +1278,7 @@ class AddPackageComponent {
1278
1278
  }
1279
1279
  async createPackageApp(file) {
1280
1280
  await this.ecosystemService.isValidAppType(file, ApplicationType.HOSTED);
1281
+ await this.ecosystemService.isValidPackageVersion(file);
1281
1282
  return await this.ecosystemService.createAppForArchive(file, true);
1282
1283
  }
1283
1284
  uploadPackage(file, pckg) {