wsp-ms-core 1.1.21 → 1.1.22

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
@@ -2127,6 +2127,7 @@ var DefaultMysqlInboxRunner = class {
2127
2127
  console.log(data);
2128
2128
  });
2129
2129
  this.eventManager.onMessage((data) => {
2130
+ console.log(JSON.stringify(data));
2130
2131
  });
2131
2132
  this.eventManager.onError((data) => {
2132
2133
  console.log(data);