@aibee/crc-bmap 0.13.4 → 0.13.5

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.
package/lib/src/bmap.d.ts CHANGED
@@ -170,7 +170,7 @@ export declare class BMap extends EventDispatcher<BmapEventMap> {
170
170
  createGraphicByOptions(options: GraphicOptions): Graphic | undefined;
171
171
  mercatorToWorld(mercator: [number, number]): Vector3;
172
172
  removePoiById(id: string): void;
173
- getPoiById(id: string): Poi | Poi2 | null | undefined;
173
+ getPoiById(id: string): Poi | Poi2 | undefined;
174
174
  getPois(): (Poi | Poi2)[];
175
175
  clearPoi(): void;
176
176
  removeSelectGraphic(graphic: Graphic): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibee/crc-bmap",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "description": "",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.esm.min.js",