@vesium/special 1.0.1-beta.54 → 1.0.1-beta.59

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 +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@
25
25
 
26
26
  ## Documentation
27
27
 
28
- To view the documentation, visit <a href="https://vesium.geovue.org" target="__blank">cesium.geovue.org</a>
28
+ To view the documentation, visit <a href="https://vesium.js.org" target="__blank">vesium.js.org</a>
29
29
 
30
30
  ## Features
31
31
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vesium/special",
3
3
  "type": "module",
4
- "version": "1.0.1-beta.54",
4
+ "version": "1.0.1-beta.59",
5
5
  "description": "Vue component and composition-api library for Cesium.",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/vesiumjs/vesium",