@griddo/core 11.10.16 → 11.10.17-rc.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.
@@ -220,7 +220,6 @@ interface Reference<ContentType> {
220
220
  }
221
221
  interface Source<ContentType> {
222
222
  structuredData: ContentTypeName<ContentType>;
223
- fields?: Array<string>;
224
223
  filters?: Array<{
225
224
  id: number;
226
225
  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": "11.10.16",
5
+ "version": "11.10.17-rc.0",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -117,5 +117,5 @@
117
117
  "publishConfig": {
118
118
  "access": "public"
119
119
  },
120
- "gitHead": "ddb737f01274ea3d5981c463b4f98857320e6950"
120
+ "gitHead": "42fac4ed9d10fcdf197830446f5de48d54828610"
121
121
  }