@bottlebooks/valid-values 10.23.0 → 10.23.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,13 @@
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.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.23.0...@bottlebooks/valid-values@10.23.1) (2024-04-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - update certification label ([24784d8](https://github.com/bottlebooks/bottlebooks/commit/24784d8008610babfcee41dd9697d0fad3a42495))
11
+ - update certification logo "es_wineriesForClimateProtection"; ([f2b8906](https://github.com/bottlebooks/bottlebooks/commit/f2b8906de8003c28fe6d9e0a1b2c3d4d82b5c279))
12
+
6
13
  # [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
14
 
8
15
  ### Bug Fixes
@@ -31,7 +31,6 @@ 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;
35
34
  };
36
35
  export type CertificationKey = keyof typeof allCertifications;
37
36
  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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Sb,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSb,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAE9D,eAAe,iBAAiB,CAAC"}
@@ -103,9 +103,9 @@ var allCertifications = {
103
103
  }),
104
104
  es_wineriesForClimateProtection: certification({
105
105
  key: 'es_wineriesForClimateProtection',
106
- label: 'Wineries for Climate Protection',
106
+ label: 'Sustainable Wineries for Climate Protection',
107
107
  data: {
108
- logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/es_wineriesForClimateProtection.jpeg'
108
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/es_swfcp.jpeg'
109
109
  },
110
110
  metadata: {
111
111
  tags: ['internationalCertification']
@@ -300,16 +300,6 @@ 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
- }
313
303
  })
314
304
  };
315
305
  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.23.0",
5
+ "version": "10.23.1",
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": "f74e6371d849b9c2ab59f471f0a96890a4df9821"
37
+ "gitHead": "ad7dc9b4d184ed0a464a6aa4975cdd48f6a0ef21"
38
38
  }
@@ -105,9 +105,9 @@ const allCertifications = {
105
105
  }),
106
106
  es_wineriesForClimateProtection: certification({
107
107
  key: 'es_wineriesForClimateProtection',
108
- label: 'Wineries for Climate Protection',
108
+ label: 'Sustainable Wineries for Climate Protection',
109
109
  data: {
110
- logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/es_wineriesForClimateProtection.jpeg',
110
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/es_swfcp.jpeg',
111
111
  },
112
112
  metadata: {
113
113
  tags: ['internationalCertification'],
@@ -303,16 +303,6 @@ 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
- }),
316
306
  } as const;
317
307
 
318
308
  export type CertificationKey = keyof typeof allCertifications;