@griddo/core 11.4.12-rc.0 → 11.4.13-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.
@@ -125,19 +125,6 @@ interface Page<ContentType = unknown> {
125
125
  compose: string;
126
126
  };
127
127
  }>;
128
- pageMetaData: {
129
- index: "index" | "noindex";
130
- follow: "follow" | "nofollow";
131
- translate?: "" | "notranslate";
132
- title: string;
133
- description?: string;
134
- canonical?: string;
135
- locale?: Locale;
136
- url?: string;
137
- metasAdvanced: string;
138
- pageLanguages: Page["pageLanguages"];
139
- metaKeywords?: string;
140
- };
141
128
  parent?: number;
142
129
  path?: string;
143
130
  published?: 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.4.12-rc.0",
5
+ "version": "11.4.13-rc.0",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -128,5 +128,5 @@
128
128
  "publishConfig": {
129
129
  "access": "public"
130
130
  },
131
- "gitHead": "738fb7222de3e13dd8a31eeba849450735e090a7"
131
+ "gitHead": "ce34b7c15cd11a725be71a317afd8bde37880bb2"
132
132
  }