@wraps.dev/cli 2.17.16 → 2.17.18
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/dist/cli.js +12 -4
- package/dist/cli.js.map +1 -1
- package/dist/console/assets/{index-CNn3fWLq.js → index-41T2hONy.js} +45 -45
- package/dist/console/index.html +1 -1
- package/dist/lambda/event-processor/.bundled +1 -1
- package/dist/lambda/inbound-processor/.bundled +1 -1
- package/dist/lambda/inbound-processor/index.js +35 -35
- package/dist/lambda/sms-event-processor/.bundled +1 -1
- package/package.json +17 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at: 2026-03-
|
|
1
|
+
Built at: 2026-03-24T21:16:58.183Z
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wraps.dev/cli",
|
|
3
|
-
"version": "2.17.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.17.18",
|
|
4
|
+
"description": "Deploy email, SMS, and CDN infrastructure to your AWS account with one command. Sets up SES with DKIM/SPF/DMARC, event processing, and history automatically.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cli.js",
|
|
7
7
|
"bin": {
|
|
@@ -27,9 +27,21 @@
|
|
|
27
27
|
"keywords": [
|
|
28
28
|
"aws",
|
|
29
29
|
"ses",
|
|
30
|
+
"aws-ses",
|
|
30
31
|
"email",
|
|
32
|
+
"sms",
|
|
33
|
+
"cdn",
|
|
31
34
|
"infrastructure",
|
|
32
|
-
"cli"
|
|
35
|
+
"cli",
|
|
36
|
+
"deploy",
|
|
37
|
+
"dkim",
|
|
38
|
+
"spf",
|
|
39
|
+
"dmarc",
|
|
40
|
+
"cloudfront",
|
|
41
|
+
"iac",
|
|
42
|
+
"devops",
|
|
43
|
+
"email-setup",
|
|
44
|
+
"wraps"
|
|
33
45
|
],
|
|
34
46
|
"author": "Wraps",
|
|
35
47
|
"license": "AGPL-3.0-or-later",
|
|
@@ -56,7 +68,7 @@
|
|
|
56
68
|
"@pulumi/aws": "^7.15.0",
|
|
57
69
|
"@pulumi/pulumi": "^3.216.0",
|
|
58
70
|
"args": "^5.0.3",
|
|
59
|
-
"better-auth": "1.
|
|
71
|
+
"better-auth": "1.5.5",
|
|
60
72
|
"conf": "^13.0.1",
|
|
61
73
|
"cosmiconfig": "^9.0.0",
|
|
62
74
|
"esbuild": "^0.25.12",
|
|
@@ -86,7 +98,7 @@
|
|
|
86
98
|
"tsx": "4.20.6",
|
|
87
99
|
"typescript": "^5.9.3",
|
|
88
100
|
"vitest": "^4.0.7",
|
|
89
|
-
"@wraps/core": "0.1.
|
|
101
|
+
"@wraps/core": "0.1.2",
|
|
90
102
|
"@wraps/email-check": "1.0.0"
|
|
91
103
|
},
|
|
92
104
|
"engines": {
|