mgtypes 1.0.10 → 1.0.11

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mgtypes",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "types for mg development",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types/Content.ts CHANGED
@@ -225,7 +225,7 @@ interface Photo {
225
225
  }
226
226
 
227
227
  interface Route {
228
- routeType: string;
228
+ routeCategory: string;
229
229
  primaryText: string;
230
230
  secondaryText: string;
231
231
  photoURL?: string;