@bottlebooks/valid-values 10.59.3 → 10.59.4
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
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.4](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.59.3...@bottlebooks/valid-values@10.59.4) (2025-09-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
9
|
+
|
|
6
10
|
## [10.59.3](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.59.2...@bottlebooks/valid-values@10.59.3) (2025-09-04)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
|
@@ -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',
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@bottlebooks/valid-values",
|
|
3
3
|
"description": "The Bottlebooks lookup values, defined globally.",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "10.59.
|
|
5
|
+
"version": "10.59.4",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@lingui/core": "3.14.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "a90466f68cfb503dbba508ec245f178ed94e13fd"
|
|
41
41
|
}
|
|
@@ -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({
|