@bottlebooks/valid-values 10.21.1 → 10.22.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,12 @@
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.22.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.21.1...@bottlebooks/valid-values@10.22.0) (2024-04-10)
7
+
8
+ ### Features
9
+
10
+ - add "Nachhaltig Austria" certification ([cb9336c](https://github.com/bottlebooks/bottlebooks/commit/cb9336ce81c0f6b206cbee005b7590034ee92a32))
11
+
6
12
  ## [10.21.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.21.0...@bottlebooks/valid-values@10.21.1) (2024-04-05)
7
13
 
8
14
  ### Bug Fixes
@@ -12,6 +12,7 @@ declare const allCertifications: {
12
12
  readonly it_green_experience_plus: Certification;
13
13
  readonly it_green_experience: Certification;
14
14
  readonly es_wineriesForClimateProtection: Certification;
15
+ readonly nachhaltig_austria: Certification;
15
16
  readonly de_bioland: Certification;
16
17
  readonly za_wwf_bwi_champion: Certification;
17
18
  readonly us_newyork_lisw: 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;CAAG;AAKnC,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyRb,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"}
@@ -111,6 +111,16 @@ var allCertifications = {
111
111
  tags: ['internationalCertification']
112
112
  }
113
113
  }),
114
+ nachhaltig_austria: certification({
115
+ key: 'nachhaltig_austria',
116
+ label: 'Nachhaltig Austria',
117
+ data: {
118
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/nachhaltig_austria.jpg'
119
+ },
120
+ metadata: {
121
+ tags: ['internationalCertification']
122
+ }
123
+ }),
114
124
  de_bioland: certification({
115
125
  key: 'de_bioland',
116
126
  label: 'Bioland',
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.21.1",
5
+ "version": "10.22.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": "84759c5477e9d0569b14968ac551aa21bc9f7740"
37
+ "gitHead": "fc0b4402fdd8dd3f4d67c3d5d22e3a9a280266a4"
38
38
  }
@@ -113,6 +113,16 @@ const allCertifications = {
113
113
  tags: ['internationalCertification'],
114
114
  },
115
115
  }),
116
+ nachhaltig_austria: certification({
117
+ key: 'nachhaltig_austria',
118
+ label: 'Nachhaltig Austria',
119
+ data: {
120
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/nachhaltig_austria.jpg',
121
+ },
122
+ metadata: {
123
+ tags: ['internationalCertification'],
124
+ },
125
+ }),
116
126
  de_bioland: certification({
117
127
  key: 'de_bioland',
118
128
  label: 'Bioland',