tree-sitter-markdown icon indicating copy to clipboard operation
tree-sitter-markdown copied to clipboard

bug: npm package seems outdated

Open dstoc opened this issue 8 months ago • 3 comments

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

dstoc avatar Apr 10 '25 12:04 dstoc

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?

gepbird avatar Jul 12 '25 08:07 gepbird

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

dstoc avatar Sep 24 '25 02:09 dstoc

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.

ObserverOfTime avatar Oct 07 '25 15:10 ObserverOfTime