@opentinyvue/vue-huicharts-amap 3.25.0 → 3.27.0

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/lib/index.js +2 -2
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -45,7 +45,7 @@ function _extends() {
45
45
  return n;
46
46
  }, _extends.apply(null, arguments);
47
47
  }
48
- var AMapCoordSys = /* @__PURE__ */ function() {
48
+ var AMapCoordSys = /* @__PURE__ */ (function() {
49
49
  function AMapCoordSys2(amap, api) {
50
50
  this._amap = amap;
51
51
  this.dimensions = ["lng", "lat"];
@@ -133,7 +133,7 @@ var AMapCoordSys = /* @__PURE__ */ function() {
133
133
  return echarts.matrix.create();
134
134
  };
135
135
  return AMapCoordSys2;
136
- }();
136
+ })();
137
137
  var equal = function equal2(x, y) {
138
138
  return x && y && x[0] === y[0] && x[1] === y[1];
139
139
  };
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-huicharts-amap",
3
- "version": "3.25.0",
3
+ "version": "3.27.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-huicharts-core": "~3.25.0",
11
- "@opentinyvue/vue-common": "~3.25.0"
10
+ "@opentinyvue/vue-huicharts-core": "~3.27.0",
11
+ "@opentinyvue/vue-common": "~3.27.0"
12
12
  },
13
13
  "license": "MIT",
14
14
  "types": "index.d.ts",