@strapi/provider-email-sendmail 0.0.0-next.b8f22d3d669c444fabaf9cf44bc2d9dd625d6b92 → 0.0.0-next.c21ac55dba031ac797f748e615e520a289c6394d

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 +5 -5
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 = Options;
17
+ type ProviderOptions = Options;
18
18
  declare const _default: {
19
19
  init(providerOptions: ProviderOptions, settings: Settings): {
20
20
  send(options: SendOptions): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/provider-email-sendmail",
3
- "version": "0.0.0-next.b8f22d3d669c444fabaf9cf44bc2d9dd625d6b92",
3
+ "version": "0.0.0-next.c21ac55dba031ac797f748e615e520a289c6394d",
4
4
  "description": "Sendmail provider for strapi email",
5
5
  "keywords": [
6
6
  "email",
@@ -41,17 +41,17 @@
41
41
  "lint": "run -T eslint ."
42
42
  },
43
43
  "dependencies": {
44
- "@strapi/utils": "0.0.0-next.b8f22d3d669c444fabaf9cf44bc2d9dd625d6b92",
44
+ "@strapi/utils": "0.0.0-next.c21ac55dba031ac797f748e615e520a289c6394d",
45
45
  "sendmail": "^1.6.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/sendmail": "1.4.4",
49
- "eslint-config-custom": "0.0.0-next.b8f22d3d669c444fabaf9cf44bc2d9dd625d6b92",
50
- "tsconfig": "0.0.0-next.b8f22d3d669c444fabaf9cf44bc2d9dd625d6b92"
49
+ "eslint-config-custom": "0.0.0-next.c21ac55dba031ac797f748e615e520a289c6394d",
50
+ "tsconfig": "0.0.0-next.c21ac55dba031ac797f748e615e520a289c6394d"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=14.19.1 <=18.x.x",
54
54
  "npm": ">=6.0.0"
55
55
  },
56
- "gitHead": "b8f22d3d669c444fabaf9cf44bc2d9dd625d6b92"
56
+ "gitHead": "c21ac55dba031ac797f748e615e520a289c6394d"
57
57
  }