@ray-js/robot-data-stream 0.0.10-beta-9 → 0.0.10-beta-11

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.
@@ -407,7 +407,7 @@ export class SweeperP2p extends P2pApi {
407
407
  }).join('');
408
408
  if (this.firstPackageTime > 0 && fileName.indexOf('map') !== -1) {
409
409
  const packageTime = Date.now() - this.firstPackageTime;
410
- log4js.info(`receive first full package, cost time: ${packageTime} ms, fileName: ${fileName}, data: ${hexValue}`);
410
+ log4js.info(`receive first full package, cost time: ${packageTime} ms, fileName: ${fileName}`);
411
411
  this.firstPackageTime = 0;
412
412
  }
413
413
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/robot-data-stream",
3
- "version": "0.0.10-beta-9",
3
+ "version": "0.0.10-beta-11",
4
4
  "description": "扫地机P2P数据流标准化组件",
5
5
  "main": "lib/index",
6
6
  "files": [