@bottlebooks/valid-values 10.21.0 → 10.21.1
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,12 @@
|
|
|
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.21.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.21.0...@bottlebooks/valid-values@10.21.1) (2024-04-05)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- all ingredients can be marked organic ([cf4b5d7](https://github.com/bottlebooks/bottlebooks/commit/cf4b5d7556ff3d2d7797025a074b3a431bf50e99))
|
|
11
|
+
|
|
6
12
|
# [10.21.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.20.0...@bottlebooks/valid-values@10.21.0) (2024-04-05)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
|
@@ -314,7 +314,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
314
314
|
metadata: {
|
|
315
315
|
tags: ['ANTIOXIDANT'],
|
|
316
316
|
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
317
|
-
canBeMarkedOrganic:
|
|
317
|
+
canBeMarkedOrganic: true
|
|
318
318
|
}
|
|
319
319
|
}),
|
|
320
320
|
burnedSugar: ingredient({
|
|
@@ -742,7 +742,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
742
742
|
metadata: {
|
|
743
743
|
tags: ['STABILISER'],
|
|
744
744
|
productType: ['wine_stillwine', 'wine_fortified', 'wine_pearlwine', 'wine_sparkling'].concat(_toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
745
|
-
canBeMarkedOrganic:
|
|
745
|
+
canBeMarkedOrganic: true
|
|
746
746
|
}
|
|
747
747
|
}),
|
|
748
748
|
grainDistillateAndWater: ingredient({
|
|
@@ -872,7 +872,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
872
872
|
metadata: {
|
|
873
873
|
tags: ['ACIDITY_REGULATOR'],
|
|
874
874
|
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
875
|
-
canBeMarkedOrganic:
|
|
875
|
+
canBeMarkedOrganic: true
|
|
876
876
|
}
|
|
877
877
|
}),
|
|
878
878
|
metatartaricAcid: ingredient({
|
|
@@ -886,7 +886,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
886
886
|
metadata: {
|
|
887
887
|
tags: ['STABILISER'],
|
|
888
888
|
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
889
|
-
canBeMarkedOrganic:
|
|
889
|
+
canBeMarkedOrganic: true
|
|
890
890
|
}
|
|
891
891
|
}),
|
|
892
892
|
plainCaramel: ingredient({
|
|
@@ -1014,7 +1014,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1014
1014
|
metadata: {
|
|
1015
1015
|
tags: ['RAW_MATERIAL'],
|
|
1016
1016
|
productType: ['wine_sparkling', 'wine_qualitysparkling', 'wine_qualityaromaticsparkling'],
|
|
1017
|
-
canBeMarkedOrganic:
|
|
1017
|
+
canBeMarkedOrganic: true
|
|
1018
1018
|
}
|
|
1019
1019
|
}),
|
|
1020
1020
|
water: ingredient({
|
|
@@ -1408,7 +1408,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1408
1408
|
metadata: {
|
|
1409
1409
|
tags: ['ANTIOXIDANT'],
|
|
1410
1410
|
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1411
|
-
canBeMarkedOrganic:
|
|
1411
|
+
canBeMarkedOrganic: true,
|
|
1412
1412
|
isHiddenInMainList: true,
|
|
1413
1413
|
synonymDescription:
|
|
1414
1414
|
/*i18n*/
|
|
@@ -1456,7 +1456,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1456
1456
|
metadata: {
|
|
1457
1457
|
tags: ['STABILISER'],
|
|
1458
1458
|
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1459
|
-
canBeMarkedOrganic:
|
|
1459
|
+
canBeMarkedOrganic: true,
|
|
1460
1460
|
isHiddenInMainList: true,
|
|
1461
1461
|
synonymDescription:
|
|
1462
1462
|
/*i18n*/
|
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.21.
|
|
5
|
+
"version": "10.21.1",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@lingui/core": "3.14.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "84759c5477e9d0569b14968ac551aa21bc9f7740"
|
|
38
38
|
}
|
|
@@ -242,7 +242,7 @@ const allIngredients = {
|
|
|
242
242
|
metadata: {
|
|
243
243
|
tags: ['ANTIOXIDANT'],
|
|
244
244
|
productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
|
|
245
|
-
canBeMarkedOrganic:
|
|
245
|
+
canBeMarkedOrganic: true,
|
|
246
246
|
},
|
|
247
247
|
}),
|
|
248
248
|
burnedSugar: ingredient({
|
|
@@ -622,7 +622,7 @@ const allIngredients = {
|
|
|
622
622
|
'wine_sparkling',
|
|
623
623
|
...PRODUCT_TYPE_AROMATISED_WINE,
|
|
624
624
|
],
|
|
625
|
-
canBeMarkedOrganic:
|
|
625
|
+
canBeMarkedOrganic: true,
|
|
626
626
|
},
|
|
627
627
|
}),
|
|
628
628
|
grainDistillateAndWater: ingredient({
|
|
@@ -732,7 +732,7 @@ const allIngredients = {
|
|
|
732
732
|
metadata: {
|
|
733
733
|
tags: ['ACIDITY_REGULATOR'],
|
|
734
734
|
productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
|
|
735
|
-
canBeMarkedOrganic:
|
|
735
|
+
canBeMarkedOrganic: true,
|
|
736
736
|
},
|
|
737
737
|
}),
|
|
738
738
|
metatartaricAcid: ingredient({
|
|
@@ -744,7 +744,7 @@ const allIngredients = {
|
|
|
744
744
|
metadata: {
|
|
745
745
|
tags: ['STABILISER'],
|
|
746
746
|
productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
|
|
747
|
-
canBeMarkedOrganic:
|
|
747
|
+
canBeMarkedOrganic: true,
|
|
748
748
|
},
|
|
749
749
|
}),
|
|
750
750
|
plainCaramel: ingredient({
|
|
@@ -857,7 +857,7 @@ const allIngredients = {
|
|
|
857
857
|
'wine_qualitysparkling',
|
|
858
858
|
'wine_qualityaromaticsparkling',
|
|
859
859
|
],
|
|
860
|
-
canBeMarkedOrganic:
|
|
860
|
+
canBeMarkedOrganic: true,
|
|
861
861
|
},
|
|
862
862
|
}),
|
|
863
863
|
water: ingredient({
|
|
@@ -1211,7 +1211,7 @@ const allIngredients = {
|
|
|
1211
1211
|
metadata: {
|
|
1212
1212
|
tags: ['ANTIOXIDANT'],
|
|
1213
1213
|
productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
|
|
1214
|
-
canBeMarkedOrganic:
|
|
1214
|
+
canBeMarkedOrganic: true,
|
|
1215
1215
|
isHiddenInMainList: true,
|
|
1216
1216
|
synonymDescription: defineMessage({
|
|
1217
1217
|
id: 'validValues.ingredient.ascorbicAcid.synonymDescription',
|
|
@@ -1253,7 +1253,7 @@ const allIngredients = {
|
|
|
1253
1253
|
metadata: {
|
|
1254
1254
|
tags: ['STABILISER'],
|
|
1255
1255
|
productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
|
|
1256
|
-
canBeMarkedOrganic:
|
|
1256
|
+
canBeMarkedOrganic: true,
|
|
1257
1257
|
isHiddenInMainList: true,
|
|
1258
1258
|
synonymDescription: defineMessage({
|
|
1259
1259
|
id: 'validValues.ingredient.metatartaricAcid.synonymDescription',
|