@griddo/core 12.0.1 → 12.1.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.
@@ -170,6 +170,7 @@ interface Page<ContentType = unknown> {
170
170
  title: string;
171
171
  url?: string;
172
172
  workflowStatus?: unknown;
173
+ contentChanged?: boolean;
173
174
  }
174
175
  interface CloudinaryDefaults extends Partial<Pick<CloudinaryImageProps, "quality" | "crop" | "gravity" | "format" | "loading" | "decoding" | "sizes" | "responsive">> {
175
176
  domain?: 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": "12.0.1",
5
+ "version": "12.1.0",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -119,5 +119,5 @@
119
119
  "publishConfig": {
120
120
  "access": "public"
121
121
  },
122
- "gitHead": "d7adad77dcd6f5bdf98c893c150b661e7c9fa5c3"
122
+ "gitHead": "0a824819ca17d1ec795344257f0e9c0943796cce"
123
123
  }