bug: npm package seems outdated
Did you check existing issues?
- [x] I have read all the tree-sitter docs if it relates to using the parser
- [x] I have searched the existing issues
Tree-Sitter CLI Version, if relevant (output of tree-sitter --version)
No response
Describe the bug
https://www.npmjs.com/package/@tree-sitter-grammars/tree-sitter-markdown?activeTab=versions
0.3.2 • Public • Published 7 months ago
But the latest release seems to be 0.4.1 ?
Steps To Reproduce/Bad Parse Tree
n/a
Expected Behavior/Parse Tree
n/a
Repro
No response
Same with PyPI, crates.io and possibly more that I haven't checked. Is there a deliberate reason to hold those back to v0.3.2 or you just forgot about it?
The error on publish suggests that npm is not logged in or does not have access to the package.
npm error code E404
npm error 404 Not Found - PUT https://registry.npmjs.org/@tree-sitter-grammars%2ftree-sitter-markdown - Not found
Perhaps a new token needs to be configured?
https://github.com/tree-sitter-grammars/tree-sitter-markdown/blob/2dfd57f547f06ca5631a80f601e129d73fc8e9f0/.github/workflows/publish.yml#L13-L14
The tree-sitter-yaml release failed with the same error so I created a new token with read-write access to all of the organization's packages just to be safe but it still failed.