@griddo/core 12.6.0 → 12.6.1

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.
@@ -354,6 +354,7 @@ interface Config {
354
354
  moduleCategories?: Schema.ModuleCategories;
355
355
  themes: Schema.Themes;
356
356
  subthemes?: Array<string>;
357
+ socials?: Schema.Socials;
357
358
  llms?: JsConversionOptions;
358
359
  };
359
360
  ui: {
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.6.0",
5
+ "version": "12.6.1",
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": "5b898e9cbe8af3916311b072f42b1014150c331f"
122
+ "gitHead": "e0eec02188240c74c8fdacfa7a04fbafdc38c597"
123
123
  }