@lumis-sh/wasm-markdown_inline 0.26.0 → 0.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Tree-sitter WASM grammar for markdown_inline
4
4
 
5
- Built with [`tree-sitter build --wasm`](https://tree-sitter.github.io/tree-sitter/cli/build.html) `v0.26.7`
5
+ Built with [`tree-sitter build --wasm`](https://tree-sitter.github.io/tree-sitter/cli/build.html) `v0.26.9`
6
6
 
7
7
  Used by [Lumis](https://lumis.sh) and compatible with [web-tree-sitter](https://www.npmjs.com/package/web-tree-sitter) v0.26 and other WASM runtimes.
8
8
 
@@ -10,7 +10,7 @@ Used by [Lumis](https://lumis.sh) and compatible with [web-tree-sitter](https://
10
10
 
11
11
  | Parser | Version | Rev |
12
12
  | ------ | ------- | --- |
13
- | [https://github.com/tree-sitter-grammars/tree-sitter-markdown.git](https://github.com/tree-sitter-grammars/tree-sitter-markdown.git) | 0.1.0 | cee71b8288f2ec09c29415219ac15a654bd571b9 |
13
+ | [https://github.com/tree-sitter-grammars/tree-sitter-markdown.git](https://github.com/tree-sitter-grammars/tree-sitter-markdown.git) | 0.5.3 | f969cd3ae3f9fbd4e43205431d0ae286014c05b5 |
14
14
 
15
15
  ## CDN
16
16
 
package/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ declare const wasmBinary: Uint8Array
2
+ export default wasmBinary