vesium 1.0.1-beta.39 → 1.0.1-beta.42

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 +6 -6
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://github.com/GeoVueJS/vesium/raw/main/assets/logo.svg" align="center" width="15%" />
2
+ <img src="https://github.com/vesiumjs/vesium/raw/main/assets/logo.svg" align="center" width="15%" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">
@@ -9,16 +9,16 @@
9
9
  <p align="center">Vue Composition API and Vue Components for CesiumJS</p>
10
10
 
11
11
  <p align="center">
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>
12
+ <a href="https://github.com/vesiumjs/vesium/releases" target="__blank"><img src="https://img.shields.io/github/v/tag/vesiumjs/vesium" alt="Github tag"></a>
13
13
  <a href="https://www.npmjs.com/package/vesium" target="__blank"><img src="https://img.shields.io/npm/v/vesium?color=a1b858&label=npm" alt="NPM Version"></a>
14
- <a href="https://github.com/GeoVueJS/vesium/blob/main/LICENSE" target="__blank"><img src="https://img.shields.io/github/license/GeoVueJS/vesium" alt="Github tag"></a>
15
- <a href="https://github.com/GeoVueJS/vesium" target="__blank"><img alt="GitHub Stars" src="https://img.shields.io/github/stars/GeoVueJS/vesium?style=social"></a>
14
+ <a href="https://github.com/vesiumjs/vesium/blob/main/LICENSE" target="__blank"><img src="https://img.shields.io/github/license/vesiumjs/vesium" alt="Github tag"></a>
15
+ <a href="https://github.com/vesiumjs/vesium" target="__blank"><img alt="GitHub Stars" src="https://img.shields.io/github/stars/vesiumjs/vesium?style=social"></a>
16
16
  </p>
17
17
 
18
18
  <p align="center">
19
- <a href="https://github.com/GeoVueJS/vesium/blob/main/README.zh.md" target="__blank">中文</a>
19
+ <a href="https://github.com/vesiumjs/vesium/blob/main/README.zh.md" target="__blank">中文</a>
20
20
  |
21
- <a href="https://github.com/GeoVueJS/vesium/blob/main/README.md" target="__blank">English</a>
21
+ <a href="https://github.com/vesiumjs/vesium/blob/main/README.md" target="__blank">English</a>
22
22
  </p>
23
23
 
24
24
  > 🚧 This project is under active development, and the API may change frequently. Any version may introduce breaking changes.
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "vesium",
3
3
  "type": "module",
4
- "version": "1.0.1-beta.39",
4
+ "version": "1.0.1-beta.42",
5
5
  "buildInfo": {
6
6
  "name": "Vesium",
7
7
  "bundle": true
8
8
  },
9
9
  "description": "Vue component and composition-api library for Cesium.",
10
10
  "license": "MIT",
11
- "homepage": "https://github.com/GeoVueJS/vesium",
11
+ "homepage": "https://github.com/vesiumjs/vesium",
12
12
  "repository": {
13
- "url": "https://github.com/GeoVueJS/vesium"
13
+ "url": "https://github.com/vesiumjs/vesium"
14
14
  },
15
15
  "bugs": {
16
- "url": "https://github.com/GeoVueJS/vesium/issues"
16
+ "url": "https://github.com/vesiumjs/vesium/issues"
17
17
  },
18
18
  "keywords": [
19
19
  "vue",
@@ -33,8 +33,8 @@
33
33
  "jsdelivr": "./dist/index.iife.min.js"
34
34
  },
35
35
  "dependencies": {
36
- "@vesium/core": "1.0.1-beta.39",
37
- "@vesium/shared": "1.0.1-beta.39"
36
+ "@vesium/core": "1.0.1-beta.42",
37
+ "@vesium/shared": "1.0.1-beta.42"
38
38
  },
39
39
  "types": "./dist/index.d.ts",
40
40
  "unpkg": "./dist/index.iife.min.js"