Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jul 29, 2023
1 parent ab10303 commit 6768c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ async function main() {
await exec("npm view typedoc@* versions --json")
).filter((s: unknown) => typeof s === "string" && !s.includes("-"));

console.log(typedocVersions.slice(-10));

const checkVersions = [typedocVersions[typedocVersions.length - 1]];
let index = typedocVersions.length - 1;
let lastMinor = semver.parse(checkVersions[0])!.minor;
Expand Down

0 comments on commit 6768c55

Please sign in to comment.