@bottlebooks/valid-values 7.1.0 → 7.1.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 +11 -0
- package/dist/validValues/award/award.d.ts +1 -0
- package/dist/validValues/award/award.d.ts.map +1 -1
- package/dist/validValues/award/award.js +5 -0
- package/dist/validValues/ingredient/ingredient.d.ts +2 -0
- package/dist/validValues/ingredient/ingredient.d.ts.map +1 -1
- package/dist/validValues/ingredient/synonymIngredient.d.ts +2 -2
- package/dist/validValues/ingredient/synonymIngredient.js +4 -4
- package/package.json +2 -2
- package/src/validValues/award/award.ts +5 -0
- package/src/validValues/ingredient/synonymIngredient.ts +4 -4
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.1.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.1.0...@bottlebooks/valid-values@7.1.1) (2023-06-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* _eCode is missing ([f91f41e](https://github.com/bottlebooks/bottlebooks/commit/f91f41ecafff38743a2e8456a1e6d99642424f83))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [7.1.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.0.3...@bottlebooks/valid-values@7.1.0) (2023-06-12)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -207,6 +207,7 @@ declare const allAwards: {
|
|
|
207
207
|
readonly wspectator_p: Award;
|
|
208
208
|
readonly za_amorim_cap_classique: Award;
|
|
209
209
|
readonly za_chenin_challenge: Award;
|
|
210
|
+
readonly best_wine_in_box: Award;
|
|
210
211
|
readonly za_maiwsa: Award;
|
|
211
212
|
readonly za_merlotforum: Award;
|
|
212
213
|
readonly za_nwc: Award;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"award.d.ts","sourceRoot":"","sources":["../../../src/validValues/award/award.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,UAAU,KAAM,SAAQ,oBAAoB;IAC1C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAKD,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"award.d.ts","sourceRoot":"","sources":["../../../src/validValues/award/award.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,UAAU,KAAM,SAAQ,oBAAoB;IAC1C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAKD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoxDL,CAAC;AAEX,oBAAY,QAAQ,GAAG,MAAM,OAAO,SAAS,CAAC;AAE9C,eAAe,SAAS,CAAC"}
|
|
@@ -1031,6 +1031,11 @@ var allAwards = {
|
|
|
1031
1031
|
label: 'Standard Bank Chenin Blanc Top 10 Challenge',
|
|
1032
1032
|
medals: ['winner']
|
|
1033
1033
|
}),
|
|
1034
|
+
best_wine_in_box: award({
|
|
1035
|
+
key: 'best_wine_in_box',
|
|
1036
|
+
label: 'Best Wine in Box',
|
|
1037
|
+
medals: ['winner']
|
|
1038
|
+
}),
|
|
1034
1039
|
za_maiwsa: award({
|
|
1035
1040
|
key: 'za_maiwsa',
|
|
1036
1041
|
label: 'Michelangelo International Wine and Spirits',
|
|
@@ -72,8 +72,10 @@ declare const allIngredients: {
|
|
|
72
72
|
readonly calciumSulphate_eCode: import("./ingredientTypes").SynonymIngredient;
|
|
73
73
|
readonly potassiumSorbate_eCode: import("./ingredientTypes").SynonymIngredient;
|
|
74
74
|
readonly ascorbicAcid_eCode: import("./ingredientTypes").SynonymIngredient;
|
|
75
|
+
readonly dimethyldicarbonate_eCode: import("./ingredientTypes").SynonymIngredient;
|
|
75
76
|
readonly citricAcid_eCode: import("./ingredientTypes").SynonymIngredient;
|
|
76
77
|
readonly metatartaricAcid_eCode: import("./ingredientTypes").SynonymIngredient;
|
|
78
|
+
readonly gumArabic_eCode: import("./ingredientTypes").SynonymIngredient;
|
|
77
79
|
readonly carboxymethylcellulose_eCode: import("./ingredientTypes").SynonymIngredient;
|
|
78
80
|
readonly potassiumPolyaspartate_eCode: import("./ingredientTypes").SynonymIngredient;
|
|
79
81
|
readonly carbonDioxide_eCode: import("./ingredientTypes").SynonymIngredient;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAK1E,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAC;AAEhF,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AAK7C,QAAA,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAK1E,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAC;AAEhF,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AAK7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsiBV,CAAC;AAEX,oBAAY,aAAa,GAAG,MAAM,OAAO,cAAc,CAAC;AAExD,eAAO,MAAM,aAAa,IAYzB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -20,10 +20,10 @@ declare const synonymIngredient: {
|
|
|
20
20
|
readonly calciumSulphate_eCode: SynonymIngredient;
|
|
21
21
|
readonly potassiumSorbate_eCode: SynonymIngredient;
|
|
22
22
|
readonly ascorbicAcid_eCode: SynonymIngredient;
|
|
23
|
-
readonly
|
|
23
|
+
readonly dimethyldicarbonate_eCode: SynonymIngredient;
|
|
24
24
|
readonly citricAcid_eCode: SynonymIngredient;
|
|
25
25
|
readonly metatartaricAcid_eCode: SynonymIngredient;
|
|
26
|
-
readonly
|
|
26
|
+
readonly gumArabic_eCode: SynonymIngredient;
|
|
27
27
|
readonly carboxymethylcellulose_eCode: SynonymIngredient;
|
|
28
28
|
readonly potassiumPolyaspartate_eCode: SynonymIngredient;
|
|
29
29
|
readonly carbonDioxide_eCode: SynonymIngredient;
|
|
@@ -315,8 +315,8 @@ var synonymIngredient = {
|
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
}),
|
|
318
|
-
|
|
319
|
-
key: '
|
|
318
|
+
dimethyldicarbonate_eCode: ingredient({
|
|
319
|
+
key: 'dimethyldicarbonate_eCode',
|
|
320
320
|
label: 'E 242',
|
|
321
321
|
metadata: {
|
|
322
322
|
tags: ['PRESERVATIVE'],
|
|
@@ -360,8 +360,8 @@ var synonymIngredient = {
|
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
362
|
}),
|
|
363
|
-
|
|
364
|
-
key: '
|
|
363
|
+
gumArabic_eCode: ingredient({
|
|
364
|
+
key: 'gumArabic_eCode',
|
|
365
365
|
label: 'E 414',
|
|
366
366
|
metadata: {
|
|
367
367
|
tags: ['STABILISER'],
|
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.1.
|
|
5
|
+
"version": "7.1.1",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"@babel/core": "^7.15.5",
|
|
35
35
|
"@lingui/core": "3.14.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "bc54e9013e8ea0cb2630a53094aec93e875fac06"
|
|
38
38
|
}
|
|
@@ -1766,6 +1766,11 @@ const allAwards = {
|
|
|
1766
1766
|
label: 'Standard Bank Chenin Blanc Top 10 Challenge',
|
|
1767
1767
|
medals: ['winner'],
|
|
1768
1768
|
}),
|
|
1769
|
+
best_wine_in_box: award({
|
|
1770
|
+
key: 'best_wine_in_box',
|
|
1771
|
+
label: 'Best Wine in Box',
|
|
1772
|
+
medals: ['winner'],
|
|
1773
|
+
}),
|
|
1769
1774
|
za_maiwsa: award({
|
|
1770
1775
|
key: 'za_maiwsa',
|
|
1771
1776
|
label: 'Michelangelo International Wine and Spirits',
|
|
@@ -269,8 +269,8 @@ const synonymIngredient = {
|
|
|
269
269
|
}),
|
|
270
270
|
},
|
|
271
271
|
}),
|
|
272
|
-
|
|
273
|
-
key: '
|
|
272
|
+
dimethyldicarbonate_eCode: ingredient({
|
|
273
|
+
key: 'dimethyldicarbonate_eCode',
|
|
274
274
|
label: 'E 242',
|
|
275
275
|
metadata: {
|
|
276
276
|
tags: ['PRESERVATIVE'],
|
|
@@ -308,8 +308,8 @@ const synonymIngredient = {
|
|
|
308
308
|
}),
|
|
309
309
|
},
|
|
310
310
|
}),
|
|
311
|
-
|
|
312
|
-
key: '
|
|
311
|
+
gumArabic_eCode: ingredient({
|
|
312
|
+
key: 'gumArabic_eCode',
|
|
313
313
|
label: 'E 414',
|
|
314
314
|
metadata: {
|
|
315
315
|
tags: ['STABILISER'],
|