@xingm/vmap-cesium-toolbar 0.0.1-beta.3 → 0.0.1-beta.5
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/dist/index.js +661 -534
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +114 -46
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -2
- package/package.json +2 -3
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xingm/vmap-cesium-toolbar",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.5",
|
|
4
4
|
"description": "A powerful Cesium map toolbar plugin with drawing, measurement, and interaction features",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"./style": "./style.css"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"cesium": "^1.100.0",
|
|
24
23
|
"vue": "^3.0.0"
|
|
25
24
|
},
|
|
26
25
|
"keywords": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xingm/vmap-cesium-toolbar",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.5",
|
|
4
4
|
"description": "A powerful Cesium map toolbar plugin with drawing, measurement, and interaction features",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,16 +29,15 @@
|
|
|
29
29
|
"type-check": "vue-tsc --noEmit"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"cesium": "^1.100.0",
|
|
33
32
|
"vue": "^3.0.0"
|
|
34
33
|
},
|
|
35
34
|
"dependencies": {
|
|
35
|
+
"cesium": "^1.134.1",
|
|
36
36
|
"vue": "^3.5.18"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/cesium": "^1.70.4",
|
|
40
40
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
41
|
-
"cesium": "^1.132.0",
|
|
42
41
|
"rollup-plugin-dts": "^6.1.0",
|
|
43
42
|
"vite": "^7.1.2",
|
|
44
43
|
"vite-plugin-cesium": "^1.2.23",
|