catchup-library-web 1.18.6 → 1.18.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
|
@@ -8386,7 +8386,7 @@ var retrieveProvinceNameOptionList = () => {
|
|
|
8386
8386
|
{ parent: "TURKEY", value: "IZMIR", text: "\u0130zmir", code: "35" },
|
|
8387
8387
|
// { parent: "TURKEY", value: "KARS", text: "Kars", code: "36" },
|
|
8388
8388
|
// { parent: "TURKEY", value: "KASTAMONU", text: "Kastamonu", code: "37" },
|
|
8389
|
-
|
|
8389
|
+
{ parent: "TURKEY", value: "KAYSERI", text: "Kayseri", code: "38" },
|
|
8390
8390
|
// { parent: "TURKEY", value: "KIRKLARELI", text: "Kırklareli", code: "39" },
|
|
8391
8391
|
// { parent: "TURKEY", value: "KIRSEHIR", text: "Kırşehir", code: "40" },
|
|
8392
8392
|
{ parent: "TURKEY", value: "KOCAELI", text: "Kocaeli", code: "41" },
|
package/dist/index.mjs
CHANGED
|
@@ -8170,7 +8170,7 @@ var retrieveProvinceNameOptionList = () => {
|
|
|
8170
8170
|
{ parent: "TURKEY", value: "IZMIR", text: "\u0130zmir", code: "35" },
|
|
8171
8171
|
// { parent: "TURKEY", value: "KARS", text: "Kars", code: "36" },
|
|
8172
8172
|
// { parent: "TURKEY", value: "KASTAMONU", text: "Kastamonu", code: "37" },
|
|
8173
|
-
|
|
8173
|
+
{ parent: "TURKEY", value: "KAYSERI", text: "Kayseri", code: "38" },
|
|
8174
8174
|
// { parent: "TURKEY", value: "KIRKLARELI", text: "Kırklareli", code: "39" },
|
|
8175
8175
|
// { parent: "TURKEY", value: "KIRSEHIR", text: "Kırşehir", code: "40" },
|
|
8176
8176
|
{ parent: "TURKEY", value: "KOCAELI", text: "Kocaeli", code: "41" },
|
package/package.json
CHANGED
|
@@ -684,7 +684,7 @@ export const retrieveProvinceNameOptionList = () => {
|
|
|
684
684
|
{ parent: "TURKEY", value: "IZMIR", text: "İzmir", code: "35" },
|
|
685
685
|
// { parent: "TURKEY", value: "KARS", text: "Kars", code: "36" },
|
|
686
686
|
// { parent: "TURKEY", value: "KASTAMONU", text: "Kastamonu", code: "37" },
|
|
687
|
-
|
|
687
|
+
{ parent: "TURKEY", value: "KAYSERI", text: "Kayseri", code: "38" },
|
|
688
688
|
// { parent: "TURKEY", value: "KIRKLARELI", text: "Kırklareli", code: "39" },
|
|
689
689
|
// { parent: "TURKEY", value: "KIRSEHIR", text: "Kırşehir", code: "40" },
|
|
690
690
|
{ parent: "TURKEY", value: "KOCAELI", text: "Kocaeli", code: "41" },
|