@strapi/provider-email-nodemailer 0.0.0-next.c443fb2cf1a0b330fbf8f4bf6b967c3002ccbd92 → 0.0.0-next.c593a2735b35c69d2c421003b6f80adf72fcf16e

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/provider-email-nodemailer",
3
- "version": "0.0.0-next.c443fb2cf1a0b330fbf8f4bf6b967c3002ccbd92",
3
+ "version": "0.0.0-next.c593a2735b35c69d2c421003b6f80adf72fcf16e",
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.c443fb2cf1a0b330fbf8f4bf6b967c3002ccbd92",
64
- "tsconfig": "0.0.0-next.c443fb2cf1a0b330fbf8f4bf6b967c3002ccbd92"
63
+ "eslint-config-custom": "0.0.0-next.c593a2735b35c69d2c421003b6f80adf72fcf16e",
64
+ "tsconfig": "0.0.0-next.c593a2735b35c69d2c421003b6f80adf72fcf16e"
65
65
  },
66
66
  "engines": {
67
67
  "node": ">=14.19.1 <=18.x.x",
68
68
  "npm": ">=6.0.0"
69
69
  },
70
- "gitHead": "c443fb2cf1a0b330fbf8f4bf6b967c3002ccbd92"
70
+ "gitHead": "c593a2735b35c69d2c421003b6f80adf72fcf16e"
71
71
  }