@stacksjs/types 0.70.285 → 0.70.287

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.
Files changed (2) hide show
  1. package/dist/email.d.ts +4 -0
  2. package/package.json +3 -3
package/dist/email.d.ts CHANGED
@@ -77,6 +77,10 @@ export declare interface EmailServerConfig {
77
77
  scan?: boolean
78
78
  attachTo?: string
79
79
  mode?: 'serverless' | 'server'
80
+ dmarc?: {
81
+ policy?: 'none' | 'quarantine' | 'reject'
82
+ reportTo?: string
83
+ }
80
84
  storage?: {
81
85
  bucket?: string
82
86
  retentionDays?: number
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.70.285",
4
+ "version": "0.70.287",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -60,7 +60,7 @@
60
60
  "@stacksjs/clapp": "^0.2.12",
61
61
  "@stacksjs/stx": "^0.2.148",
62
62
  "@stacksjs/ts-validation": "^0.5.0",
63
- "bun-query-builder": "^0.2.17"
63
+ "bun-query-builder": "^0.2.19"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "meilisearch": "^0.59.0"
@@ -71,7 +71,7 @@
71
71
  }
72
72
  },
73
73
  "devDependencies": {
74
- "@stacksjs/validation": "0.70.285",
74
+ "@stacksjs/validation": "0.70.287",
75
75
  "better-dx": "^0.2.17",
76
76
  "meilisearch": "^0.59.0"
77
77
  },