| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,9 @@ DEPS_DIR="$BASE_DIR/deps" | |||
| 7 | 7 | [ -z "$NODE" ] && NODE="$BASE_DIR/out/Release/node" | |
| 8 | 8 | [ -x "$NODE" ] || NODE=$(command -v node) | |
| 9 | 9 | ||
| 10 | + # shellcheck disable=SC1091 | ||
| 11 | + . "$BASE_DIR/tools/dep_updaters/utils.sh" | ||
| 12 | + | ||
| 10 | 13 | NEW_VERSION="$("$NODE" --input-type=module <<'EOF' | |
| 11 | 14 | const res = await fetch('https://api.github.com/repos/simdjson/simdjson/releases/latest'); | |
| 12 | 15 | if (!res.ok) throw new Error(`FetchError: ${res.status} ${res.statusText}`, { cause: res }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments