@akemona-org/strapi-provider-email-sendmail 3.7.4 → 3.7.6
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/LICENSE +0 -6
- package/README.md +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
Copyright (c) 2015-present Strapi Solutions SAS
|
|
2
2
|
|
|
3
|
-
Portions of the Strapi software are licensed as follows:
|
|
4
|
-
|
|
5
|
-
* All software that resides under an "ee/" directory (the “EE Software”), if that directory exists, is licensed under the license defined in "ee/LICENSE".
|
|
6
|
-
|
|
7
|
-
* All software outside of the above-mentioned directories or restrictions above is available under the "MIT Expat" license as set forth below.
|
|
8
|
-
|
|
9
3
|
MIT Expat License
|
|
10
4
|
|
|
11
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ We’ve decided it’ll soon be time to end the support for `strapi-provider-ema
|
|
|
10
10
|
|
|
11
11
|
After years of iterations, Strapi is going to V4 and we won’t maintain V3 packages when it’ll reach its end-of-support milestone (~end of Q3 2022).
|
|
12
12
|
|
|
13
|
-
If you’ve been using `strapi-provider-email-sendmail` and have migrated to V4 (or if you want to), you can find the equivalent and updated version of this package at this [URL](https://github.com/
|
|
13
|
+
If you’ve been using `strapi-provider-email-sendmail` and have migrated to V4 (or if you want to), you can find the equivalent and updated version of this package at this [URL](https://github.com/akemona/strapi/tree/master/packages/providers/email-sendmail) and with the following name on NPM: `@strapi/provider-email-sendmail`.
|
|
14
14
|
|
|
15
15
|
If you’ve contributed to the development of this package, thank you again for that! We hope to see you on the V4 soon.
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "3.7.
|
|
6
|
+
"version": "3.7.6",
|
|
7
7
|
"description": "Sendmail provider for strapi email",
|
|
8
8
|
"homepage": "https://strapi.akemona.com",
|
|
9
9
|
"keywords": [
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"main": "./lib",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@akemona-org/strapi-utils": "3.7.
|
|
18
|
+
"@akemona-org/strapi-utils": "3.7.6",
|
|
19
19
|
"sendmail": "^1.6.1"
|
|
20
20
|
},
|
|
21
21
|
"strapi": {
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"scripts": {
|
|
49
49
|
"test": "echo \"no tests yet\""
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "3e3580e11b6ab7771c367cbc018d49ba0c2208df"
|
|
52
52
|
}
|