@widget-js/core 0.7.4 → 0.7.5

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/dist/index.cjs CHANGED
@@ -1591,6 +1591,9 @@ var BrowserWindowApiImpl = class extends BaseApi {
1591
1591
  getMinimumSize() {
1592
1592
  return this.invokeMethod("getMinimumSize");
1593
1593
  }
1594
+ close() {
1595
+ return this.invokeMethod("close");
1596
+ }
1594
1597
  };
1595
1598
  var BrowserWindowApi = new BrowserWindowApiImpl();
1596
1599