@bottlebooks/valid-values 10.56.0 → 10.56.2-alpha.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.56.2-alpha.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.56.1...@bottlebooks/valid-values@10.56.2-alpha.0) (2025-05-28)
7
+
8
+ **Note:** Version bump only for package @bottlebooks/valid-values
9
+
10
+ ## [10.56.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.56.0...@bottlebooks/valid-values@10.56.1) (2025-05-28)
11
+
12
+ ### Bug Fixes
13
+
14
+ - german translation of antioxidants group ([ad8e58d](https://github.com/bottlebooks/bottlebooks/commit/ad8e58d4a55e0ddb92868ef17ec5090e2a7050b7))
15
+
6
16
  # [10.56.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.55.0...@bottlebooks/valid-values@10.56.0) (2025-05-27)
7
17
 
8
18
  ### Features
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=country.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../../src/validValues/json/country.js"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/validValues/otherTranslations/locales/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0qD,CAAC"}
1
+ {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/validValues/otherTranslations/locales/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAksD,CAAC"}
@@ -11,8 +11,8 @@ var messages = {
11
11
  "contains": "enthält",
12
12
  "ingredientTag.ACIDITY_REGULATOR": "Säureregulatoren",
13
13
  "ingredientTag.ACIDITY_REGULATOR.many": "Säureregulatoren",
14
- "ingredientTag.ANTIOXIDANT": "Antioxidantien",
15
- "ingredientTag.ANTIOXIDANT.many": "Antioxidantien",
14
+ "ingredientTag.ANTIOXIDANT": "Antioxidationsmittel",
15
+ "ingredientTag.ANTIOXIDANT.many": "Antioxidationsmittel",
16
16
  "ingredientTag.CLARIFING_AGENT": "Klärmittel",
17
17
  "ingredientTag.CLARIFING_AGENT.many": "Klärmittel",
18
18
  "ingredientTag.CLARIFYING_AGENT": "Klärmittel",
@@ -25,8 +25,8 @@ var messages = {
25
25
  "ingredientTag.OTHER_INGREDIENT.many": "Andere Zutaten",
26
26
  "ingredientTag.PRESERVATIVE": "Konservierungsstoffe",
27
27
  "ingredientTag.PRESERVATIVE.many": "Konservierungsstoffe",
28
- "ingredientTag.PRESERVATIVE_ANTIOXIDANT": "Konservierungsstoffe und Antioxidantien",
29
- "ingredientTag.PRESERVATIVE_ANTIOXIDANT.many": "Konservierungsstoffe und Antioxidantien",
28
+ "ingredientTag.PRESERVATIVE_ANTIOXIDANT": "Konservierungsstoffe und Antioxidationsmittel",
29
+ "ingredientTag.PRESERVATIVE_ANTIOXIDANT.many": "Konservierungsstoffe und Antioxidationsmittel",
30
30
  "ingredientTag.RAW_MATERIAL": "Rohmaterial",
31
31
  "ingredientTag.RAW_MATERIAL.many": "Rohmaterialien",
32
32
  "ingredientTag.STABILISER": "Stabilisatoren",
@@ -0,0 +1,13 @@
1
+ import type { Subregion } from './subregion';
2
+ interface DeprecatedSubregion extends Subregion {
3
+ isDeprecated: true;
4
+ metadata: {
5
+ deprecationDescription: string;
6
+ deprecatedFrom: string;
7
+ };
8
+ }
9
+ declare const allDeprecatedSubregions: {
10
+ readonly fr_sevre_et_maine: DeprecatedSubregion;
11
+ };
12
+ export default allDeprecatedSubregions;
13
+ //# sourceMappingURL=deprecatedSubregion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deprecatedSubregion.d.ts","sourceRoot":"","sources":["../../../src/validValues/subregion/deprecatedSubregion.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,UAAU,mBAAoB,SAAQ,SAAS;IAC7C,YAAY,EAAE,IAAI,CAAC;IACnB,QAAQ,EAAE;QACR,sBAAsB,EAAE,MAAM,CAAC;QAC/B,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;CACH;AAKD,QAAA,MAAM,uBAAuB;;CAcnB,CAAC;AAEX,eAAe,uBAAuB,CAAC"}
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.56.0",
5
+ "version": "10.56.2-alpha.0",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -37,5 +37,5 @@
37
37
  "dependencies": {
38
38
  "@lingui/core": "3.14.0"
39
39
  },
40
- "gitHead": "ddea6fc783fcfadbea17c9f83bde21bcd9f96dc4"
40
+ "gitHead": "4916218038f8275bed9c2de2f80a38dbf0e9f376"
41
41
  }
@@ -31,11 +31,11 @@ msgstr "Säureregulatoren"
31
31
 
32
32
  #: src/validValues/otherTranslations/otherTranslations.ts
33
33
  msgid "ingredientTag.ANTIOXIDANT"
34
- msgstr "Antioxidantien"
34
+ msgstr "Antioxidationsmittel"
35
35
 
36
36
  #: src/validValues/otherTranslations/otherTranslations.ts
37
37
  msgid "ingredientTag.ANTIOXIDANT.many"
38
- msgstr "Antioxidantien"
38
+ msgstr "Antioxidationsmittel"
39
39
 
40
40
  #: src/validValues/otherTranslations/otherTranslations.ts
41
41
  #~ msgid "ingredientTag.CLARIFING_AGENT"
@@ -87,11 +87,11 @@ msgstr "Konservierungsstoffe"
87
87
 
88
88
  #: src/validValues/otherTranslations/otherTranslations.ts
89
89
  msgid "ingredientTag.PRESERVATIVE_ANTIOXIDANT"
90
- msgstr "Konservierungsstoffe und Antioxidantien"
90
+ msgstr "Konservierungsstoffe und Antioxidationsmittel"
91
91
 
92
92
  #: src/validValues/otherTranslations/otherTranslations.ts
93
93
  msgid "ingredientTag.PRESERVATIVE_ANTIOXIDANT.many"
94
- msgstr "Konservierungsstoffe und Antioxidantien"
94
+ msgstr "Konservierungsstoffe und Antioxidationsmittel"
95
95
 
96
96
  #: src/validValues/otherTranslations/otherTranslations.ts
97
97
  msgid "ingredientTag.RAW_MATERIAL"
@@ -1 +1 @@
1
- /*eslint-disable*/export const messages={"and/or":"und/oder","contains":"enthält","ingredientTag.ACIDITY_REGULATOR":"Säureregulatoren","ingredientTag.ACIDITY_REGULATOR.many":"Säureregulatoren","ingredientTag.ANTIOXIDANT":"Antioxidantien","ingredientTag.ANTIOXIDANT.many":"Antioxidantien","ingredientTag.CLARIFING_AGENT":"Klärmittel","ingredientTag.CLARIFING_AGENT.many":"Klärmittel","ingredientTag.CLARIFYING_AGENT":"Klärmittel","ingredientTag.CLARIFYING_AGENT.many":"Klärmittel","ingredientTag.COLOUR":"Farbstoffe","ingredientTag.COLOUR.many":"Farbstoffe","ingredientTag.ENRICHMENT_SUBSTANCE":"Anreicherungssubstanz","ingredientTag.ENRICHMENT_SUBSTANCE.many":"Anreicherungssubstanzen","ingredientTag.OTHER_INGREDIENT":"Andere Zutat","ingredientTag.OTHER_INGREDIENT.many":"Andere Zutaten","ingredientTag.PRESERVATIVE":"Konservierungsstoffe","ingredientTag.PRESERVATIVE.many":"Konservierungsstoffe","ingredientTag.PRESERVATIVE_ANTIOXIDANT":"Konservierungsstoffe und Antioxidantien","ingredientTag.PRESERVATIVE_ANTIOXIDANT.many":"Konservierungsstoffe und Antioxidantien","ingredientTag.RAW_MATERIAL":"Rohmaterial","ingredientTag.RAW_MATERIAL.many":"Rohmaterialien","ingredientTag.STABILISER":"Stabilisatoren","ingredientTag.STABILISER.many":"Stabilisatoren","ingredientTag.SWEETENER":"Süßstoff","ingredientTag.SWEETENER.many":"Süßstoffe","organicDeclaration":"* aus ökologischer Landwirtschaft","simplifiedDeclaration":["Enthält geringfügige Mengen von ",["items"]],"simplifiedDeclaration.carbohydrateSugars":"Zucker","simplifiedDeclaration.carbohydrates":"Kohlenhydraten","simplifiedDeclaration.fat":"Fett","simplifiedDeclaration.protein":"Eiweiß","simplifiedDeclaration.salt":"Salz","simplifiedDeclaration.saturatedFat":"gesättigten Fettsäuren"};
1
+ /*eslint-disable*/export const messages={"and/or":"und/oder","contains":"enthält","ingredientTag.ACIDITY_REGULATOR":"Säureregulatoren","ingredientTag.ACIDITY_REGULATOR.many":"Säureregulatoren","ingredientTag.ANTIOXIDANT":"Antioxidationsmittel","ingredientTag.ANTIOXIDANT.many":"Antioxidationsmittel","ingredientTag.CLARIFING_AGENT":"Klärmittel","ingredientTag.CLARIFING_AGENT.many":"Klärmittel","ingredientTag.CLARIFYING_AGENT":"Klärmittel","ingredientTag.CLARIFYING_AGENT.many":"Klärmittel","ingredientTag.COLOUR":"Farbstoffe","ingredientTag.COLOUR.many":"Farbstoffe","ingredientTag.ENRICHMENT_SUBSTANCE":"Anreicherungssubstanz","ingredientTag.ENRICHMENT_SUBSTANCE.many":"Anreicherungssubstanzen","ingredientTag.OTHER_INGREDIENT":"Andere Zutat","ingredientTag.OTHER_INGREDIENT.many":"Andere Zutaten","ingredientTag.PRESERVATIVE":"Konservierungsstoffe","ingredientTag.PRESERVATIVE.many":"Konservierungsstoffe","ingredientTag.PRESERVATIVE_ANTIOXIDANT":"Konservierungsstoffe und Antioxidationsmittel","ingredientTag.PRESERVATIVE_ANTIOXIDANT.many":"Konservierungsstoffe und Antioxidationsmittel","ingredientTag.RAW_MATERIAL":"Rohmaterial","ingredientTag.RAW_MATERIAL.many":"Rohmaterialien","ingredientTag.STABILISER":"Stabilisatoren","ingredientTag.STABILISER.many":"Stabilisatoren","ingredientTag.SWEETENER":"Süßstoff","ingredientTag.SWEETENER.many":"Süßstoffe","organicDeclaration":"* aus ökologischer Landwirtschaft","simplifiedDeclaration":["Enthält geringfügige Mengen von ",["items"]],"simplifiedDeclaration.carbohydrateSugars":"Zucker","simplifiedDeclaration.carbohydrates":"Kohlenhydraten","simplifiedDeclaration.fat":"Fett","simplifiedDeclaration.protein":"Eiweiß","simplifiedDeclaration.salt":"Salz","simplifiedDeclaration.saturatedFat":"gesättigten Fettsäuren"};