@opensea/vessel
Advanced tools
Comparing version 0.0.6 to 0.0.7
import { ChildFrame } from "./child"; | ||
import { ParentFrame } from "./parent"; | ||
import { ActionSubscriptionFn, ParentFrame } from "./parent"; | ||
import { MessageType } from "./utils/messaging"; | ||
@@ -11,1 +11,2 @@ export declare class Vessel { | ||
export { ChildFrame, ParentFrame, MessageType }; | ||
export type { ActionSubscriptionFn }; |
{ | ||
"name": "@opensea/vessel", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.", | ||
@@ -5,0 +5,0 @@ "files": [ |
import { ChildFrame } from "./child" | ||
import { ParentFrame } from "./parent" | ||
import { ActionSubscriptionFn, ParentFrame } from "./parent" | ||
import { MessageType } from "./utils/messaging" | ||
@@ -19,3 +19,4 @@ | ||
} | ||
export { ChildFrame, ParentFrame, MessageType } | ||
export { ChildFrame, ParentFrame, MessageType } | ||
export type { ActionSubscriptionFn } |
77114
2031