@griddo/core 11.4.11 → 11.4.12
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.
|
|
5
|
+
"version": "11.4.12",
|
|
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": "
|
|
131
|
+
"gitHead": "11ecbd2d13ead48984d887f30d684f739e50176d"
|
|
132
132
|
}
|