@bottlebooks/valid-values 10.31.0 → 10.31.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,6 +3,10 @@
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.31.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.31.0...@bottlebooks/valid-values@10.31.1) (2024-07-25)
7
+
8
+ **Note:** Version bump only for package @bottlebooks/valid-values
9
+
6
10
  # [10.31.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.30.1...@bottlebooks/valid-values@10.31.0) (2024-07-25)
7
11
 
8
12
  ### Bug Fixes
@@ -18,6 +18,7 @@ declare const allCertifications: {
18
18
  readonly za_wwf_bwi_champion: Certification;
19
19
  readonly us_newyork_lisw: Certification;
20
20
  readonly nz_swnz: Certification;
21
+ readonly gb_sustainable_wines: Certification;
21
22
  readonly globalGap_cropsForProcessingStandard: Certification;
22
23
  readonly fair_for_life: Certification;
23
24
  readonly respectBiodyn: Certification;
@@ -1 +1 @@
1
- {"version":3,"file":"certification.d.ts","sourceRoot":"","sources":["../../../src/validValues/certification/certification.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,wBAAwB,EACxB,oBAAoB,EACpB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,MAAM,WAAW,aACf,SAAQ,oBAAoB,EAC1B,wBAAwB,EACxB,4BAA4B;IAE9B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAKD,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSb,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAE9D,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"certification.d.ts","sourceRoot":"","sources":["../../../src/validValues/certification/certification.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,wBAAwB,EACxB,oBAAoB,EACpB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,MAAM,WAAW,aACf,SAAQ,oBAAoB,EAC1B,wBAAwB,EACxB,4BAA4B;IAE9B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAKD,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8Sb,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAE9D,eAAe,iBAAiB,CAAC"}
@@ -161,6 +161,16 @@ var allCertifications = {
161
161
  tags: ['internationalCertification']
162
162
  }
163
163
  }),
164
+ gb_sustainable_wines: certification({
165
+ key: 'gb_sustainable_wines',
166
+ label: 'Sustainable Wines of Great Britain',
167
+ data: {
168
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/gb_sustainable_wines.png'
169
+ },
170
+ metadata: {
171
+ tags: ['internationalCertification']
172
+ }
173
+ }),
164
174
  globalGap_cropsForProcessingStandard: certification({
165
175
  key: 'globalGap_cropsForProcessingStandard',
166
176
  label: 'Global gap crops for processing standard',
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.31.0",
5
+ "version": "10.31.1",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -36,5 +36,5 @@
36
36
  "dependencies": {
37
37
  "@lingui/core": "3.14.0"
38
38
  },
39
- "gitHead": "abd1886d1f5c1d45c0f88a7198f5da2b95e9aefb"
39
+ "gitHead": "dc1250284dfcb3bb2a5f04907060030a1e1b7c43"
40
40
  }
@@ -166,6 +166,17 @@ const allCertifications = {
166
166
  tags: ['internationalCertification'],
167
167
  },
168
168
  }),
169
+
170
+ gb_sustainable_wines: certification({
171
+ key: 'gb_sustainable_wines',
172
+ label: 'Sustainable Wines of Great Britain',
173
+ data: {
174
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/gb_sustainable_wines.png',
175
+ },
176
+ metadata: {
177
+ tags: ['internationalCertification'],
178
+ },
179
+ }),
169
180
  globalGap_cropsForProcessingStandard: certification({
170
181
  key: 'globalGap_cropsForProcessingStandard',
171
182
  label: 'Global gap crops for processing standard',