@farcaster/frame-sdk 0.0.53 → 0.0.55

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
@@ -146,6 +146,11 @@ export const sdk = {
146
146
  getEthereumProvider,
147
147
  getSolanaProvider,
148
148
  },
149
+ haptics: {
150
+ impactOccurred: frameHost.impactOccurred.bind(frameHost),
151
+ notificationOccurred: frameHost.notificationOccurred.bind(frameHost),
152
+ selectionChanged: frameHost.selectionChanged.bind(frameHost),
153
+ },
149
154
  };
150
155
  // Required to pass SSR
151
156
  if (typeof document !== 'undefined') {