@cobre-npm/library-portal-core 0.22.0 → 0.24.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.
@@ -18,6 +18,6 @@
18
18
  "np": "Natural person",
19
19
  "le": "Legal entity",
20
20
  "mm_return": "SPEI return",
21
- "generic": "Generic - Business"
21
+ "generic": "Others"
22
22
  }
23
23
  }
@@ -18,6 +18,6 @@
18
18
  "np": "Persona natural",
19
19
  "le": "Persona jurídica",
20
20
  "mm_return": "Retorno SPEI",
21
- "generic": "Genérica - Empresa"
21
+ "generic": "Otros"
22
22
  }
23
23
  }
@@ -4,7 +4,7 @@
4
4
  "mex": "Mexico",
5
5
  "global": "Global",
6
6
  "usa": "United States",
7
- "generic": "Generic",
7
+ "generic": "Others",
8
8
  "eur": "Europe",
9
9
  "chn": "China"
10
10
  }
@@ -4,7 +4,7 @@
4
4
  "mex": "México",
5
5
  "global": "Global",
6
6
  "usa": "Estados Unidos",
7
- "generic": "Genérico",
7
+ "generic": "Otros",
8
8
  "eur": "Europa",
9
9
  "chn": "China"
10
10
  }
@@ -18,6 +18,6 @@
18
18
  "np": "Natural person",
19
19
  "le": "Legal entity",
20
20
  "mm_return": "SPEI return",
21
- "generic": "Generic - Business"
21
+ "generic": "Others"
22
22
  }
23
23
  }
@@ -18,6 +18,6 @@
18
18
  "np": "Persona natural",
19
19
  "le": "Persona jurídica",
20
20
  "mm_return": "Retorno SPEI",
21
- "generic": "Genérica - Empresa"
21
+ "generic": "Otros"
22
22
  }
23
23
  }
@@ -4,7 +4,7 @@
4
4
  "mex": "Mexico",
5
5
  "global": "Global",
6
6
  "usa": "United States",
7
- "generic": "Generic",
7
+ "generic": "Others",
8
8
  "eur": "Europe",
9
9
  "chn": "China"
10
10
  }
@@ -4,7 +4,7 @@
4
4
  "mex": "México",
5
5
  "global": "Global",
6
6
  "usa": "Estados Unidos",
7
- "generic": "Genérico",
7
+ "generic": "Otros",
8
8
  "eur": "Europa",
9
9
  "chn": "China"
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/library-portal-core",
3
- "version": "0.22.0",
3
+ "version": "0.24.0",
4
4
  "description": "Shared configurations and resources for Portal MFEs",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "scripts": {
53
53
  "build": "tsc",
54
54
  "lint": "eslint . --fix",
55
- "test": "vitest run",
55
+ "test": "vitest run --coverage",
56
56
  "publish:prod": "pnpm lint && pnpm exec tsc --noEmit && pnpm build && pnpm publish"
57
57
  },
58
58
  "license": "ISC",
@@ -61,6 +61,7 @@
61
61
  "@eslint/js": "^9.0.0",
62
62
  "@typescript-eslint/eslint-plugin": "^8.0.0",
63
63
  "@typescript-eslint/parser": "^8.0.0",
64
+ "@vitest/coverage-v8": "4.1.5",
64
65
  "eslint": "^9.0.0",
65
66
  "eslint-plugin-vue": "^9.0.0",
66
67
  "typescript": "^5.7.0",