@igniter-js/mail 0.1.1 → 0.1.11

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniter-js/mail",
3
- "version": "0.1.1",
3
+ "version": "0.1.11",
4
4
  "description": "Type-safe email library for Igniter.js with React Email templates and multiple provider adapters",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -87,25 +87,25 @@
87
87
  "vitest": "^2.1.4"
88
88
  },
89
89
  "peerDependencies": {
90
- "@igniter-js/core": "*",
90
+ "@igniter-js/core": ">=0.3.40",
91
91
  "@igniter-js/telemetry": "*",
92
92
  "react": "^18.0.0",
93
- "zod": ">=3.25.42"
93
+ "zod": ">=4.2.1"
94
94
  },
95
95
  "peerDependenciesMeta": {
96
96
  "@igniter-js/telemetry": {
97
97
  "optional": true
98
98
  },
99
- "nodemailer": {
99
+ "@igniter-js/core": {
100
100
  "optional": true
101
101
  },
102
- "postmark": {
102
+ "nodemailer": {
103
103
  "optional": true
104
104
  },
105
105
  "resend": {
106
106
  "optional": true
107
107
  },
108
- "sendgrid": {
108
+ "zod": {
109
109
  "optional": true
110
110
  }
111
111
  },