ng-miam 4.10.0 → 4.10.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.
@@ -2393,7 +2393,8 @@
2393
2393
  function RecipeProvider() {
2394
2394
  var _this = _super.apply(this, __spread(arguments)) || this;
2395
2395
  _this.attributes = {
2396
- name: 'NoName'
2396
+ name: 'NoName',
2397
+ logo: null
2397
2398
  };
2398
2399
  _this.relationships = {
2399
2400
  recipes: new i1.DocumentCollection()