@wemap/routers 13.1.0 → 13.1.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.
@@ -2,7 +2,7 @@ import { Level_t } from '@wemap/geo';
2
2
  import { default as Vertex } from './Vertex.js';
3
3
  export type EdgeSmoothness = 'excellent' | 'good' | 'intermediate' | 'bad' | 'horrible';
4
4
  export type EdgeSurface = 'asphalt' | 'compacted' | 'concrete' | 'grass' | 'gravel' | 'ground' | 'metal' | 'paving_stones' | 'wood';
5
- export type EdgeWheelchair = 'yes' | 'no' | 'designated';
5
+ export type EdgeWheelchair = 'yes' | 'no' | 'limited' | 'designated';
6
6
  export type EdgeProperties = {
7
7
  name?: string;
8
8
  externalId?: string | number;
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "directory": "packages/routers"
13
13
  },
14
14
  "name": "@wemap/routers",
15
- "version": "13.1.0",
15
+ "version": "13.1.1",
16
16
  "bugs": {
17
17
  "url": "https://github.com/wemap/wemap-modules-js/issues"
18
18
  },
@@ -37,7 +37,7 @@
37
37
  "@wemap/geo": "^13.1.0",
38
38
  "@wemap/logger": "^13.0.0",
39
39
  "@wemap/maths": "^13.0.0",
40
- "@wemap/osm": "^13.1.0",
40
+ "@wemap/osm": "^13.1.1",
41
41
  "@wemap/salesman.js": "^2.1.0"
42
42
  },
43
43
  "devDependencies": {
@@ -62,5 +62,5 @@
62
62
  "types": "./dist/helpers/*.d.ts"
63
63
  }
64
64
  },
65
- "gitHead": "4e46ef122f3139bc2e16c0368b53e0a8ea52db72"
65
+ "gitHead": "3952cee175654450c2f0c89219c17aaeb7c70395"
66
66
  }