@farcaster/frame-sdk 0.0.0-canary-20250523204431 → 0.0.0-canary-20250527172418
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/ethereumProvider.js +1 -1
- package/dist/frameHost.js +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/index.min.js +8 -8
- package/dist/index.min.js.map +4 -4
- package/dist/sdk.d.ts +1 -1
- package/dist/sdk.js +4 -3
- package/dist/solanaProvider.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +2 -1
- package/package.json +3 -3
- package/src/ethereumProvider.ts +1 -1
- package/src/frameHost.ts +1 -1
- package/src/index.ts +3 -3
- package/src/sdk.ts +5 -4
- package/src/solanaProvider.ts +1 -1
- package/src/types.ts +2 -0
package/dist/ethereumProvider.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as Provider from 'ox/Provider';
|
|
2
2
|
import * as RpcRequest from 'ox/RpcRequest';
|
|
3
3
|
import * as RpcResponse from 'ox/RpcResponse';
|
|
4
|
-
import { frameHost } from
|
|
4
|
+
import { frameHost } from "./frameHost.js";
|
|
5
5
|
const emitter = Provider.createEmitter();
|
|
6
6
|
const store = RpcRequest.createStore();
|
|
7
7
|
function toProviderRpcError({ code, details, }) {
|
package/dist/frameHost.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED