@dbcube/core 3.2.7 → 3.2.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
@@ -1143,6 +1143,7 @@ var QueryEngine = class {
1143
1143
  action: "execute",
1144
1144
  dml: dmlJson
1145
1145
  };
1146
+ console.log(dmlJson);
1146
1147
  client.write(JSON.stringify(command));
1147
1148
  });
1148
1149
  client.on("data", (data) => {