@aibee/crc-bmap 0.8.25 → 0.8.26

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.
@@ -10,6 +10,7 @@ export declare class PositioningSystem {
10
10
  private position_count;
11
11
  private gps_max_horizontalAccuracy;
12
12
  private MaxEstimateErr;
13
+ private GpsMaxEstimateErr;
13
14
  private outTrustRegionNum;
14
15
  private TrustNum;
15
16
  private cacheSensorData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibee/crc-bmap",
3
- "version": "0.8.25",
3
+ "version": "0.8.26",
4
4
  "description": "",
5
5
  "main": "lib/bmap.min.js",
6
6
  "module": "lib/bmap.esm.js",