@vcmap/viewshed 2.0.5 → 2.0.6

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/dist/index.js +1 -1
  2. package/package.json +4 -8
package/dist/index.js CHANGED
@@ -961,7 +961,7 @@ var gt = function() {
961
961
  null,
962
962
  null
963
963
  );
964
- const Et = Ct.exports, S = "@vcmap/viewshed", yt = "2.0.5", Vt = "^5.1", J = {
964
+ const Et = Ct.exports, S = "@vcmap/viewshed", yt = "2.0.6", Vt = "^5.1", J = {
965
965
  [w.CONE]: "$vcsViewshed",
966
966
  [w.THREESIXTY]: "$vcsViewshedCone"
967
967
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vcmap/viewshed",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Tool to simulate a \"viewer\" and their field of vision from a certain standpoint in the map. It allows the user to see which areas and buildings can or can't be seen from a specific standpoint, regarding different viewing distances, viewers' sizes and orientations.Th",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -48,18 +48,14 @@
48
48
  "prettier": "@vcsuite/eslint-config/prettier.js",
49
49
  "peerDependencies": {
50
50
  "@vcmap-cesium/engine": "^4.0.3",
51
- "@vcmap/core": "^5.1.0-rc.2",
52
- "@vcmap/ui": "^5.1.0-rc.1",
51
+ "@vcmap/core": "^5.1.0",
52
+ "@vcmap/ui": "^5.1.0",
53
53
  "ol": "^7.5.2",
54
54
  "vue": "~2.7.3",
55
55
  "vuetify": "~2.6.7"
56
56
  },
57
- "overrides": {
58
- "@vcmap/core": "^5.1.0-rc.2",
59
- "@vcmap/ui": "^5.1.0-rc.1"
60
- },
61
57
  "devDependencies": {
62
- "@vcmap/plugin-cli": "^2.1.16",
58
+ "@vcmap/plugin-cli": "^3.0.0",
63
59
  "@vcsuite/eslint-config": "^3.0.5",
64
60
  "@vitest/coverage-v8": "^0.34.6",
65
61
  "jest-canvas-mock": "^2.5.2",