Comparing version 0.0.16 to 0.0.17
export declare const mobot: { | ||
readonly app: (config: { | ||
message: string; | ||
name: string; | ||
bundleId: string; | ||
}) => void; | ||
}; |
@@ -6,6 +6,4 @@ "use strict"; | ||
app: (config) => { | ||
window.iacConfig = { | ||
message: `Hello ${config.message} from Mobot in the web!`, | ||
}; | ||
window.mobotConfig = config; | ||
}, | ||
}; |
{ | ||
"name": "mobot-js", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "tsc", |
787
14