@intuned/runtime-dev 1.3.24-pipe.0 → 1.3.24-pipe.1

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.
@@ -365,6 +365,7 @@ var require_interfaceClient = __commonJS({
365
365
  const buffer = Buffer.alloc(_SocketClient.LENGTH_HEADER_LENGTH + length);
366
366
  buffer.writeUInt32BE(length, 0);
367
367
  buffer.write(dataToSend, _SocketClient.LENGTH_HEADER_LENGTH);
368
+ console.log(`Sending ${dataToSend.length} bytes`);
368
369
  await (0, util_1.promisify)((cb) => this.socket.write(buffer, cb))();
369
370
  }
370
371
  async *receiveJSON() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.3.24-pipe.0",
3
+ "version": "1.3.24-pipe.1",
4
4
  "description": "Intuned runtime",
5
5
  "packageManager": "yarn@4.12.0",
6
6
  "main": "./dist/index.js",