@griddo/core 11.14.4 → 11.15.0

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.
@@ -199,6 +199,7 @@ interface Site {
199
199
  favicon?: string | null;
200
200
  griddoDamDefaults?: GriddoDamDefaults;
201
201
  home?: string;
202
+ hidden?: boolean;
202
203
  /** The id of the Site */
203
204
  id?: number;
204
205
  isPublished?: boolean;
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": "11.14.4",
5
+ "version": "11.15.0",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -115,5 +115,5 @@
115
115
  "publishConfig": {
116
116
  "access": "public"
117
117
  },
118
- "gitHead": "3805bd9b387f46f81276d70322d3c7cb2b46a6dd"
118
+ "gitHead": "1f00ade1246f606795de7c007573b4eeaa241899"
119
119
  }