@plusscommunities/pluss-core-aws 1.6.12 → 2.0.0
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/helper/sendEmail.js +2 -2
- package/package.json +2 -1
package/helper/sendEmail.js
CHANGED
|
@@ -49,7 +49,7 @@ module.exports = async (
|
|
|
49
49
|
<div style='margin-top: 32px; border-top: 2px solid #e0e0e0;'></div>
|
|
50
50
|
<div style='padding-top: 24px; display: block;'>
|
|
51
51
|
<div style='clear: both; height: 30px;'>
|
|
52
|
-
<img height="
|
|
52
|
+
<img height="30" width="auto" src="${communityConfig.emailBrandingAbovePoweredBy.image}" style="float: left; height: 30px; width: auto; background-repeat: no-repeat; background-size: contain;"></img>
|
|
53
53
|
</div>
|
|
54
54
|
</div>
|
|
55
55
|
`
|
|
@@ -60,7 +60,7 @@ module.exports = async (
|
|
|
60
60
|
<div style='vertical-align: top; height: 20px; margin-right: 10px; color: #828282; display: inline-block;'>
|
|
61
61
|
<span style=' font-size: 13px; line-height: 20px;'>powered by</span>
|
|
62
62
|
</div>
|
|
63
|
-
<img height="
|
|
63
|
+
<img height="20" width="142" src="https://pluss-prd-uploads.s3.ap-southeast-2.amazonaws.com/uploads/users/ap-southeast-2:80aecdcb-9955-493e-a341-2f2263f64777/public/9c785b064c6abbec00bd4ef12b/logoplusscommunitieslong.png" style="display: inline-block; height: 20px; width: 142px; background-repeat: no-repeat; background-size:contain;"></img>
|
|
64
64
|
</div>
|
|
65
65
|
</div>
|
|
66
66
|
</div>`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plusscommunities/pluss-core-aws",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Core extension package for Pluss Communities platform",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"betapatch": "npm version prepatch --preid=beta",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"@aws/dynamodb-auto-marshaller": "^0.7.1",
|
|
17
17
|
"amazon-cognito-identity-js": "^2.0.19",
|
|
18
18
|
"axios": "^0.18.0",
|
|
19
|
+
"aws-sdk": "^2.284.1",
|
|
19
20
|
"expo-server-sdk": "^3.0.1",
|
|
20
21
|
"get-image-colors": "^1.8.1",
|
|
21
22
|
"html-entities": "^2.3.2",
|