@idmwx/idmui-gl3 4.6.3 → 4.6.4
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 +2 -2
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8937,8 +8937,8 @@ const Ub = {
|
|
|
8937
8937
|
lat: z.lat,
|
|
8938
8938
|
lng: z.lng,
|
|
8939
8939
|
datetime: M,
|
|
8940
|
-
forecastDays: 1
|
|
8941
|
-
selfHosted:
|
|
8940
|
+
forecastDays: 1
|
|
8941
|
+
// selfHosted: false
|
|
8942
8942
|
}, O = await y0.post(`${this.gateway}/api/arc/meteo2/spot/forecast`, b, {
|
|
8943
8943
|
headers: {
|
|
8944
8944
|
Authorization: this.token || this.defaultMeteoToken
|