futbol-in-core 1.0.51 → 1.0.53

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.
@@ -7672,7 +7672,7 @@ export const municipios = [
7672
7672
  },
7673
7673
  {
7674
7674
  "parent_code": "0",
7675
- "label": "Asturias, Principado de",
7675
+ "label": "Principado de Asturias",
7676
7676
  "code": "03",
7677
7677
  "provinces": [
7678
7678
  {
@@ -8082,7 +8082,7 @@ export const municipios = [
8082
8082
  {
8083
8083
  "parent_code": "04",
8084
8084
  "code": "07",
8085
- "label": "Balears, Illes",
8085
+ "label": "Islas Baleares",
8086
8086
  "towns": [
8087
8087
  {
8088
8088
  "parent_code": "07",
@@ -8431,7 +8431,7 @@ export const municipios = [
8431
8431
  {
8432
8432
  "parent_code": "05",
8433
8433
  "code": "35",
8434
- "label": "Palmas, Las",
8434
+ "label": "Las Palmas",
8435
8435
  "towns": [
8436
8436
  {
8437
8437
  "parent_code": "35",
@@ -20720,7 +20720,7 @@ export const municipios = [
20720
20720
  },
20721
20721
  {
20722
20722
  "parent_code": "0",
20723
- "label": "Castilla - La Mancha",
20723
+ "label": "Castilla La Mancha",
20724
20724
  "code": "08",
20725
20725
  "provinces": [
20726
20726
  {
@@ -6,4 +6,6 @@ export interface UsuarioEnRanking {
6
6
  puntuacion: number;
7
7
  imagen: string;
8
8
  createdAt?: string;
9
+ provincias?: string[];
10
+ perfilCompleto?: boolean;
9
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "futbol-in-core",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",