mgtypes 1.0.27 → 1.0.28

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 +1 -1
  2. package/types/Content.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mgtypes",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "types for mg development",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types/Content.ts CHANGED
@@ -141,6 +141,7 @@ export interface Contentable {
141
141
 
142
142
  // Routes
143
143
  routeCategory?: string;
144
+ distance?: string;
144
145
  color?: string;
145
146
  coordinates?: Position[];
146
147