@vendure/email-plugin 3.0.0-next.0 → 3.0.0

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/lib/src/plugin.js CHANGED
@@ -408,7 +408,7 @@ exports.EmailPlugin = EmailPlugin = EmailPlugin_1 = __decorate([
408
408
  (0, core_2.VendurePlugin)({
409
409
  imports: [core_2.PluginCommonModule],
410
410
  providers: [{ provide: constants_1.EMAIL_PLUGIN_OPTIONS, useFactory: () => EmailPlugin.options }, email_processor_1.EmailProcessor],
411
- compatibility: '^2.0.0',
411
+ compatibility: '^3.0.0',
412
412
  }),
413
413
  __param(5, (0, common_1.Inject)(constants_1.EMAIL_PLUGIN_OPTIONS)),
414
414
  __metadata("design:paramtypes", [core_2.EventBus,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/email-plugin",
3
- "version": "3.0.0-next.0",
3
+ "version": "3.0.0",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -34,10 +34,10 @@
34
34
  "@types/express": "^4.17.21",
35
35
  "@types/fs-extra": "^11.0.4",
36
36
  "@types/mjml": "^4.7.4",
37
- "@vendure/common": "3.0.0-next.0",
38
- "@vendure/core": "3.0.0-next.0",
37
+ "@vendure/common": "^3.0.0",
38
+ "@vendure/core": "^3.0.0",
39
39
  "rimraf": "^5.0.5",
40
40
  "typescript": "5.3.3"
41
41
  },
42
- "gitHead": "3186993cb1de80b34345c26d01a71bead545da33"
42
+ "gitHead": "a23b3ae5d4675eb459bb646ba7dd4ab0b085eb08"
43
43
  }