@stamhoofd/email 2.4.1 → 2.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stamhoofd/email",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "UNLICENCED",
@@ -23,5 +23,5 @@
23
23
  "html-to-text": "^8.1.0",
24
24
  "nodemailer": "6.9.13"
25
25
  },
26
- "gitHead": "549a0392f08fcb93c732dfabdececd2a95041451"
26
+ "gitHead": "1f3a2fab1154a1a601636cb14f11f2a6c9c71033"
27
27
  }
@@ -1,5 +0,0 @@
1
- set foreign_key_checks=0;
2
- ALTER TABLE `email_addresses` CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;
3
- ALTER TABLE `email_addresses` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;
4
- ALTER DATABASE CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;
5
- set foreign_key_checks=1;