@xingm/vmap-cesium-toolbar 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xingm/vmap-cesium-toolbar",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A powerful Cesium map toolbar plugin with drawing, measurement, and interaction features",
5
5
  "type": "module",
6
6
  "main": "index.es.js",
@@ -35,7 +35,8 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "cesium": "^1.134.1",
38
- "vue": "^3.5.18"
38
+ "tdt-terrain-cesium-plugin": "^1.0.3",
39
+ "vue": "^3.0.0"
39
40
  },
40
41
  "keywords": [
41
42
  "cesium",
package/package.json CHANGED
@@ -1,73 +1,79 @@
1
- {
2
- "name": "@xingm/vmap-cesium-toolbar",
3
- "version": "1.0.0",
4
- "description": "A powerful Cesium map toolbar plugin with drawing, measurement, and interaction features",
5
- "type": "module",
6
- "main": "dist/index.es.js",
7
- "module": "dist/index.es.js",
8
- "types": "dist/index.d.ts",
9
- "files": [
10
- "dist",
11
- "README.md"
12
- ],
13
- "publishConfig": {
14
- "access": "public"
15
- },
16
- "exports": {
17
- ".": {
18
- "import": "./dist/index.es.js",
19
- "default": "./dist/index.es.js"
20
- },
21
- "./style": "./dist/style.css"
22
- },
23
- "scripts": {
24
- "dev": "vite --force",
25
- "build": "vite build --mode lib",
26
- "dist": "vite build",
27
- "build:dts": "vue-tsc -p tsconfig.dts.json",
28
- "build:plugin": "node scripts/build-plugin.js",
29
- "docs:dev": "vitepress dev doc",
30
- "docs:build": "vitepress build doc",
31
- "docs:preview": "vitepress preview doc",
32
- "generate:file-list": "node scripts/generate-file-list.js",
33
- "preview": "vite preview",
34
- "type-check": "vue-tsc --noEmit"
35
- },
36
- "peerDependencies": {
37
- "vue": "^3.0.0"
38
- },
39
- "dependencies": {
40
- "cesium": "^1.134.1",
41
- "vue": "^3.5.18"
42
- },
43
- "devDependencies": {
44
- "@types/cesium": "^1.70.4",
45
- "@vitejs/plugin-vue": "^6.0.1",
46
- "rollup-plugin-dts": "^6.1.0",
47
- "vite": "^7.1.2",
48
- "vitepress": "^1.6.4",
49
- "vite-plugin-cesium": "^1.2.23",
50
- "vite-plugin-dts": "^4.5.4",
51
- "vite-plugin-static-copy": "^3.1.2",
52
- "vue-tsc": "^3.0.5"
53
- },
54
- "keywords": [
55
- "cesium",
56
- "map",
57
- "toolbar",
58
- "drawing",
59
- "measurement",
60
- "vue3",
61
- "typescript"
62
- ],
63
- "author": "pengxueyou",
64
- "license": "MIT",
65
- "repository": {
66
- "type": "git",
67
- "url": "git+https://github.com/BenXueYou/vmap-cesium-tool.git"
68
- },
69
- "bugs": {
70
- "url": "https://github.com/BenXueYou/vmap-cesium-tool/issues"
71
- },
72
- "homepage": "https://github.com/BenXueYou/vmap-cesium-tool#readme"
73
- }
1
+ {
2
+ "name": "@xingm/vmap-cesium-toolbar",
3
+ "version": "1.0.1",
4
+ "description": "A powerful Cesium map toolbar plugin with drawing, measurement, and interaction features",
5
+ "type": "module",
6
+ "main": "dist/index.es.js",
7
+ "module": "dist/index.es.js",
8
+ "types": "dist/index.d.ts",
9
+ "files": [
10
+ "dist",
11
+ "README.md"
12
+ ],
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
16
+ "exports": {
17
+ ".": {
18
+ "import": "./dist/index.es.js",
19
+ "default": "./dist/index.es.js"
20
+ },
21
+ "./style": "./dist/style.css"
22
+ },
23
+ "scripts": {
24
+ "dev": "vite --force",
25
+ "build": "vite build --mode lib",
26
+ "dist": "vite build",
27
+ "build:dts": "vue-tsc -p tsconfig.dts.json",
28
+ "build:plugin": "node scripts/build-plugin.js",
29
+ "docs:dev": "vitepress dev doc",
30
+ "docs:build": "vitepress build doc",
31
+ "docs:preview": "vitepress preview doc",
32
+ "generate:file-list": "node scripts/generate-file-list.js",
33
+ "preview": "vite preview",
34
+ "type-check": "vue-tsc --noEmit"
35
+ },
36
+ "peerDependencies": {
37
+ "vue": "^3.0.0"
38
+ },
39
+ "peerDependenciesMeta": {
40
+ "tdt-terrain-cesium-plugin": {
41
+ "optional": true
42
+ }
43
+ },
44
+ "dependencies": {
45
+ "cesium": "^1.134.1",
46
+ "tdt-terrain-cesium-plugin": "^1.0.3",
47
+ "vue": "^3.0.0"
48
+ },
49
+ "devDependencies": {
50
+ "@types/cesium": "^1.70.4",
51
+ "@vitejs/plugin-vue": "^6.0.1",
52
+ "rollup-plugin-dts": "^6.1.0",
53
+ "vite": "^7.1.2",
54
+ "vite-plugin-cesium": "^1.2.23",
55
+ "vite-plugin-dts": "^4.5.4",
56
+ "vite-plugin-static-copy": "^3.1.2",
57
+ "vitepress": "^1.6.4",
58
+ "vue-tsc": "^3.0.5"
59
+ },
60
+ "keywords": [
61
+ "cesium",
62
+ "map",
63
+ "toolbar",
64
+ "drawing",
65
+ "measurement",
66
+ "vue3",
67
+ "typescript"
68
+ ],
69
+ "author": "pengxueyou",
70
+ "license": "MIT",
71
+ "repository": {
72
+ "type": "git",
73
+ "url": "git+https://github.com/BenXueYou/vmap-cesium-tool.git"
74
+ },
75
+ "bugs": {
76
+ "url": "https://github.com/BenXueYou/vmap-cesium-tool/issues"
77
+ },
78
+ "homepage": "https://github.com/BenXueYou/vmap-cesium-tool#readme"
79
+ }