@griddo/core 10.7.7 → 10.7.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.
@@ -203,7 +203,6 @@ export interface Reference<ContentType> {
203
203
  }
204
204
  export interface Source<ContentType> {
205
205
  structuredData: ContentTypeName<ContentType>;
206
- fields?: Array<string>;
207
206
  filters?: Array<{
208
207
  id: number;
209
208
  label: 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.7.7",
5
+ "version": "10.7.9",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -91,5 +91,5 @@
91
91
  "publishConfig": {
92
92
  "access": "public"
93
93
  },
94
- "gitHead": "c14eebd4f92f3bb6730b17a304b3f01091a21703"
94
+ "gitHead": "406e9f612d8587a5b08436e7e822bcc8782e0094"
95
95
  }