@meshconnect/uwc-bridge-child 0.3.0-snapshot.ba985a2 → 0.3.0-snapshot.dcfdbbf

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshconnect/uwc-bridge-child",
3
- "version": "0.3.0-snapshot.ba985a2",
3
+ "version": "0.3.0-snapshot.dcfdbbf",
4
4
  "description": "Child iframe bridge for Universal Wallet Connector",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -28,7 +28,7 @@ interface ParentAPI {
28
28
  eventName: string,
29
29
  callback: (payload?: unknown) => void,
30
30
  rdns?: string
31
- ) => (() => void) | undefined
31
+ ) => Promise<(() => void) | undefined>
32
32
  subscribeTronProviderEvent: (
33
33
  injectedId: string,
34
34
  eventName: string,