notamitgamer

It's my profile man, there is ...
Log | Files | Refs | README

commit cb54455292c933e82340f990c08898e3c85a16c2
parent f543f75f7ebb6955ab095a306c5d1e759510a0fc
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Tue, 26 May 2026 18:10:15 +0530

Bump version to 1.0.1 and add cors dependency

Updated version number and added 'cors' dependency.
Diffstat:
Mpackage.json | 17+++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/package.json b/package.json @@ -1,18 +1,19 @@ { "name": "email-router", - "version": "1.0.0", + "version": "1.0.1", "description": "Custom email routing webhook for Render", "main": "server.js", "scripts": { "start": "node server.js" }, -"dependencies": { - "express": "^4.19.0", - "resend": "^3.2.0", - "svix": "^1.24.0", - "react": "^18.2.0", - "react-dom": "^18.2.0" -}, + "dependencies": { + "cors": "^2.8.5", + "express": "^4.19.0", + "resend": "^3.2.0", + "svix": "^1.24.0", + "react": "^18.2.0", + "react-dom": "^18.2.0" + }, "engines": { "node": ">=18.0.0" }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror