@storecraft/mailer-providers-http 1.0.12 → 1.0.13

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": "@storecraft/mailer-providers-http",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Official Serverless Friendly e-mail adapters for storecraft",
5
5
  "license": "MIT",
6
6
  "author": "Tomer Shalev (https://github.com/store-craft)",
@@ -5,7 +5,7 @@ import { base64 } from '@storecraft/core/crypto'
5
5
 
6
6
  /**
7
7
  *
8
- * @param {MailObject["attachments"][0]["content"]} c
8
+ * @param {MailObject["attachments"][number]["content"]} c
9
9
  */
10
10
  export const convert_to_base64 = async (c) => {
11
11
  if(c instanceof ArrayBuffer)