@infrab4a/connect 4.2.5-beta.0 → 4.2.5

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/index.cjs.js CHANGED
@@ -5360,6 +5360,8 @@ class WishlistHasuraGraphQLRepository extends withCrudHasuraGraphQL(withHasuraGr
5360
5360
  { personId: { columnName: 'person_id' } },
5361
5361
  { personName: { columnName: 'person_name' } },
5362
5362
  { personPhoto: { columnName: 'person_photo' } },
5363
+ 'theme',
5364
+ { bannerUrl: { columnName: 'banner_url' } },
5363
5365
  ],
5364
5366
  });
5365
5367
  this.categoryFilterRepository = categoryFilterRepository;
package/index.esm.js CHANGED
@@ -5354,6 +5354,8 @@ class WishlistHasuraGraphQLRepository extends withCrudHasuraGraphQL(withHasuraGr
5354
5354
  { personId: { columnName: 'person_id' } },
5355
5355
  { personName: { columnName: 'person_name' } },
5356
5356
  { personPhoto: { columnName: 'person_photo' } },
5357
+ 'theme',
5358
+ { bannerUrl: { columnName: 'banner_url' } },
5357
5359
  ],
5358
5360
  });
5359
5361
  this.categoryFilterRepository = categoryFilterRepository;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "4.2.5-beta.0",
3
+ "version": "4.2.5",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },