diff --git a/docs/js/main.bundle.js b/docs/js/main.bundle.js index 435d6be..4f6f0be 100644 --- a/docs/js/main.bundle.js +++ b/docs/js/main.bundle.js @@ -11128,7 +11128,7 @@ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { - if (e.indexOf(n) >= 0) continue; + if (e.includes(n)) continue; t[n] = r[n]; } return t; diff --git a/src/packageList/index.json b/src/packageList/index.json index 74da4e3..d2e1273 100644 --- a/src/packageList/index.json +++ b/src/packageList/index.json @@ -1,6 +1,6 @@ { "metadata": { - "date": "2024-07-11T11:24:12.699" + "date": "2024-07-11T20:26:34.510" }, "packages": { "HPC": {