@bottlebooks/valid-values 10.59.4-alpha.0 → 10.59.5
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/CHANGELOG.md +9 -1
- package/dist/validValues/ingredient/ingredient.js +16 -12
- package/dist/validValues/otherTranslations/locales/es.d.ts.map +1 -1
- package/dist/validValues/otherTranslations/locales/es.js +6 -6
- package/package.json +1 -1
- package/src/validValues/ingredient/ingredient.ts +4 -4
- package/src/validValues/otherTranslations/locales/es.po +6 -6
- package/src/validValues/otherTranslations/locales/es.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [10.59.
|
|
6
|
+
## [10.59.5](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.59.4...@bottlebooks/valid-values@10.59.5) (2025-09-29)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- preservative ([f6be847](https://github.com/bottlebooks/bottlebooks/commit/f6be84778252e8d247279ed84069a1ec7c98d47a))
|
|
11
|
+
- spanish Acidity regulators ([dba9579](https://github.com/bottlebooks/bottlebooks/commit/dba9579368c685c5ddd8651da6e6ddd2deed09ac))
|
|
12
|
+
- stabilisers ([984f4f7](https://github.com/bottlebooks/bottlebooks/commit/984f4f797fc6cadfec30630060e74afe535e7b21))
|
|
13
|
+
|
|
14
|
+
## [10.59.4](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.59.3...@bottlebooks/valid-values@10.59.4) (2025-09-24)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
9
17
|
|
|
@@ -1321,11 +1321,12 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1321
1321
|
id: 'validValues.ingredient.potassiumBisulphite',
|
|
1322
1322
|
message: 'potassium bisulphite (<Allergen>sulphites</Allergen>)'
|
|
1323
1323
|
},
|
|
1324
|
-
metadata:
|
|
1324
|
+
metadata: {
|
|
1325
1325
|
tags: [].concat(PRESERVATIVE_GROUPS, ['ALLERGEN']),
|
|
1326
1326
|
productType: ['cider'].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]), _toConsumableArray(_productTypesOtherDrinks["default"])),
|
|
1327
|
-
canBeMarkedOrganic: true
|
|
1328
|
-
|
|
1327
|
+
canBeMarkedOrganic: true // ...synonymOfSulfites,
|
|
1328
|
+
|
|
1329
|
+
}
|
|
1329
1330
|
}),
|
|
1330
1331
|
potassiumBisulphiteBold: ingredient({
|
|
1331
1332
|
key: 'potassiumBisulphiteBold',
|
|
@@ -1355,11 +1356,12 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1355
1356
|
id: 'validValues.ingredient.potassiumBisulphite_eCode',
|
|
1356
1357
|
message: 'E 228 (<Allergen>sulphites</Allergen>)'
|
|
1357
1358
|
},
|
|
1358
|
-
metadata:
|
|
1359
|
+
metadata: {
|
|
1359
1360
|
tags: [].concat(PRESERVATIVE_GROUPS, ['ALLERGEN']),
|
|
1360
1361
|
productType: ['cider'].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]), _toConsumableArray(_productTypesOtherDrinks["default"])),
|
|
1361
|
-
canBeMarkedOrganic: true
|
|
1362
|
-
|
|
1362
|
+
canBeMarkedOrganic: true // ...synonymOfSulfites,
|
|
1363
|
+
|
|
1364
|
+
}
|
|
1363
1365
|
}),
|
|
1364
1366
|
potassiumMetabisulphite: ingredient({
|
|
1365
1367
|
key: 'potassiumMetabisulphite',
|
|
@@ -1369,11 +1371,12 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1369
1371
|
id: 'validValues.ingredient.potassiumMetabisulphite',
|
|
1370
1372
|
message: 'potassium metabisulphite (<Allergen>sulphites</Allergen>)'
|
|
1371
1373
|
},
|
|
1372
|
-
metadata:
|
|
1374
|
+
metadata: {
|
|
1373
1375
|
tags: [].concat(PRESERVATIVE_GROUPS, ['ALLERGEN']),
|
|
1374
1376
|
productType: ['cider'].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]), _toConsumableArray(_productTypesOtherDrinks["default"])),
|
|
1375
|
-
canBeMarkedOrganic: true
|
|
1376
|
-
|
|
1377
|
+
canBeMarkedOrganic: true // ...synonymOfSulfites,
|
|
1378
|
+
|
|
1379
|
+
}
|
|
1377
1380
|
}),
|
|
1378
1381
|
potassiumMetabisulphiteBold: ingredient({
|
|
1379
1382
|
key: 'potassiumMetabisulphiteBold',
|
|
@@ -1403,11 +1406,12 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1403
1406
|
id: 'validValues.ingredient.potassiumMetabisulphite_eCode',
|
|
1404
1407
|
message: 'E 224 (<Allergen>sulphites</Allergen>)'
|
|
1405
1408
|
},
|
|
1406
|
-
metadata:
|
|
1409
|
+
metadata: {
|
|
1407
1410
|
tags: [].concat(PRESERVATIVE_GROUPS, ['ALLERGEN']),
|
|
1408
1411
|
productType: ['cider'].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]), _toConsumableArray(_productTypesOtherDrinks["default"])),
|
|
1409
|
-
canBeMarkedOrganic: true
|
|
1410
|
-
|
|
1412
|
+
canBeMarkedOrganic: true // ...synonymOfSulfites,
|
|
1413
|
+
|
|
1414
|
+
}
|
|
1411
1415
|
}),
|
|
1412
1416
|
sulphurDioxide: ingredient({
|
|
1413
1417
|
key: 'sulphurDioxide',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../src/validValues/otherTranslations/locales/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../src/validValues/otherTranslations/locales/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2nD,CAAC"}
|
|
@@ -21,14 +21,14 @@ var messages = {
|
|
|
21
21
|
"ingredientTag.ENRICHMENT_SUBSTANCE.many": "enrichment substances",
|
|
22
22
|
"ingredientTag.OTHER_INGREDIENT": "other ingredient",
|
|
23
23
|
"ingredientTag.OTHER_INGREDIENT.many": "other ingredients",
|
|
24
|
-
"ingredientTag.PRESERVATIVE": "
|
|
25
|
-
"ingredientTag.PRESERVATIVE.many": "
|
|
26
|
-
"ingredientTag.PRESERVATIVE_ANTIOXIDANT": "
|
|
27
|
-
"ingredientTag.PRESERVATIVE_ANTIOXIDANT.many": "
|
|
24
|
+
"ingredientTag.PRESERVATIVE": "conservador",
|
|
25
|
+
"ingredientTag.PRESERVATIVE.many": "conservadores",
|
|
26
|
+
"ingredientTag.PRESERVATIVE_ANTIOXIDANT": "conservadores y antioxidantes",
|
|
27
|
+
"ingredientTag.PRESERVATIVE_ANTIOXIDANT.many": "conservadores y antioxidantes",
|
|
28
28
|
"ingredientTag.RAW_MATERIAL": "raw material",
|
|
29
29
|
"ingredientTag.RAW_MATERIAL.many": "raw materials",
|
|
30
|
-
"ingredientTag.STABILISER": "
|
|
31
|
-
"ingredientTag.STABILISER.many": "estabilizantes",
|
|
30
|
+
"ingredientTag.STABILISER": "agente estabilizante",
|
|
31
|
+
"ingredientTag.STABILISER.many": "Agentes estabilizantes",
|
|
32
32
|
"ingredientTag.SWEETENER": "sweetener",
|
|
33
33
|
"ingredientTag.SWEETENER.many": "ingredientTag.SWEETENER.many",
|
|
34
34
|
"organicDeclaration": "* procedentes de la agricultura ecológica",
|
package/package.json
CHANGED
|
@@ -1419,7 +1419,7 @@ const allIngredients = {
|
|
|
1419
1419
|
...PRODUCT_TYPE_OTHER_DRINKS,
|
|
1420
1420
|
],
|
|
1421
1421
|
canBeMarkedOrganic: true,
|
|
1422
|
-
...synonymOfSulfites,
|
|
1422
|
+
// ...synonymOfSulfites,
|
|
1423
1423
|
},
|
|
1424
1424
|
}),
|
|
1425
1425
|
potassiumBisulphiteBold: ingredient({
|
|
@@ -1459,7 +1459,7 @@ const allIngredients = {
|
|
|
1459
1459
|
...PRODUCT_TYPE_OTHER_DRINKS,
|
|
1460
1460
|
],
|
|
1461
1461
|
canBeMarkedOrganic: true,
|
|
1462
|
-
...synonymOfSulfites,
|
|
1462
|
+
// ...synonymOfSulfites,
|
|
1463
1463
|
},
|
|
1464
1464
|
}),
|
|
1465
1465
|
potassiumMetabisulphite: ingredient({
|
|
@@ -1477,7 +1477,7 @@ const allIngredients = {
|
|
|
1477
1477
|
...PRODUCT_TYPE_OTHER_DRINKS,
|
|
1478
1478
|
],
|
|
1479
1479
|
canBeMarkedOrganic: true,
|
|
1480
|
-
...synonymOfSulfites,
|
|
1480
|
+
// ...synonymOfSulfites,
|
|
1481
1481
|
},
|
|
1482
1482
|
}),
|
|
1483
1483
|
potassiumMetabisulphiteBold: ingredient({
|
|
@@ -1517,7 +1517,7 @@ const allIngredients = {
|
|
|
1517
1517
|
...PRODUCT_TYPE_OTHER_DRINKS,
|
|
1518
1518
|
],
|
|
1519
1519
|
canBeMarkedOrganic: true,
|
|
1520
|
-
...synonymOfSulfites,
|
|
1520
|
+
// ...synonymOfSulfites,
|
|
1521
1521
|
},
|
|
1522
1522
|
}),
|
|
1523
1523
|
sulphurDioxide: ingredient({
|
|
@@ -71,19 +71,19 @@ msgstr ""
|
|
|
71
71
|
|
|
72
72
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
73
73
|
msgid "ingredientTag.PRESERVATIVE"
|
|
74
|
-
msgstr "
|
|
74
|
+
msgstr "conservador"
|
|
75
75
|
|
|
76
76
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
77
77
|
msgid "ingredientTag.PRESERVATIVE.many"
|
|
78
|
-
msgstr "
|
|
78
|
+
msgstr "conservadores"
|
|
79
79
|
|
|
80
80
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
81
81
|
msgid "ingredientTag.PRESERVATIVE_ANTIOXIDANT"
|
|
82
|
-
msgstr "
|
|
82
|
+
msgstr "conservadores y antioxidantes"
|
|
83
83
|
|
|
84
84
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
85
85
|
msgid "ingredientTag.PRESERVATIVE_ANTIOXIDANT.many"
|
|
86
|
-
msgstr "
|
|
86
|
+
msgstr "conservadores y antioxidantes"
|
|
87
87
|
|
|
88
88
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
89
89
|
msgid "ingredientTag.RAW_MATERIAL"
|
|
@@ -95,11 +95,11 @@ msgstr ""
|
|
|
95
95
|
|
|
96
96
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
97
97
|
msgid "ingredientTag.STABILISER"
|
|
98
|
-
msgstr "
|
|
98
|
+
msgstr "agente estabilizante"
|
|
99
99
|
|
|
100
100
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
101
101
|
msgid "ingredientTag.STABILISER.many"
|
|
102
|
-
msgstr "estabilizantes"
|
|
102
|
+
msgstr "Agentes estabilizantes"
|
|
103
103
|
|
|
104
104
|
#: src/validValues/otherTranslations/otherTranslations.ts
|
|
105
105
|
msgid "ingredientTag.SWEETENER"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"and/or":"y/o","contains":"contiene","ingredientTag.ACIDITY_REGULATOR":"corrector de la acidez","ingredientTag.ACIDITY_REGULATOR.many":"correctores de la acidez","ingredientTag.ANTIOXIDANT":"antioxidante","ingredientTag.ANTIOXIDANT.many":"antioxidantes","ingredientTag.CLARIFYING_AGENT":"clarifying agent","ingredientTag.CLARIFYING_AGENT.many":"clarifying agents","ingredientTag.COLOUR":"colorante","ingredientTag.COLOUR.many":"colorantes","ingredientTag.ENRICHMENT_SUBSTANCE":"enrichment substance","ingredientTag.ENRICHMENT_SUBSTANCE.many":"enrichment substances","ingredientTag.OTHER_INGREDIENT":"other ingredient","ingredientTag.OTHER_INGREDIENT.many":"other ingredients","ingredientTag.PRESERVATIVE":"
|
|
1
|
+
/*eslint-disable*/export const messages={"and/or":"y/o","contains":"contiene","ingredientTag.ACIDITY_REGULATOR":"corrector de la acidez","ingredientTag.ACIDITY_REGULATOR.many":"correctores de la acidez","ingredientTag.ANTIOXIDANT":"antioxidante","ingredientTag.ANTIOXIDANT.many":"antioxidantes","ingredientTag.CLARIFYING_AGENT":"clarifying agent","ingredientTag.CLARIFYING_AGENT.many":"clarifying agents","ingredientTag.COLOUR":"colorante","ingredientTag.COLOUR.many":"colorantes","ingredientTag.ENRICHMENT_SUBSTANCE":"enrichment substance","ingredientTag.ENRICHMENT_SUBSTANCE.many":"enrichment substances","ingredientTag.OTHER_INGREDIENT":"other ingredient","ingredientTag.OTHER_INGREDIENT.many":"other ingredients","ingredientTag.PRESERVATIVE":"conservador","ingredientTag.PRESERVATIVE.many":"conservadores","ingredientTag.PRESERVATIVE_ANTIOXIDANT":"conservadores y antioxidantes","ingredientTag.PRESERVATIVE_ANTIOXIDANT.many":"conservadores y antioxidantes","ingredientTag.RAW_MATERIAL":"raw material","ingredientTag.RAW_MATERIAL.many":"raw materials","ingredientTag.STABILISER":"agente estabilizante","ingredientTag.STABILISER.many":"Agentes estabilizantes","ingredientTag.SWEETENER":"sweetener","ingredientTag.SWEETENER.many":"ingredientTag.SWEETENER.many","organicDeclaration":"* procedentes de la agricultura ecológica","simplifiedDeclaration":["Contiene cantidades insignificantes de ",["items"]],"simplifiedDeclaration.carbohydrateSugars":"azúcares","simplifiedDeclaration.carbohydrates":"hidratos de carbono","simplifiedDeclaration.fat":"grasas","simplifiedDeclaration.protein":"proteínas","simplifiedDeclaration.salt":"sal","simplifiedDeclaration.saturatedFat":"ácidos grasos saturados"};
|