@griddo/core 11.11.6 → 11.11.7-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.
@@ -5,7 +5,7 @@ import type { Image, Menu } from "../api-response-fields";
5
5
  import type locales from "../constants/locales";
6
6
  import type timezone from "../constants/timezone";
7
7
  import type { Replace } from "../utilities";
8
- type Renderers = "gatsby" | "editor" | "preview" | "forms" | "ssg";
8
+ type Renderers = "gatsby" | "editor" | "preview" | "forms" | "ssg" | "sharedPage";
9
9
  type ContentTypeRelations = "off" | "full" | "simple" | boolean;
10
10
  /** @deprecated Instance names will be removed from Griddo, use your own custom social name definitions with `schemas.config.socials` in `griddo.config.ts|js` */
11
11
  type SocialName = "instagram" | "linkedIn" | "facebook" | "twitter" | "youTube" | "flickr" | "tiktok" | "snapchat" | "newsletter";
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.11.6",
5
+ "version": "11.11.7-rc.0",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -115,5 +115,5 @@
115
115
  "publishConfig": {
116
116
  "access": "public"
117
117
  },
118
- "gitHead": "fed7cc70b03ba1e4d5e24f99e9a83259e7c5cd49"
118
+ "gitHead": "8b7d5ecf70920b98364c6207ff6079a7af98b430"
119
119
  }