@depup/resend 6.10.0-depup.0 → 6.10.0-depup.1
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/README.md +2 -2
- package/changes.json +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/resend
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [resend](https://www.npmjs.com/package/resend) @ 6.10.0 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-04-02 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 1 |
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@ npm install @depup/resend
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| svix | 1.88.0 | ^1.
|
|
25
|
+
| svix | 1.88.0 | ^1.90.0 |
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
package/changes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/resend",
|
|
3
|
-
"version": "6.10.0-depup.
|
|
3
|
+
"version": "6.10.0-depup.1",
|
|
4
4
|
"description": "Node.js library for the Resend API (with updated dependencies)",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"homepage": "https://github.com/resend/resend-node#readme",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"postal-mime": "2.7.4",
|
|
46
|
-
"svix": "^1.
|
|
46
|
+
"svix": "^1.90.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@react-email/render": "*"
|
|
@@ -96,13 +96,13 @@
|
|
|
96
96
|
"changes": {
|
|
97
97
|
"svix": {
|
|
98
98
|
"from": "1.88.0",
|
|
99
|
-
"to": "^1.
|
|
99
|
+
"to": "^1.90.0"
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"depsUpdated": 1,
|
|
103
103
|
"originalPackage": "resend",
|
|
104
104
|
"originalVersion": "6.10.0",
|
|
105
|
-
"processedAt": "2026-
|
|
105
|
+
"processedAt": "2026-04-02T16:29:41.289Z",
|
|
106
106
|
"smokeTest": "passed"
|
|
107
107
|
}
|
|
108
108
|
}
|