tg-map-vue3 4.1.0 → 4.1.3

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/CHANGELOG.md +1 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 更新日志
2
2
 
3
- ## 4.0.x
3
+ ## 4.1.x
4
4
 
5
5
  - ***BREAKING CHANGE***: [AbstractMap]改成接口, 只保留`getCenter`/`panTo`等外部使用的方法
6
6
  - ***BREAKING CHANGE***: 样式改回独立的css文件, 需要手动导入`import 'tg-map-vue3/dist/tg-map.css'`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-map-vue3",
3
- "version": "4.1.0",
3
+ "version": "4.1.3",
4
4
  "author": "ipcjs",
5
5
  "description": "封装 百度地图, Google地图, Here地图(未完成) 的Vue3组件库",
6
6
  "keywords": [
@@ -45,7 +45,7 @@
45
45
  "@types/heremaps": "3.0.14",
46
46
  "tg-commons": "^1.2.2",
47
47
  "maptalks": "1.5.0",
48
- "tg-map-core": "4.1.0"
48
+ "tg-map-core": "4.1.3"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "vue": "^3.5.16"