mgtypes 1.0.65 → 1.0.66

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mgtypes",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "description": "types for mg development",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -119,6 +119,7 @@ export interface mgContentConfig {
119
119
  ROUTES: {
120
120
  parade?: string[];
121
121
  race?: string[];
122
+ crawl?: string[];
122
123
  other?: string[];
123
124
  default: ['route'];
124
125
  };