vesium 1.0.1-beta.36 → 1.0.1-beta.37

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  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 Functions and Vue Components for CesiumJS</p>
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>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vesium",
3
3
  "type": "module",
4
- "version": "1.0.1-beta.36",
4
+ "version": "1.0.1-beta.37",
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/shared": "1.0.1-beta.36",
37
- "@vesium/core": "1.0.1-beta.36"
36
+ "@vesium/core": "1.0.1-beta.37",
37
+ "@vesium/shared": "1.0.1-beta.37"
38
38
  },
39
39
  "types": "./dist/index.d.ts",
40
40
  "unpkg": "./dist/index.iife.min.js"