@griddo/core 10.1.7 → 10.1.9

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.
@@ -144,7 +144,6 @@ export interface Page<ContentType = unknown> {
144
144
  published?: string;
145
145
  publicApiUrl: string;
146
146
  sectionModules?: Record<string, Array<string>>;
147
- setAsHome?: boolean;
148
147
  site: number;
149
148
  siteMetadata?: {
150
149
  siteUrl: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@griddo/core",
3
3
  "description": "Reload version of Griddo Core",
4
4
  "license": "UNLICENSED",
5
- "version": "10.1.7",
5
+ "version": "10.1.9",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -78,5 +78,5 @@
78
78
  "resolutions": {
79
79
  "colors": "1.4.0"
80
80
  },
81
- "gitHead": "523e3e54b9d7d1813e0c8fdc3793ba433198fcbb"
81
+ "gitHead": "f3e62e7c6173a97cd7f7f3024d6837847ebd7ae6"
82
82
  }