@farcaster/frame-core
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -19,3 +19,2 @@ import type { Provider, RpcSchema } from "ox"; | ||
fid: number; | ||
custodyAddress: []; | ||
username?: string; | ||
@@ -27,3 +26,2 @@ displayName?: string; | ||
pfpUrl?: string; | ||
location?: AccountLocation; | ||
}; | ||
@@ -30,0 +28,0 @@ }; |
{ | ||
"name": "@farcaster/frame-core", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -23,3 +23,2 @@ import type { Provider, RpcSchema } from "ox"; | ||
fid: number; | ||
custodyAddress: []; | ||
username?: string; | ||
@@ -31,3 +30,2 @@ displayName?: string; | ||
pfpUrl?: string; | ||
location?: AccountLocation; | ||
} | ||
@@ -34,0 +32,0 @@ }; |
Sorry, the diff of this file is not supported yet
61128
72