@idm-plugin/meteo2 0.4.3 → 0.4.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 CHANGED
@@ -1659,9 +1659,9 @@ class C0 {
1659
1659
  const p = [];
1660
1660
  for (let A = 0; A < b.length; A++) {
1661
1661
  const q = b[A];
1662
- ["ecmwf_wam025", "meteofrance_wave", "ewam", "gwam", "era5_ocean"].includes(q) ? p.push("meteofrance_currents", q) : ["gfswave", "ncep_gfswave025", "ncep_gfswave016"].includes(q) ? p.push("meteofrance_currents", "ncep_gfswave025", "ncep_gfswave016") : p.push("best_match");
1662
+ ["ecmwf_wam025", "meteofrance_wave", "ewam", "gwam", "era5_ocean"].includes(q) ? p.push("meteofrance_currents", q) : ["gfswave", "ncep_gfswave025", "ncep_gfswave016"].includes(q) ? p.push("meteofrance_currents", "ncep_gfswave025") : p.push("best_match");
1663
1663
  }
1664
- const O = p.reduce((A, q) => (A.includes(q) || A.push(q), A), []), o = ["best_match", "meteofrance_currents", "meteofrance_wave", "ecmwf_wam025", "ncep_gfswave025", "gwam", "era5_ocean", "ewam", "ncep_gfswave016"];
1664
+ const O = p.reduce((A, q) => (A.includes(q) || A.push(q), A), []), o = ["best_match", "meteofrance_currents", "meteofrance_wave", "ecmwf_wam025", "ncep_gfswave025", "gwam", "era5_ocean", "ewam"];
1665
1665
  return O.sort((A, q) => {
1666
1666
  const X = o.indexOf(A), R = o.indexOf(q);
1667
1667
  return X - R;