@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.cjs CHANGED
@@ -1991,7 +1991,7 @@ var LogApiImpl = class extends BaseApi {
1991
1991
  }
1992
1992
  json(data) {
1993
1993
  const json = JSON.stringify(data, null, 2);
1994
- this.invokeMethod("info", json);
1994
+ this.log(json);
1995
1995
  }
1996
1996
  };
1997
1997
  var LogApi = new LogApiImpl();