@widget-js/core 0.7.9 → 0.7.10

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.js CHANGED
@@ -1909,7 +1909,7 @@ var LogApiImpl = class extends BaseApi {
1909
1909
  }
1910
1910
  json(data) {
1911
1911
  const json = JSON.stringify(data, null, 2);
1912
- this.invokeMethod("info", json);
1912
+ this.log(json);
1913
1913
  }
1914
1914
  };
1915
1915
  var LogApi = new LogApiImpl();