@chili-publish/publisher-interface
Advanced tools
Comparing version
@@ -13,6 +13,6 @@ export type buildOptions = { | ||
*/ | ||
events?: string | { | ||
events?: (string | { | ||
name: string; | ||
func?: (targetId: string) => void; | ||
}[]; | ||
})[]; | ||
}; | ||
@@ -19,0 +19,0 @@ export class PublisherInterface { |
{ | ||
"name": "@chili-publish/publisher-interface", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"author": "chili-publish", | ||
@@ -5,0 +5,0 @@ "description": "PublisherInterface is a class object that allows you to interact with the CHILI Publisher editorObject via postMessage without the complexity of postMessage.", |
137473
0