@workadventure/iframe-api-typings 1.7.2 → 1.7.3

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.
@@ -108,7 +108,7 @@ declare class IframeListener {
108
108
  */
109
109
  registerIframe(iframe: HTMLIFrameElement): void;
110
110
  unregisterIframe(iframe: HTMLIFrameElement): void;
111
- registerScript(scriptUrl: string): Promise<void>;
111
+ registerScript(scriptUrl: string, enableModuleMode?: boolean): Promise<void>;
112
112
  private getBaseUrl;
113
113
  getBaseUrlFromSource(source: MessageEventSource): string;
114
114
  private static getIFrameId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workadventure/iframe-api-typings",
3
- "version": "v1.7.2",
3
+ "version": "v1.7.3",
4
4
  "description": "Typescript typings for WorkAdventure iFrame API",
5
5
  "main": "iframe_api.js",
6
6
  "types": "iframe_api.d.ts",