@stacksjs/notifications 0.44.12 → 0.45.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -46,7 +46,7 @@ interface EmailOptions {
46
46
  html: string
47
47
  from?: string
48
48
  text?: string
49
- attachments?: IAttachmentOptions[]
49
+ attachments?: AttachmentOptions[]
50
50
  id?: string
51
51
  }
52
52
 
@@ -54,7 +54,7 @@ interface SMSOptions {
54
54
  to: string
55
55
  content: string
56
56
  from?: string
57
- attachments?: IAttachmentOptions[]
57
+ attachments?: AttachmentOptions[]
58
58
  id?: string
59
59
  }
60
60
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/notifications",
3
3
  "type": "module",
4
- "version": "0.44.12",
4
+ "version": "0.45.0",
5
5
  "packageManager": "pnpm@7.18.2",
6
6
  "description": "The Stacks notifications integration.",
7
7
  "author": "Chris Breuer",
@@ -68,16 +68,16 @@
68
68
  "@novu/telnyx": "^0.9.0",
69
69
  "@novu/termii": "^0.9.0",
70
70
  "@novu/twilio": "^0.9.0",
71
- "@stacksjs/cli": "0.44.12",
72
- "@stacksjs/config": "0.44.12",
73
- "@stacksjs/error-handling": "0.44.12",
74
- "@stacksjs/types": "0.44.12"
71
+ "@stacksjs/cli": "0.45.0",
72
+ "@stacksjs/config": "0.45.0",
73
+ "@stacksjs/error-handling": "0.45.0",
74
+ "@stacksjs/types": "0.45.0"
75
75
  },
76
76
  "devDependencies": {
77
77
  "mkdist": "^1.0.0",
78
78
  "typescript": "^4.9.4",
79
79
  "unbuild": "^1.0.2",
80
- "@stacksjs/testing": "0.44.12"
80
+ "@stacksjs/testing": "0.45.0"
81
81
  },
82
82
  "scripts": {
83
83
  "build": "unbuild",