vesium 1.0.1-beta.36 → 1.0.1-beta.38
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/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<span style="color:#52B783">V</span><span style="color:#38485D">esium</span>
|
|
7
7
|
</h1>
|
|
8
8
|
|
|
9
|
-
<p align="center">Vue Composition
|
|
9
|
+
<p align="center">Vue Composition API and Vue Components for CesiumJS</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
12
|
<a href="https://github.com/GeoVueJS/vesium/releases" target="__blank"><img src="https://img.shields.io/github/v/tag/GeoVueJS/vesium" alt="Github tag"></a>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
<p align="center">
|
|
19
|
-
<a href="https://github.com/GeoVueJS/vesium/blob/main/README.zh
|
|
19
|
+
<a href="https://github.com/GeoVueJS/vesium/blob/main/README.zh.md" target="__blank">中文</a>
|
|
20
20
|
|
|
|
21
21
|
<a href="https://github.com/GeoVueJS/vesium/blob/main/README.md" target="__blank">English</a>
|
|
22
22
|
</p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vesium",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.1-beta.
|
|
4
|
+
"version": "1.0.1-beta.38",
|
|
5
5
|
"buildInfo": {
|
|
6
6
|
"name": "Vesium",
|
|
7
7
|
"bundle": true
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"jsdelivr": "./dist/index.iife.min.js"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@vesium/
|
|
37
|
-
"@vesium/
|
|
36
|
+
"@vesium/core": "1.0.1-beta.38",
|
|
37
|
+
"@vesium/shared": "1.0.1-beta.38"
|
|
38
38
|
},
|
|
39
39
|
"types": "./dist/index.d.ts",
|
|
40
40
|
"unpkg": "./dist/index.iife.min.js"
|