@bottlebooks/valid-values 10.22.1 → 10.23.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.23.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.22.1...@bottlebooks/valid-values@10.23.0) (2024-04-15)
7
+
8
+ ### Bug Fixes
9
+
10
+ - add \_es prefix; ([3308d35](https://github.com/bottlebooks/bottlebooks/commit/3308d35798534ecc8bf3abe3c4672a5b37c890a9))
11
+
12
+ ### Features
13
+
14
+ - add sustainable certification to the list ([ff02c44](https://github.com/bottlebooks/bottlebooks/commit/ff02c444d5821d626c1893964356574c99ae87f6))
15
+
6
16
  ## [10.22.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.22.0...@bottlebooks/valid-values@10.22.1) (2024-04-12)
7
17
 
8
18
  **Note:** Version bump only for package @bottlebooks/valid-values
@@ -31,6 +31,7 @@ declare const allCertifications: {
31
31
  readonly b_corp: Certification;
32
32
  readonly certifiedOrganicEU: Certification;
33
33
  readonly us_sustainable_washington: Certification;
34
+ readonly es_swfcp: Certification;
34
35
  };
35
36
  export type CertificationKey = keyof typeof allCertifications;
36
37
  export default allCertifications;
@@ -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;CAAG;AAKnC,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;CAAG;AAKnC,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Sb,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAE9D,eAAe,iBAAiB,CAAC"}
@@ -300,6 +300,16 @@ var allCertifications = {
300
300
  metadata: {
301
301
  tags: ['internationalCertification']
302
302
  }
303
+ }),
304
+ es_swfcp: certification({
305
+ key: 'es_swfcp',
306
+ label: 'Sustainable Wineries for Climate Protection',
307
+ data: {
308
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/es_swfcp.jpeg'
309
+ },
310
+ metadata: {
311
+ tags: ['internationalCertification']
312
+ }
303
313
  })
304
314
  };
305
315
  var _default = allCertifications;
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.22.1",
5
+ "version": "10.23.0",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -34,5 +34,5 @@
34
34
  "dependencies": {
35
35
  "@lingui/core": "3.14.0"
36
36
  },
37
- "gitHead": "bd26e558b721383d0660e320a52bd418212be80c"
37
+ "gitHead": "f74e6371d849b9c2ab59f471f0a96890a4df9821"
38
38
  }
@@ -303,6 +303,16 @@ const allCertifications = {
303
303
  tags: ['internationalCertification'],
304
304
  },
305
305
  }),
306
+ es_swfcp: certification({
307
+ key: 'es_swfcp',
308
+ label: 'Sustainable Wineries for Climate Protection',
309
+ data: {
310
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/es_swfcp.jpeg',
311
+ },
312
+ metadata: {
313
+ tags: ['internationalCertification'],
314
+ },
315
+ }),
306
316
  } as const;
307
317
 
308
318
  export type CertificationKey = keyof typeof allCertifications;