@wraps.dev/cli 2.21.18 → 2.22.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.
@@ -1 +1 @@
1
- Built at: 2026-05-26T20:09:04.529Z
1
+ Built at: 2026-05-28T17:57:00.807Z
@@ -1 +1 @@
1
- Built at: 2026-05-26T20:09:04.615Z
1
+ Built at: 2026-05-28T17:57:00.886Z
@@ -1 +1 @@
1
- Built at: 2026-05-26T20:09:04.539Z
1
+ Built at: 2026-05-28T17:57:00.818Z
@@ -2740,6 +2740,27 @@
2740
2740
  "method": "btree",
2741
2741
  "where": "contact_id IS NOT NULL",
2742
2742
  "with": {}
2743
+ },
2744
+ "message_send_org_created_idx": {
2745
+ "name": "message_send_org_created_idx",
2746
+ "columns": [
2747
+ {
2748
+ "expression": "organization_id",
2749
+ "isExpression": false,
2750
+ "asc": true,
2751
+ "nulls": "last"
2752
+ },
2753
+ {
2754
+ "expression": "created_at",
2755
+ "isExpression": false,
2756
+ "asc": true,
2757
+ "nulls": "last"
2758
+ }
2759
+ ],
2760
+ "isUnique": false,
2761
+ "concurrently": false,
2762
+ "method": "btree",
2763
+ "with": {}
2743
2764
  }
2744
2765
  },
2745
2766
  "foreignKeys": {
@@ -6670,5 +6691,9 @@
6670
6691
  "roles": {},
6671
6692
  "policies": {},
6672
6693
  "views": {},
6673
- "_meta": { "columns": {}, "schemas": {}, "tables": {} }
6694
+ "_meta": {
6695
+ "columns": {},
6696
+ "schemas": {},
6697
+ "tables": {}
6698
+ }
6674
6699
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wraps.dev/cli",
3
- "version": "2.21.18",
3
+ "version": "2.22.0",
4
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",