catchup-library-web 2.0.6 → 2.0.7

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/dist/index.js CHANGED
@@ -8852,7 +8852,7 @@ var retrieveProvinceNameOptionList = () => {
8852
8852
  { parent: "TURKEY", value: "BURSA", text: "Bursa", code: "16" },
8853
8853
  // { parent: "TURKEY", value: "CANAKKALE", text: "Çanakkale", code: "17" },
8854
8854
  // { parent: "TURKEY", value: "CANKIRI", text: "Çankırı", code: "18" },
8855
- // { parent: "TURKEY", value: "CORUM", text: "Çorum", code: "19" },
8855
+ { parent: "TURKEY", value: "CORUM", text: "\xC7orum", code: "19" },
8856
8856
  { parent: "TURKEY", value: "DENIZLI", text: "Denizli", code: "20" },
8857
8857
  { parent: "TURKEY", value: "DIYARBAKIR", text: "Diyarbak\u0131r", code: "21" },
8858
8858
  // { parent: "TURKEY", value: "EDIRNE", text: "Edirne", code: "22" },
package/dist/index.mjs CHANGED
@@ -8629,7 +8629,7 @@ var retrieveProvinceNameOptionList = () => {
8629
8629
  { parent: "TURKEY", value: "BURSA", text: "Bursa", code: "16" },
8630
8630
  // { parent: "TURKEY", value: "CANAKKALE", text: "Çanakkale", code: "17" },
8631
8631
  // { parent: "TURKEY", value: "CANKIRI", text: "Çankırı", code: "18" },
8632
- // { parent: "TURKEY", value: "CORUM", text: "Çorum", code: "19" },
8632
+ { parent: "TURKEY", value: "CORUM", text: "\xC7orum", code: "19" },
8633
8633
  { parent: "TURKEY", value: "DENIZLI", text: "Denizli", code: "20" },
8634
8634
  { parent: "TURKEY", value: "DIYARBAKIR", text: "Diyarbak\u0131r", code: "21" },
8635
8635
  // { parent: "TURKEY", value: "EDIRNE", text: "Edirne", code: "22" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -665,7 +665,7 @@ export const retrieveProvinceNameOptionList = () => {
665
665
  { parent: "TURKEY", value: "BURSA", text: "Bursa", code: "16" },
666
666
  // { parent: "TURKEY", value: "CANAKKALE", text: "Çanakkale", code: "17" },
667
667
  // { parent: "TURKEY", value: "CANKIRI", text: "Çankırı", code: "18" },
668
- // { parent: "TURKEY", value: "CORUM", text: "Çorum", code: "19" },
668
+ { parent: "TURKEY", value: "CORUM", text: "Çorum", code: "19" },
669
669
  { parent: "TURKEY", value: "DENIZLI", text: "Denizli", code: "20" },
670
670
  { parent: "TURKEY", value: "DIYARBAKIR", text: "Diyarbakır", code: "21" },
671
671
  // { parent: "TURKEY", value: "EDIRNE", text: "Edirne", code: "22" },