@colijnit/product 300.1.0 → 300.1.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.
@@ -34,8 +34,8 @@ class Version {
34
34
  constructor() {
35
35
  this.name = "@colijnit/product";
36
36
  this.description = "Product detail page project for iOne";
37
- this.symVer = "300.1.0";
38
- this.publishDate = "14-7-2026, 10:22:51";
37
+ this.symVer = "300.1.1";
38
+ this.publishDate = "8/26/2026, 12:22:37 PM";
39
39
  }
40
40
  }
41
41
 
@@ -4582,11 +4582,6 @@ class ProductExternalSourceComponent {
4582
4582
  }
4583
4583
  // this.externalSettings.assetPath = "https://cdn1.colijn-it.nl/content43";
4584
4584
  // this.externalSettings.threeDAssetPath = "https://cdn1.colijn-it.nl/content43";
4585
- if (this.externalSource.username && this.externalSource.password) {
4586
- this.externalSettings.useLoginEncryption = true;
4587
- this.externalSettings.username = this.externalSource.username;
4588
- this.externalSettings.password = this.externalSource.password;
4589
- }
4590
4585
  // finally show the catalog
4591
4586
  this.switchToProduct();
4592
4587
  this.loaded = true;