@bottlebooks/valid-values 5.2.1 → 5.3.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,35 +3,31 @@
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
- ## [5.2.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@5.2.0...@bottlebooks/valid-values@5.2.1) (2023-02-21)
6
+ ## [5.3.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@5.3.0...@bottlebooks/valid-values@5.3.1) (2023-02-23)
7
7
 
8
8
  **Note:** Version bump only for package @bottlebooks/valid-values
9
9
 
10
+ # [5.3.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@5.2.1...@bottlebooks/valid-values@5.3.0) (2023-02-22)
10
11
 
12
+ ### Features
11
13
 
14
+ - Add award "Berlin Run Awards" ([27fda38](https://github.com/bottlebooks/bottlebooks/commit/27fda38c1132f939d65695566b6e978211443455))
12
15
 
16
+ ## [5.2.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@5.2.0...@bottlebooks/valid-values@5.2.1) (2023-02-21)
13
17
 
14
- # [5.2.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@5.1.0...@bottlebooks/valid-values@5.2.0) (2023-02-20)
18
+ **Note:** Version bump only for package @bottlebooks/valid-values
15
19
 
20
+ # [5.2.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@5.1.0...@bottlebooks/valid-values@5.2.0) (2023-02-20)
16
21
 
17
22
  ### Features
18
23
 
19
- * expose type ([7c7e977](https://github.com/bottlebooks/bottlebooks/commit/7c7e97739804b169875e8f103e05cffa057327fb))
20
-
21
-
22
-
23
-
24
+ - expose type ([7c7e977](https://github.com/bottlebooks/bottlebooks/commit/7c7e97739804b169875e8f103e05cffa057327fb))
24
25
 
25
26
  # [5.1.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@5.0.0...@bottlebooks/valid-values@5.1.0) (2023-02-20)
26
27
 
27
-
28
28
  ### Features
29
29
 
30
- * Add Tuscany subregion: Valdarno di Sopra ([259939f](https://github.com/bottlebooks/bottlebooks/commit/259939fb33b9566ae3a7a5e10395491b9cfebbf6))
31
-
32
-
33
-
34
-
30
+ - Add Tuscany subregion: Valdarno di Sopra ([259939f](https://github.com/bottlebooks/bottlebooks/commit/259939fb33b9566ae3a7a5e10395491b9cfebbf6))
35
31
 
36
32
  # [5.0.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@4.2.2...@bottlebooks/valid-values@5.0.0) (2023-02-15)
37
33
 
@@ -1,6 +1,7 @@
1
- import { ValidValueDefinition } from '../types/ValidValueDefinition';
1
+ import type { ValidValueDefinition } from '../types/ValidValueDefinition';
2
2
  interface Award extends ValidValueDefinition {
3
3
  medals?: string[];
4
+ website?: string;
4
5
  }
5
6
  declare const allAwards: {
6
7
  readonly a_la_carte: Award;
@@ -25,6 +26,7 @@ declare const allAwards: {
25
26
  readonly bettanedess: Award;
26
27
  readonly bettanedess_p: Award;
27
28
  readonly beverage_tasting_institute: Award;
29
+ readonly de_german_rum_awards: Award;
28
30
  readonly catador_wine_awards: Award;
29
31
  readonly catavinum_world_wine_spirit_competition: Award;
30
32
  readonly ch_mondial_des_pinots: Award;
@@ -1 +1 @@
1
- {"version":3,"file":"award.d.ts","sourceRoot":"","sources":["../../../src/validValues/award/award.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,UAAU,KAAM,SAAQ,oBAAoB;IAC1C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB;AAKD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAywDL,CAAC;AAEX,oBAAY,QAAQ,GAAG,MAAM,OAAO,SAAS,CAAC;AAE9C,eAAe,SAAS,CAAC"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+wDL,CAAC;AAEX,oBAAY,QAAQ,GAAG,MAAM,OAAO,SAAS,CAAC;AAE9C,eAAe,SAAS,CAAC"}
@@ -125,6 +125,12 @@ var allAwards = {
125
125
  label: 'Beverage Tasting Institute',
126
126
  medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', '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"])
127
127
  }),
128
+ de_german_rum_awards: award({
129
+ key: 'de_german_rum_awards',
130
+ label: 'German Rum Awards',
131
+ medals: ['medal_bestInShow', 'gold', 'silver', 'bronze'],
132
+ website: 'https://rumfest-berlin.com/en/rum-awards-en/'
133
+ }),
128
134
  catador_wine_awards: award({
129
135
  key: 'catador_wine_awards',
130
136
  label: 'Catador Wine Awards',
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": "5.2.1",
5
+ "version": "5.3.1",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "scripts": {
@@ -32,5 +32,5 @@
32
32
  "@babel/core": "^7.15.5",
33
33
  "@lingui/core": "3.14.0"
34
34
  },
35
- "gitHead": "3bbc230955160c7a9c29b552eec2ec1c72a197af"
35
+ "gitHead": "17398cf70ca14dea55ccc5de02dc84e02f729d16"
36
36
  }
@@ -1,8 +1,9 @@
1
1
  import P85to100 from '../types/award_p85_100';
2
- import { ValidValueDefinition } from '../types/ValidValueDefinition';
2
+ import type { ValidValueDefinition } from '../types/ValidValueDefinition';
3
3
 
4
4
  interface Award extends ValidValueDefinition {
5
5
  medals?: string[];
6
+ website?: string;
6
7
  }
7
8
 
8
9
  /** Makes sure errors are displayed where the error is introduced. */
@@ -239,6 +240,12 @@ const allAwards = {
239
240
  'p_84',
240
241
  ].concat(P85to100),
241
242
  }),
243
+ de_german_rum_awards: award({
244
+ key: 'de_german_rum_awards',
245
+ label: 'German Rum Awards',
246
+ medals: ['medal_bestInShow', 'gold', 'silver', 'bronze'],
247
+ website: 'https://rumfest-berlin.com/en/rum-awards-en/',
248
+ }),
242
249
  catador_wine_awards: award({
243
250
  key: 'catador_wine_awards',
244
251
  label: 'Catador Wine Awards',
@@ -323,6 +323,12 @@ const validValues = {
323
323
  'p_100',
324
324
  ],
325
325
  },
326
+ de_german_rum_awards: {
327
+ key: 'de_german_rum_awards',
328
+ title: 'German Rum Awards',
329
+ form: {},
330
+ medals: ['medal_bestInShow','gold', 'silver', 'bronze'],
331
+ },
326
332
  catador_wine_awards: {
327
333
  key: 'catador_wine_awards',
328
334
  title: 'Catador Wine Awards',