@strapi/email 0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e → 0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/email",
3
- "version": "0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e",
3
+ "version": "0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766",
4
4
  "description": "Easily configure your Strapi application to send emails.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -58,8 +58,8 @@
58
58
  "dependencies": {
59
59
  "@strapi/design-system": "2.0.0-rc.30",
60
60
  "@strapi/icons": "2.0.0-rc.30",
61
- "@strapi/provider-email-sendmail": "0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e",
62
- "@strapi/utils": "0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e",
61
+ "@strapi/provider-email-sendmail": "0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766",
62
+ "@strapi/utils": "0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766",
63
63
  "koa2-ratelimit": "^1.1.3",
64
64
  "lodash": "4.17.21",
65
65
  "react-intl": "6.6.2",
@@ -68,8 +68,8 @@
68
68
  "zod": "3.25.67"
69
69
  },
70
70
  "devDependencies": {
71
- "@strapi/admin": "0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e",
72
- "@strapi/types": "0.0.0-next.d5c0fa2c0ecac02fb0014dcdc5fea0ef62c39d0e",
71
+ "@strapi/admin": "0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766",
72
+ "@strapi/types": "0.0.0-next.d6c661f8ab4a198d3e4c6a387b9b8f267a100766",
73
73
  "@testing-library/react": "15.0.7",
74
74
  "@types/koa": "2.13.4",
75
75
  "@types/lodash": "^4.14.191",