proflores-db-model 0.2.9 → 0.2.11

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": "proflores-db-model",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "description": "Data model for managing expenses and transactions for Proflores nursery business",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -7,6 +7,7 @@ export const CLIMATE = makeCatalog({
7
7
  TEMPLADO: '5–28 °C, estaciones marcadas.',
8
8
  MEDITERRÁNEO: 'Invierno templado, verano seco.',
9
9
  DESÉRTICO: '5–45 °C, muy seco.',
10
+
10
11
  FRÍO_MONTANO: '–5–20 °C, heladas frecuentes.',
11
12
  UNIVERSAL: 'Amplio rango 5–35 °C.',
12
13
  });