@idm-plugin/meteo2 0.6.1 → 0.6.2
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 +1 -1
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2093,7 +2093,7 @@ class $ {
|
|
|
2093
2093
|
}), {
|
|
2094
2094
|
date: b,
|
|
2095
2095
|
//@ts-ignore
|
|
2096
|
-
model: c0[((z == null ? void 0 : z.modelIdentifier) || "").
|
|
2096
|
+
model: (c0[((z == null ? void 0 : z.modelIdentifier) || "").toUpperCase()] || "OTHER").toLowerCase(),
|
|
2097
2097
|
hours: A
|
|
2098
2098
|
};
|
|
2099
2099
|
});
|