mars3d-supermap 3.1.13 → 3.1.14
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/dist/mars3d-supermap.js +4 -4
- package/package.json +2 -2
package/dist/mars3d-supermap.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Mars3D平台插件,结合supermap超图库使用的功能插件
|
|
3
|
-
* 版本信息:v3.1.
|
|
4
|
-
* 编译日期:2021-11-
|
|
3
|
+
* 版本信息:v3.1.14
|
|
4
|
+
* 编译日期:2021-11-29 09:35:26
|
|
5
5
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
6
6
|
*/
|
|
7
7
|
(function webpackUniversalModuleDefinition(window) {
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
|
|
29
29
|
/*!
|
|
30
30
|
* Mars3D平台插件,结合supermap超图库使用的功能插件
|
|
31
|
-
* 版本信息:v3.1.
|
|
32
|
-
* 编译日期:2021-11-
|
|
31
|
+
* 版本信息:v3.1.14, hash值: 93382d1feb96b058e851
|
|
32
|
+
* 编译日期:2021-11-29 09:35:26
|
|
33
33
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
34
34
|
*
|
|
35
35
|
*/
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mars3d-supermap",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.14",
|
|
4
4
|
"description": "Mars3D平台插件,结合supermap超图库使用的功能插件",
|
|
5
5
|
"main": "dist/mars3d-supermap.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"mars3d": "^3.1.
|
|
7
|
+
"mars3d": "^3.1.14",
|
|
8
8
|
"mars3d-cesium": "^1.87.0"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {},
|