You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of writing this issue, the latest version tag for @typespec/compiler is currently 0.56.0, which was published 14 hours ago. However, the latest version tag for @typespec/tspd is currently 0.47.0-dev.0, which was published 3 months ago.
This is causing an issue because I was trying to use the gen-extern-signatures command but that was first added 2 months ago and is not present in the latest published version. As a side node, there are also some required dependencies only being listed in devDependencies that should either be moved to dependencies or listed as peerDependencies (typedoc and typedoc-plugin-markdown).
Hi @smbecker this is by design(The original release was more of a failure in our pipeline) as the package is not very stable for now, specially the decorator signature generation. After the merge of the value PR #3022 there is a decent amount of work to add to tspd to support object and array values nicely but I think after that we could consider releasing it and collecting feedback.
And good point about the depencencies issues, we'll have to fix that before the release
timotheeguerin
changed the title
[Bug]: tspd is not released with the rest of the packages
Release of tspd package
May 8, 2024
Bummer but thanks for the response @timotheeguerin. I was trying to do something similar to @typespec/protobuf but for graphql schemas and ran into the missing command. Obviously, that library can leverage it since it is part of the workspace but unfortunately, I can't. I'll keep an eye on this issue for if/when it ever gets released. In the meantime, I'll just work-around it.
Describe the bug
As of writing this issue, the
latest
version tag for @typespec/compiler is currently0.56.0
, which was published 14 hours ago. However, thelatest
version tag for @typespec/tspd is currently0.47.0-dev.0
, which was published 3 months ago.This is causing an issue because I was trying to use the
gen-extern-signatures
command but that was first added 2 months ago and is not present in the latest published version. As a side node, there are also some required dependencies only being listed indevDependencies
that should either be moved todependencies
or listed aspeerDependencies
(typedoc
andtypedoc-plugin-markdown
).Reproduction
NA
Checklist
The text was updated successfully, but these errors were encountered: