@antv/l7-maps
Advanced tools
Comparing version 2.0.32 to 2.0.34
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.0.34](https://github.com/antvis/L7/compare/v2.0.32...v2.0.34) (2020-03-02) | ||
### Bug Fixes | ||
* fix map reference ([79e16f5](https://github.com/antvis/L7/commit/79e16f5393c6c31cc088e946dc865cdddfde9b73)) | ||
# [2.0.0-beta.28](https://github.com/antvis/L7/compare/v2.0.0-beta.16...v2.0.0-beta.28) (2020-01-02) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@antv/l7-maps", | ||
"version": "2.0.32", | ||
"version": "2.0.34", | ||
"description": "", | ||
@@ -26,5 +26,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@antv/l7-core": "^2.0.32", | ||
"@antv/l7-utils": "^2.0.29", | ||
"@antv/l7-core": "^2.0.34", | ||
"@antv/l7-utils": "^2.0.34", | ||
"@babel/runtime": "^7.7.7", | ||
"@types/amap-js-api": "^1.4.6", | ||
"gl-matrix": "^3.1.0", | ||
@@ -36,3 +37,2 @@ "inversify": "^5.0.1", | ||
"devDependencies": { | ||
"@types/amap-js-api": "^1.4.6", | ||
"@types/gl-matrix": "^2.4.5", | ||
@@ -42,3 +42,3 @@ "@types/mapbox-gl": "^0.54.3", | ||
}, | ||
"gitHead": "52a3c4cd8db2721abf7224adcb474585aa880d53", | ||
"gitHead": "0cd353247938bf8587bfea79f3f535ffb1b7c27c", | ||
"publishConfig": { | ||
@@ -45,0 +45,0 @@ "access": "public" |
/// <reference types="amap-js-api" /> | ||
/// <reference path="../../../node_modules/eventemitter3/index.d.ts" /> | ||
import { IControl } from 'mapbox-gl'; | ||
@@ -5,0 +3,0 @@ |
230271
3
8
2614
+ Added@types/amap-js-api@^1.4.6
+ Added@types/amap-js-api@1.4.16(transitive)
Updated@antv/l7-core@^2.0.34
Updated@antv/l7-utils@^2.0.34