@wemap/providers 11.3.1 → 11.3.3

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/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "url": "git+https://github.com/wemap/wemap-modules-js.git"
13
13
  },
14
14
  "name": "@wemap/providers",
15
- "version": "11.3.1",
15
+ "version": "11.3.3",
16
16
  "bugs": {
17
17
  "url": "https://github.com/wemap/wemap-modules-js/issues"
18
18
  },
@@ -23,13 +23,13 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@wemap/camera": "^11.0.1",
26
- "@wemap/geo": "^11.3.1",
26
+ "@wemap/geo": "^11.3.3",
27
27
  "@wemap/logger": "^11.0.1",
28
- "@wemap/map": "^11.3.1",
28
+ "@wemap/map": "^11.3.3",
29
29
  "@wemap/maths": "^11.0.1",
30
- "@wemap/osm": "^11.3.1",
31
- "@wemap/routers": "^11.3.1",
32
- "@wemap/utils": "^11.3.1",
30
+ "@wemap/osm": "^11.3.3",
31
+ "@wemap/routers": "^11.3.3",
32
+ "@wemap/utils": "^11.3.3",
33
33
  "geomag": "^1.0.0"
34
34
  },
35
35
  "devDependencies": {
@@ -55,5 +55,5 @@
55
55
  },
56
56
  "./helpers/*": "./helpers/*"
57
57
  },
58
- "gitHead": "d2e603fe3846cfb5b2944ca35c06e74bce6fd6d2"
58
+ "gitHead": "e53e577cf8a7f4e9bd1e1be6639d2ebc68319bcc"
59
59
  }
@@ -117,7 +117,6 @@ class MapMatchingHandler extends Provider<MapMatchingEvent> {
117
117
  return this._geoGraphProjectionHandler.graph;
118
118
  }
119
119
 
120
- // TODO: rename to setGraphNetwork()
121
120
  set graph(graph) {
122
121
 
123
122
  this._geoGraphProjectionHandler.graph = graph;