@farcaster/frame-sdk 0.0.53 → 0.0.54

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
@@ -110,6 +110,11 @@ export const sdk = {
110
110
  viewToken: frameHost.viewToken.bind(frameHost),
111
111
  sendToken: frameHost.sendToken.bind(frameHost),
112
112
  swapToken: frameHost.swapToken.bind(frameHost),
113
+ haptics: {
114
+ impactOccurred: frameHost.impactOccurred.bind(frameHost),
115
+ notificationOccurred: frameHost.notificationOccurred.bind(frameHost),
116
+ selectionChanged: frameHost.selectionChanged.bind(frameHost),
117
+ },
113
118
  },
114
119
  experimental: {
115
120
  getSolanaProvider,