@farcaster/miniapp-sdk 0.0.0-canary-20250701152931 → 0.0.0-canary-20250705122814

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/dist/sdk.js CHANGED
@@ -42,7 +42,9 @@ async function isInMiniApp(timeoutMs = 50) {
42
42
  return isInMiniApp;
43
43
  }
44
44
  const addMiniApp = async () => {
45
- const response = await miniAppHost.addMiniApp();
45
+ // Use the existing message overcomlink for backwards compat until
46
+ // hosts are all upgraded.
47
+ const response = await miniAppHost.addFrame();
46
48
  if (response.result) {
47
49
  return response.result;
48
50
  }