@griddo/core 1.75.79 → 1.75.81

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.
@@ -4,6 +4,8 @@ interface LanguageEntry {
4
4
  name: string;
5
5
  /** Name that appears in the Griddo editor. */
6
6
  label: string;
7
+ /** Alias for the locale in case you need to modify it. */
8
+ alias?: Array<Locale>;
7
9
  }
8
10
  export declare type Languages = Partial<Record<Locale, LanguageEntry>>;
9
11
  export {};
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@griddo/core",
3
3
  "description": "Reload version of Griddo Core",
4
4
  "license": "MIT",
5
- "version": "1.75.79",
5
+ "version": "1.75.81",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -78,5 +78,5 @@
78
78
  "resolutions": {
79
79
  "colors": "1.4.0"
80
80
  },
81
- "gitHead": "0faf5d10f9dd02af6cd5fc387955b8300da2baba"
81
+ "gitHead": "2ccd0ebf31de95056b5055284e347f59b841dd7b"
82
82
  }