@vitnode/resend 1.2.0-canary.77 → 2.0.0-canary.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitnode/resend",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-canary.1",
|
|
4
4
|
"description": "Resend adapter for VitNode, enabling email sending capabilities through the Resend service.",
|
|
5
5
|
"author": "VitNode Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"eslint": "^10.7.0",
|
|
32
32
|
"tsc-alias": "^1.9.1",
|
|
33
33
|
"typescript": "^6.0.3",
|
|
34
|
-
"@vitnode/config": "
|
|
35
|
-
"@vitnode/core": "
|
|
34
|
+
"@vitnode/config": "2.0.0-canary.1",
|
|
35
|
+
"@vitnode/core": "2.0.0-canary.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build:plugins": "vitnode build",
|