@uniai-fe/ui-legacy 0.1.3 → 0.1.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/ui-legacy",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Legacy UI Toolkit for UNIAI FE Projects",
5
5
  "type": "module",
6
6
  "private": false,
@@ -28,7 +28,7 @@ import {
28
28
  * "본 저작물은 기상청에서 'OO년'작성하여 공공누리 제1유형으로 개방한 '저작물명(작성자:OOO)'을 이용하였으며, 해당 저작물은 '기상청 API허브(apihub.kma.go.kr)에서 무료로 다운받으실 수 있습니다."
29
29
  */
30
30
 
31
- const API_BASE = "https://apihub.kma.go.kr";
31
+ const API_BASE = "https://apihub.kma.go.kr/api";
32
32
  /**
33
33
  * 기상청 API; 날씨정보 URL
34
34
  */
@@ -136,7 +136,6 @@ export const routeWeatherKoreaForecast = async ({
136
136
  routeUrl,
137
137
  searchParams,
138
138
  }: {
139
- domain: string;
140
139
  authKey: string;
141
140
  routeUrl: string;
142
141
  searchParams: URLSearchParams;