hn-map 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5197,6 +5197,7 @@
5197
5197
  if (!HnMap.allowConstruction) {
5198
5198
  throw new Error("请使用 HnMap.create() 创建实例");
5199
5199
  }
5200
+ console.log(11111111111);
5200
5201
  this.id = id;
5201
5202
  this.option = option;
5202
5203
  this.mapType = mapType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hn-map",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "hn-map集成mars3d、高德、思极",
5
5
  "main": "dist/index.js",
6
6
  "author": "庞大仙",