tg-map-vue3 3.9.3 → 3.9.4

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # 更新日志
2
2
 
3
+ ## 3.9.x
4
+
5
+ - ***BREAKING CHANGE***: 依赖[tg-commons](https://www.npmjs.com/package/tg-commons), 移除`typed`/`isDef`等和地图无关的导出
6
+
3
7
  ## 3.8.x
4
8
 
5
9
  - chore: 更新到Vue3.4 & Vite5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-map-vue3",
3
- "version": "3.9.3",
3
+ "version": "3.9.4",
4
4
  "author": "ipcjs",
5
5
  "description": "封装 百度地图, Google地图, Here地图(未完成) 的Vue3组件库",
6
6
  "keywords": [
@@ -41,7 +41,7 @@
41
41
  "@types/baidumap-web-sdk": "0.0.11",
42
42
  "@types/google.maps": "3.51.1",
43
43
  "@types/heremaps": "3.0.14",
44
- "tg-commons": "^1.0.3"
44
+ "tg-commons": "^1.1.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "vue": "^3.4.27"