@widget-js/core 0.10.6 → 0.10.8

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
@@ -1893,6 +1893,9 @@ var AppApiConstants = /* @__PURE__ */ ((AppApiConstants2) => {
1893
1893
  return AppApiConstants2;
1894
1894
  })(AppApiConstants || {});
1895
1895
  var AppApiImpl = class extends BaseApi {
1896
+ getAppPath() {
1897
+ return this.invokeMethod("getAppPath");
1898
+ }
1896
1899
  async getIconFile() {
1897
1900
  return this.invokeMethod("getIconFile");
1898
1901
  }