Switch to using @farcaster/frame-node for webhook parsing & validation

This commit is contained in:
Christian Mladenov
2024-12-12 11:23:51 -08:00
committed by lucas-neynar
parent 8acf07b03e
commit 8edbb2514a
5 changed files with 53 additions and 135 deletions

View File

@@ -9,7 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@farcaster/frame-sdk": "^0.0.14",
"@farcaster/frame-node": "^0.0.3",
"@farcaster/frame-sdk": "^0.0.16",
"@tanstack/react-query": "^5.61.0",
"@upstash/redis": "^1.34.3",
"next": "15.0.3",