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 +2 -2
- package/mars3d-supermap.js +2 -2
- package/package.json +2 -2
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
|
|
package/mars3d-supermap.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mars3d-supermap",
|
|
3
|
-
"version": "3.9.
|
|
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.
|
|
8
|
+
"mars3d": "~3.9.3"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
11
|
"lint": "eslint ./src/**/*.{js,ts} --fix"
|