@bottlebooks/valid-values 10.33.4 → 10.33.6
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,14 @@
|
|
|
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.33.6](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.33.5...@bottlebooks/valid-values@10.33.6) (2024-11-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
9
|
+
|
|
10
|
+
## [10.33.5](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.33.4...@bottlebooks/valid-values@10.33.5) (2024-10-30)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
13
|
+
|
|
6
14
|
## [10.33.4](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.33.3...@bottlebooks/valid-values@10.33.4) (2024-10-29)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
@@ -1514,6 +1514,8 @@ declare const allVarietyNames: {
|
|
|
1514
1514
|
readonly Meksassi: VarietyName;
|
|
1515
1515
|
readonly Obaideh: VarietyName;
|
|
1516
1516
|
readonly Zitani: VarietyName;
|
|
1517
|
+
readonly Bayadi: VarietyName;
|
|
1518
|
+
readonly Yaacoubi: VarietyName;
|
|
1517
1519
|
readonly Zweigelt: VarietyName;
|
|
1518
1520
|
readonly 'Hondarrabi Zuri': VarietyName;
|
|
1519
1521
|
readonly 'Petite Sirah': VarietyName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"varietyName.d.ts","sourceRoot":"","sources":["../../../src/validValues/varietyName/varietyName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,UAAU,WAAY,SAAQ,oBAAoB;IAChD,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAKD,QAAA,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"varietyName.d.ts","sourceRoot":"","sources":["../../../src/validValues/varietyName/varietyName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,UAAU,WAAY,SAAQ,oBAAoB;IAChD,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAKD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22PX,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,eAAe,CAAC;AAC1D,eAAe,eAAe,CAAC"}
|
|
@@ -6057,6 +6057,14 @@ var allVarietyNames = {
|
|
|
6057
6057
|
key: 'Zitani',
|
|
6058
6058
|
label: 'Zitani'
|
|
6059
6059
|
}),
|
|
6060
|
+
Bayadi: varietyName({
|
|
6061
|
+
key: 'Bayadi',
|
|
6062
|
+
label: 'Bayadi'
|
|
6063
|
+
}),
|
|
6064
|
+
Yaacoubi: varietyName({
|
|
6065
|
+
key: 'Yaacoubi',
|
|
6066
|
+
label: 'Yaacoubi'
|
|
6067
|
+
}),
|
|
6060
6068
|
Zweigelt: varietyName({
|
|
6061
6069
|
key: 'Zweigelt',
|
|
6062
6070
|
label: 'Zweigelt'
|
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.33.
|
|
5
|
+
"version": "10.33.6",
|
|
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": "
|
|
39
|
+
"gitHead": "1d964d7e51b0d23e45967caca61b48db66f0f622"
|
|
40
40
|
}
|
|
@@ -6054,6 +6054,14 @@ const allVarietyNames = {
|
|
|
6054
6054
|
key: 'Zitani',
|
|
6055
6055
|
label: 'Zitani',
|
|
6056
6056
|
}),
|
|
6057
|
+
Bayadi: varietyName({
|
|
6058
|
+
key: 'Bayadi',
|
|
6059
|
+
label: 'Bayadi',
|
|
6060
|
+
}),
|
|
6061
|
+
Yaacoubi: varietyName({
|
|
6062
|
+
key: 'Yaacoubi',
|
|
6063
|
+
label: 'Yaacoubi',
|
|
6064
|
+
}),
|
|
6057
6065
|
Zweigelt: varietyName({
|
|
6058
6066
|
key: 'Zweigelt',
|
|
6059
6067
|
label: 'Zweigelt',
|