@strapi/provider-email-nodemailer 0.0.0-next.333932fce74522411ff909de4c8a31a94901ad48 → 0.0.0-next.4029068155cea66ffef89c77bde3a5775170090b

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -14,7 +14,7 @@ interface SendOptions {
14
14
  html: string;
15
15
  [key: string]: unknown;
16
16
  }
17
- declare type ProviderOptions = Parameters<typeof nodemailer.createTransport>[0];
17
+ type ProviderOptions = Parameters<typeof nodemailer.createTransport>[0];
18
18
  declare const _default: {
19
19
  provider: string;
20
20
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/provider-email-nodemailer",
3
- "version": "0.0.0-next.333932fce74522411ff909de4c8a31a94901ad48",
3
+ "version": "0.0.0-next.4029068155cea66ffef89c77bde3a5775170090b",
4
4
  "description": "Nodemailer provider for Strapi 3",
5
5
  "keywords": [
6
6
  "strapi",
@@ -60,12 +60,12 @@
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/nodemailer": "6.4.7",
63
- "eslint-config-custom": "0.0.0-next.333932fce74522411ff909de4c8a31a94901ad48",
64
- "tsconfig": "0.0.0-next.333932fce74522411ff909de4c8a31a94901ad48"
63
+ "eslint-config-custom": "0.0.0-next.4029068155cea66ffef89c77bde3a5775170090b",
64
+ "tsconfig": "0.0.0-next.4029068155cea66ffef89c77bde3a5775170090b"
65
65
  },
66
66
  "engines": {
67
67
  "node": ">=14.19.1 <=18.x.x",
68
68
  "npm": ">=6.0.0"
69
69
  },
70
- "gitHead": "333932fce74522411ff909de4c8a31a94901ad48"
70
+ "gitHead": "4029068155cea66ffef89c77bde3a5775170090b"
71
71
  }