@haus-tech/badge-plugin 2.2.1 → 2.2.2

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.
@@ -25,7 +25,7 @@ let Badge = class Badge extends core_1.VendureEntity {
25
25
  collectionId;
26
26
  };
27
27
  __decorate([
28
- (0, typeorm_1.Column)(),
28
+ (0, typeorm_1.Column)({ default: 'top-left' }),
29
29
  __metadata("design:type", String)
30
30
  ], Badge.prototype, "position", void 0);
31
31
  __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-tech/badge-plugin",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Adds a badge to product images",
5
5
  "author": "Haus Tech",
6
6
  "repository": "https://github.com/WeAreHausTech/haus-tech-vendure-plugins",