@pggis/pg-sdk 3.3.7 → 3.3.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pggis/pg-sdk",
3
- "version": "3.3.7",
3
+ "version": "3.3.8",
4
4
  "license": "MIT",
5
5
  "description": "PanGu Gis SDK 是基于开源项目 Cesium 进行二次开发的二三维一体的 WebGis 应用框架,该框架优化了部分 Cesium 的使用方式和增添一些通用功能,旨在为开发者快速构建 WebGis 应用。",
6
6
  "repository": "https://git.pgio.cn/xulei0857/pg-gis-sdk.git",
@@ -73,6 +73,6 @@
73
73
  "dist"
74
74
  ],
75
75
  "dependencies": {
76
- "@pggis/pg-common": "^1.1.0"
76
+ "@pggis/pg-common": "^1.2.0"
77
77
  }
78
78
  }