@carsayo/types 1.1.891711 → 1.1.891713
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/data/car.d.ts +2 -2
- package/dist/data/car.js +2 -2
- package/package.json +1 -1
package/dist/data/car.d.ts
CHANGED
|
@@ -683,9 +683,9 @@ export declare const CarMakerData: readonly [{
|
|
|
683
683
|
readonly name: "BYD(비야디)";
|
|
684
684
|
readonly name_en: "BYD";
|
|
685
685
|
readonly country: "중국";
|
|
686
|
-
readonly type: "
|
|
686
|
+
readonly type: "imported";
|
|
687
687
|
readonly isSuperCar: false;
|
|
688
|
-
readonly image_url: "";
|
|
688
|
+
readonly image_url: "https://cdn.carsayo.net/carsayo/logo/maker/BYD.png";
|
|
689
689
|
}, {
|
|
690
690
|
readonly id: 288;
|
|
691
691
|
readonly name: "지리자동차";
|
package/dist/data/car.js
CHANGED
|
@@ -787,9 +787,9 @@ exports.CarMakerData = [
|
|
|
787
787
|
name: "BYD(비야디)",
|
|
788
788
|
name_en: "BYD",
|
|
789
789
|
country: "중국",
|
|
790
|
-
type: "
|
|
790
|
+
type: "imported",
|
|
791
791
|
isSuperCar: false,
|
|
792
|
-
image_url: "",
|
|
792
|
+
image_url: "https://cdn.carsayo.net/carsayo/logo/maker/BYD.png",
|
|
793
793
|
},
|
|
794
794
|
{
|
|
795
795
|
id: 288,
|