@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 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-03-30 |
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.89.0 |
25
+ | svix | 1.88.0 | ^1.90.0 |
26
26
 
27
27
  ---
28
28
 
package/changes.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "bumped": {
3
3
  "svix": {
4
4
  "from": "1.88.0",
5
- "to": "^1.89.0"
5
+ "to": "^1.90.0"
6
6
  }
7
7
  },
8
- "timestamp": "2026-03-30T20:19:21.410Z",
8
+ "timestamp": "2026-04-02T16:29:29.009Z",
9
9
  "totalUpdated": 1
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/resend",
3
- "version": "6.10.0-depup.0",
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.89.0"
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.89.0"
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-03-30T20:19:27.470Z",
105
+ "processedAt": "2026-04-02T16:29:41.289Z",
106
106
  "smokeTest": "passed"
107
107
  }
108
108
  }