zywlgis 0.5.68 → 0.5.70

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/package.json +20 -19
  2. package/release/ZYWLGIS.es.js +9288 -8959
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zywlgis",
3
- "version": "0.5.68",
3
+ "version": "0.5.70",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "module": "release/ZYWLGIS.es.js",
@@ -18,8 +18,8 @@
18
18
  "dev": "vite",
19
19
  "build": "vite build --mode release",
20
20
  "pre": "vite build --mode preview",
21
- "release": "npm version patch && npm run build && npm publish --registry http://192.168.76.130:8081/repository/AI_Dep._NPM_Hosted/",
22
- "internet": "npm run build && npm publish --registry https://registry.npmjs.org/",
21
+ "release": "npm publish --registry http://192.168.76.130:8081/repository/AI_Dep._NPM_Hosted/",
22
+ "internet": "npm publish --registry https://registry.npmjs.org/",
23
23
  "patch": "npm version patch",
24
24
  "minor": "npm version minor",
25
25
  "major": "npm version major"
@@ -36,37 +36,38 @@
36
36
  "maptalks.heatmap": "^0.6.2",
37
37
  "mitt": "^3.0.1",
38
38
  "ol": "^10.7.0",
39
+ "poly-decomp": "^0.3.0",
39
40
  "shpjs": "^6.1.0",
40
41
  "stats-gl": "^3.6.0",
41
42
  "three": "^0.182.0"
42
43
  },
43
44
  "peerDependencies": {
44
- "@turf/turf": "^7.2.0",
45
45
  "@element-plus/icons-vue": "^2.3.1",
46
- "uuid": "^13.0.0",
47
- "pinia": "^3.0.1",
48
- "lodash": "^4.17.21",
46
+ "@turf/turf": "^7.2.0",
49
47
  "element-plus": "^2.10.2",
48
+ "html2canvas": "^1.4.1",
50
49
  "jquery": "^3.7.1",
50
+ "lodash": "^4.17.21",
51
+ "pinia": "^3.0.1",
52
+ "prettier": "^3.5.3",
53
+ "uuid": "^13.0.0",
51
54
  "vue": "^3.5.17",
52
- "vue-router": "^4.5.0",
53
- "html2canvas": "^1.4.1",
54
- "prettier": "^3.5.3"
55
+ "vue-router": "^4.5.0"
55
56
  },
56
57
  "devDependencies": {
58
+ "@element-plus/icons-vue": "^2.3.1",
57
59
  "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
58
- "@vitejs/plugin-vue": "^6.0.1",
59
- "rollup-plugin-polyfill-node": "^0.13.0",
60
- "vite": "^7.1.3",
61
60
  "@turf/turf": "^7.2.0",
62
- "@element-plus/icons-vue": "^2.3.1",
63
- "uuid": "^13.0.0",
64
- "pinia": "^3.0.1",
65
- "lodash": "^4.17.21",
61
+ "@vitejs/plugin-vue": "^6.0.1",
66
62
  "element-plus": "^2.10.2",
63
+ "html2canvas": "^1.4.1",
67
64
  "jquery": "^3.7.1",
65
+ "lodash": "^4.17.21",
66
+ "pinia": "^3.0.1",
67
+ "rollup-plugin-polyfill-node": "^0.13.0",
68
+ "uuid": "^13.0.0",
69
+ "vite": "^7.1.3",
68
70
  "vue": "^3.5.17",
69
- "vue-router": "^4.5.0",
70
- "html2canvas": "^1.4.1"
71
+ "vue-router": "^4.5.0"
71
72
  }
72
73
  }