@goldstack/template-email-send 0.3.95 → 0.3.98
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/README.md +1 -1
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
This library provides an API and CLI for building Node.js modules that interact with AWS SES to send email messages.
|
|
4
4
|
|
|
5
|
-
For more information, see [Email Send Template](https://docs.goldstack.party/docs/
|
|
5
|
+
For more information, see [Email Send Template](https://docs.goldstack.party/docs/templates/email-send)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/template-email-send",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.98",
|
|
4
4
|
"description": "Utilities for packages that implement email sending using AWS SES",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -45,34 +45,34 @@
|
|
|
45
45
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@goldstack/infra": "0.3.
|
|
49
|
-
"@goldstack/infra-aws": "0.3.
|
|
50
|
-
"@goldstack/utils-cli": "0.2.
|
|
51
|
-
"@goldstack/utils-config": "0.3.
|
|
52
|
-
"@goldstack/utils-docker": "0.3.
|
|
53
|
-
"@goldstack/utils-log": "0.2.
|
|
54
|
-
"@goldstack/utils-package": "0.3.
|
|
55
|
-
"@goldstack/utils-package-config": "0.3.
|
|
56
|
-
"@goldstack/utils-sh": "0.4.
|
|
57
|
-
"@goldstack/utils-template": "0.3.
|
|
58
|
-
"@goldstack/utils-terraform": "0.3.
|
|
59
|
-
"@goldstack/utils-terraform-aws": "0.3.
|
|
60
|
-
"aws-sdk": "2.
|
|
48
|
+
"@goldstack/infra": "0.3.33",
|
|
49
|
+
"@goldstack/infra-aws": "0.3.41",
|
|
50
|
+
"@goldstack/utils-cli": "0.2.11",
|
|
51
|
+
"@goldstack/utils-config": "0.3.30",
|
|
52
|
+
"@goldstack/utils-docker": "0.3.35",
|
|
53
|
+
"@goldstack/utils-log": "0.2.12",
|
|
54
|
+
"@goldstack/utils-package": "0.3.35",
|
|
55
|
+
"@goldstack/utils-package-config": "0.3.35",
|
|
56
|
+
"@goldstack/utils-sh": "0.4.28",
|
|
57
|
+
"@goldstack/utils-template": "0.3.32",
|
|
58
|
+
"@goldstack/utils-terraform": "0.3.65",
|
|
59
|
+
"@goldstack/utils-terraform-aws": "0.3.64",
|
|
60
|
+
"aws-sdk": "2.814.0",
|
|
61
61
|
"source-map-support": "^0.5.21",
|
|
62
62
|
"uuid": "^8.3.0",
|
|
63
63
|
"yargs": "^15.4.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@goldstack/utils-git": "0.1.
|
|
67
|
-
"@goldstack/utils-package-config-generate": "0.2.
|
|
68
|
-
"@types/jest": "^27.
|
|
69
|
-
"@types/mock-aws-s3": "^2.6.
|
|
66
|
+
"@goldstack/utils-git": "0.1.32",
|
|
67
|
+
"@goldstack/utils-package-config-generate": "0.2.12",
|
|
68
|
+
"@types/jest": "^27.4.1",
|
|
69
|
+
"@types/mock-aws-s3": "^2.6.2",
|
|
70
70
|
"@types/node": "^16.11.0",
|
|
71
71
|
"@types/uuid": "^8.3.0",
|
|
72
72
|
"@types/yargs": "^15.0.5",
|
|
73
|
-
"jest": "^
|
|
73
|
+
"jest": "^27.5.1",
|
|
74
74
|
"rimraf": "^3.0.2",
|
|
75
|
-
"ts-jest": "^
|
|
75
|
+
"ts-jest": "^27.1.4",
|
|
76
76
|
"ts-node": "^10.3.0",
|
|
77
77
|
"typescript": "^4.4.3"
|
|
78
78
|
},
|