Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] TypeScript generator docs list wrong latest version #3256

Open
mstade opened this issue Mar 24, 2024 · 2 comments
Open

[Bug] TypeScript generator docs list wrong latest version #3256

mstade opened this issue Mar 24, 2024 · 2 comments
Assignees
Labels
fern docs Improvements to the Fern Docs product

Comments

@mstade
Copy link

mstade commented Mar 24, 2024

Describe the Bug

The latest TypeScript browser generator version according to the docs is 0.9.5, see: https://docs.buildwithfern.com/generate-sd-ks/generators/type-script-browser-sdk

The same is true for the node generator. Furthermore, the link to the source is wrong: https://github.com/fern-api/fern-typescript

Meanwhile, the Fern repo readme lists these versions: https://github.com/fern-api/fern?tab=readme-ov-file#sdk-generators

In that table (and at the time of writing this issue) the latest version is 0.12.8. This version does not seem correct either, here's the output of trying to run that version:

[management]: ✓ All checks passed
[management]: fernapi/fern-typescript-browser-sdk (HTTP code 404) unexpected - manifest for fernapi/fern-typescript-browser-sdk:0.12.8 not found: manifest unknown: manifest unknown 
┌─
│ x  fernapi/fern-typescript-browser-sdk
└─

It does seem to work with 0.12.7 however.

Information to Reproduce

CLI Version

0.19.18

Actual Behavior

The docs list the wrong latest version and the link to the generator source is wrong.

Expected Behavior

The docs should list the correct latest versions and not have broken links.

API Definition (if relevant)

n/a

Additional Context

n/a

@mstade mstade added the fern docs Improvements to the Fern Docs product label Mar 24, 2024
@abvthecity
Copy link
Contributor

Hey @mstade thanks for the bug report. looks like 0.12.8 failed to publish. And that's a great point, we'll update the docs soon with the right versions.

@mstade
Copy link
Author

mstade commented Mar 28, 2024

So it turns out it looks like you link to two different deployments of your docs:

The latter seems to be more updated, but not 100% in line with actual changelogs in the generators it seems – the TypeScript generator page for example states 0.12.6 as the latest version but in actuality it's 0.12.9 as stated in the changelog.

I'm sure I'm not the only one who's gotten turned around a few times by this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fern docs Improvements to the Fern Docs product
Development

No branches or pull requests

2 participants