mars3d-supermap 3.9.2 → 3.9.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.
package/README.md CHANGED
@@ -28,10 +28,10 @@ Mars3D平台插件, 结合supermap超图库使用的功能插件
28
28
  使用 Node 环境下的现代 web 前端技术栈时,可以使用 npm 或 cnpm 或 yarn 等方式来安装 mars3d 插件包
29
29
 
30
30
  ```sh
31
- //安装mars3d主库
31
+ //安装mars3d主库(如果已安装请忽略)
32
32
  npm install mars3d --save
33
33
 
34
- //安装mars3d插件(按需安装)
34
+ //安装mars3d插件
35
35
  npm install mars3d-supermap --save
36
36
  ```
37
37
 
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D平台插件,结合supermap超图库使用的功能插件 mars3d-supermap
3
3
  *
4
- * 版本信息:v3.9.2
5
- * 编译日期:2025-03-11 22:37
4
+ * 版本信息:v3.9.3
5
+ * 编译日期:2025-03-18 22:03
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:火星科技免费公开版 ,2025-02-01
8
8
  */
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "mars3d-supermap",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
4
4
  "description": "Mars3D平台插件,结合supermap超图库使用的功能插件",
5
5
  "main": "./mars3d-supermap.js",
6
6
  "peerDependencies": {},
7
7
  "devDependencies": {
8
- "mars3d": "~3.9.2"
8
+ "mars3d": "~3.9.3"
9
9
  },
10
10
  "scripts": {
11
11
  "lint": "eslint ./src/**/*.{js,ts} --fix"