ingeniuscliq-core 0.5.13 → 0.5.14

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.
@@ -1,4 +1,6 @@
1
+ const cash = "Cash";
1
2
  const enTranslations = {
3
+ cash,
2
4
  };
3
5
 
4
- export { enTranslations as default };
6
+ export { cash, enTranslations as default };
@@ -1,4 +1,6 @@
1
+ const cash = "Efectivo";
1
2
  const esTranslations = {
3
+ cash,
2
4
  };
3
5
 
4
- export { esTranslations as default };
6
+ export { cash, esTranslations as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.5.13",
3
+ "version": "0.5.14",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",