@aibee/crc-bmap 0.0.124 → 0.0.125

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.
@@ -122,4 +122,6 @@ export type AibeeLayerData = AibeeGraphicLayer | AibeeRangeLayer | AibeeGroundLa
122
122
  export interface AibeeFloorData {
123
123
  layers: AibeeLayerData[];
124
124
  floorHeight: number;
125
+ version: string;
126
+ floor: string;
125
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibee/crc-bmap",
3
- "version": "0.0.124",
3
+ "version": "0.0.125",
4
4
  "description": "",
5
5
  "main": "lib/bmap.min.js",
6
6
  "module": "lib/bmap.esm.js",