@bottlebooks/valid-values 10.50.0 → 10.51.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,16 @@
|
|
|
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.51.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.50.0...@bottlebooks/valid-values@10.51.0) (2025-04-15)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- add space in award name ([9100d92](https://github.com/bottlebooks/bottlebooks/commit/9100d922e41a38c94adfaac40c1843fae6ac3a34))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- add VinePair award ([ac23f34](https://github.com/bottlebooks/bottlebooks/commit/ac23f34fe5b82b84f0442f4a8a2da785e9c9a377))
|
|
15
|
+
|
|
6
16
|
# [10.50.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.49.0...@bottlebooks/valid-values@10.50.0) (2025-04-14)
|
|
7
17
|
|
|
8
18
|
### Bug Fixes
|
|
@@ -189,6 +189,7 @@ declare const allAwards: {
|
|
|
189
189
|
readonly ukva: Award;
|
|
190
190
|
readonly ultimate_wine_challenge: Award;
|
|
191
191
|
readonly us_usawineratings: Award;
|
|
192
|
+
readonly us_vine_pair: Award;
|
|
192
193
|
readonly vinagora_international_wine_competition: Award;
|
|
193
194
|
readonly vinalies_internationales: Award;
|
|
194
195
|
readonly vindefrance_p: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAu5DL,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,SAAS,CAAC;AAE9C,eAAe,SAAS,CAAC"}
|
|
@@ -941,6 +941,11 @@ var allAwards = {
|
|
|
941
941
|
label: 'USA Wine Ratings',
|
|
942
942
|
medals: ['gold', 'silver', 'bronze']
|
|
943
943
|
}),
|
|
944
|
+
us_vine_pair: award({
|
|
945
|
+
key: 'us_vine_pair',
|
|
946
|
+
label: 'Vine Pair',
|
|
947
|
+
medals: ['p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
|
|
948
|
+
}),
|
|
944
949
|
vinagora_international_wine_competition: award({
|
|
945
950
|
key: 'vinagora_international_wine_competition',
|
|
946
951
|
label: 'VinAgora International Wine Competition',
|
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.
|
|
5
|
+
"version": "10.51.0",
|
|
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": "e0865c24391dc5a8a36390d231eafebb5047f70d"
|
|
41
41
|
}
|
|
@@ -1576,6 +1576,27 @@ const allAwards = {
|
|
|
1576
1576
|
label: 'USA Wine Ratings',
|
|
1577
1577
|
medals: ['gold', 'silver', 'bronze'],
|
|
1578
1578
|
}),
|
|
1579
|
+
us_vine_pair: award({
|
|
1580
|
+
key: 'us_vine_pair',
|
|
1581
|
+
label: 'Vine Pair',
|
|
1582
|
+
medals: [
|
|
1583
|
+
'p_70',
|
|
1584
|
+
'p_71',
|
|
1585
|
+
'p_72',
|
|
1586
|
+
'p_73',
|
|
1587
|
+
'p_74',
|
|
1588
|
+
'p_75',
|
|
1589
|
+
'p_76',
|
|
1590
|
+
'p_77',
|
|
1591
|
+
'p_78',
|
|
1592
|
+
'p_79',
|
|
1593
|
+
'p_80',
|
|
1594
|
+
'p_81',
|
|
1595
|
+
'p_82',
|
|
1596
|
+
'p_83',
|
|
1597
|
+
'p_84',
|
|
1598
|
+
].concat(P85to100),
|
|
1599
|
+
}),
|
|
1579
1600
|
vinagora_international_wine_competition: award({
|
|
1580
1601
|
key: 'vinagora_international_wine_competition',
|
|
1581
1602
|
label: 'VinAgora International Wine Competition',
|
|
@@ -1926,11 +1947,11 @@ const allAwards = {
|
|
|
1926
1947
|
label: 'Sélection Mondiales des Vins Canada',
|
|
1927
1948
|
medals: ['grand_gold', 'gold', 'silver', 'jury_prize'],
|
|
1928
1949
|
}),
|
|
1929
|
-
es_wines_from_spain_awards:award({
|
|
1950
|
+
es_wines_from_spain_awards: award({
|
|
1930
1951
|
key: 'es_wines_from_spain_awards',
|
|
1931
1952
|
label: 'Wines from Spain Awards',
|
|
1932
1953
|
medals: ['grand_gold', 'gold'],
|
|
1933
|
-
})
|
|
1954
|
+
}),
|
|
1934
1955
|
} as const;
|
|
1935
1956
|
|
|
1936
1957
|
export type AwardKey = keyof typeof allAwards;
|