@bottlebooks/valid-values 5.0.0 → 5.1.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
+ # [5.1.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@5.0.0...@bottlebooks/valid-values@5.1.0) (2023-02-20)
7
+
8
+
9
+ ### Features
10
+
11
+ * Add Tuscany subregion: Valdarno di Sopra ([259939f](https://github.com/bottlebooks/bottlebooks/commit/259939fb33b9566ae3a7a5e10395491b9cfebbf6))
12
+
13
+
14
+
15
+
16
+
6
17
  # [5.0.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@4.2.2...@bottlebooks/valid-values@5.0.0) (2023-02-15)
7
18
 
8
19
  ### Bug Fixes
@@ -1,5 +1,5 @@
1
- import { ValidValueDefinition } from '../types/ValidValueDefinition';
2
- import { SubregionKey } from '../subregion/subregion';
1
+ import type { ValidValueDefinition } from '../types/ValidValueDefinition';
2
+ import type { SubregionKey } from '../subregion/subregion';
3
3
  export interface Region extends ValidValueDefinition {
4
4
  subregions?: readonly SubregionKey[];
5
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"region.d.ts","sourceRoot":"","sources":["../../../src/validValues/region/region.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAGtD,MAAM,WAAW,MAAO,SAAQ,oBAAoB;IAClD,UAAU,CAAC,EAAE,SAAS,YAAY,EAAE,CAAC;CACtC;AAKD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmtKN,CAAC;AAEX,oBAAY,SAAS,GAAG,MAAM,OAAO,UAAU,CAAC;AAEhD,eAAO,MAAM,SAAS,IAQhB,CAAC;AAEP,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"region.d.ts","sourceRoot":"","sources":["../../../src/validValues/region/region.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAG3D,MAAM,WAAW,MAAO,SAAQ,oBAAoB;IAClD,UAAU,CAAC,EAAE,SAAS,YAAY,EAAE,CAAC;CACtC;AAKD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAotKN,CAAC;AAEX,oBAAY,SAAS,GAAG,MAAM,OAAO,UAAU,CAAC;AAEhD,eAAO,MAAM,SAAS,IAQhB,CAAC;AAEP,eAAe,UAAU,CAAC"}
@@ -3235,7 +3235,7 @@ var allRegions = {
3235
3235
  id: 'validValues.region.it_toskana',
3236
3236
  message: 'Tuscany'
3237
3237
  },
3238
- subregions: ['it_toskana_chianti', 'it_toskana_chianti_classico', 'it_toscana_vin_santo_chianti_classico', 'it_toskana_brunello', 'it_toskana_maremma_toscana', 'it_toskana_morellino_scansano', 'it_toskana_bolgheri', 'all_no-subregion']
3238
+ subregions: ['it_toskana_chianti', 'it_toskana_chianti_classico', 'it_toscana_vin_santo_chianti_classico', 'it_toskana_brunello', 'it_toskana_maremma_toscana', 'it_toskana_morellino_scansano', 'it_toskana_bolgheri', 'it_toskana_valdarno_di_sopra', 'all_no-subregion']
3239
3239
  }),
3240
3240
  it_trentino: region({
3241
3241
  key: 'it_trentino',