Skip to content

Commit

Permalink
Updated files after npm run build.
Browse files Browse the repository at this point in the history
  • Loading branch information
davereid-pfg committed Dec 7, 2023
1 parent 86b9011 commit 93745da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ async function getManifestURL() {
exports.getManifestURL = getManifestURL;
async function parseVersion(version) {
switch (true) {
case /^(latest|nightly|\d+\.x)$/.test(version):
case /^(latest|lowest|nightly|\d+\.x)$/.test(version):
return JSON.parse((await fetch.fetch(await getManifestURL()))['data'])[version];
default:
switch (true) {
Expand Down

0 comments on commit 93745da

Please sign in to comment.