@jjlmoya/utils-cooking 1.3.0 → 1.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-cooking",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -1,7 +1,7 @@
1
1
  import type { ToolLocaleContent } from '../../../types';
2
2
 
3
3
  export const content: ToolLocaleContent = {
4
- slug: 'escalador-ingredientes',
4
+ slug: 'reescalador-ingredientes',
5
5
  title: 'Escalador de Ingredientes Ajuste de Recetas',
6
6
  description: 'Escala recetas automáticamente según el número de raciones. Calcula las cantidades exactas de ingredientes multiplicando o reduciendo tu receta sin complicaciones.',
7
7
  ui: {