@bottlebooks/valid-values 7.7.1 → 7.8.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ # [7.8.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.7.1...@bottlebooks/valid-values@7.8.0) (2023-10-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * enable sugar for all wines ([aa1c9b6](https://github.com/bottlebooks/bottlebooks/commit/aa1c9b64d491abc98ca86163ff367d9f825be491))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [7.7.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.7.0...@bottlebooks/valid-values@7.7.1) (2023-10-12)
7
18
 
8
19
 
@@ -862,8 +862,8 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
862
862
  message: 'sugar'
863
863
  },
864
864
  metadata: {
865
- tags: ['SWEETENER'],
866
- productType: _productTypesAromatisedWine["default"]
865
+ tags: ['ENRICHMENT_SUBSTANCE', 'SWEETENER'],
866
+ productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
867
867
  }
868
868
  }),
869
869
  sulfiteAmmoniaCaramel: ingredient({
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": "7.7.1",
5
+ "version": "7.8.0",
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": "27379f59742b34ae7960847a5b5e3ba5aab1ab04"
37
+ "gitHead": "519799f64828c5c408f038399723b049a93bf361"
38
38
  }
@@ -711,8 +711,8 @@ const allIngredients = {
711
711
  message: 'sugar',
712
712
  }),
713
713
  metadata: {
714
- tags: ['SWEETENER'],
715
- productType: PRODUCT_TYPE_AROMATISED_WINE,
714
+ tags: ['ENRICHMENT_SUBSTANCE', 'SWEETENER'],
715
+ productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
716
716
  },
717
717
  }),
718
718
  sulfiteAmmoniaCaramel: ingredient({