@ray-js/robot-data-stream 0.0.10-beta-15 → 0.0.10-beta-16

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.
@@ -9,7 +9,7 @@ import { ZoneCleanEnum } from './type';
9
9
  import { useContext } from 'react';
10
10
  import { SingletonContext } from './mqttProvider';
11
11
  import { encodeZoneClean0x3a, requestZoneClean0x3b } from '@ray-js/robot-protocol';
12
- import { pointsToString } from 'src/utils';
12
+ import { pointsToString } from '../utils';
13
13
  /**
14
14
  * 划区清扫
15
15
  * @returns
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/robot-data-stream",
3
- "version": "0.0.10-beta-15",
3
+ "version": "0.0.10-beta-16",
4
4
  "description": "扫地机P2P数据流标准化组件",
5
5
  "main": "lib/index",
6
6
  "files": [