@lumis-sh/wasm-jinja_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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -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/cathaysia/tree-sitter-jinja.git](https://github.com/cathaysia/tree-sitter-jinja.git) | 0.0.1 | 413dba9fea354b62f6adada1815b2f504e32ffb5 |
13
+ | [https://github.com/cathaysia/tree-sitter-jinja.git](https://github.com/cathaysia/tree-sitter-jinja.git) | 0.12.0 | 413dba9fea354b62f6adada1815b2f504e32ffb5 |
14
14
 
15
15
  ## CDN
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumis-sh/wasm-jinja_inline",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "type": "module",
5
5
  "description": "Tree-sitter WASM grammar for jinja_inline",
6
6
  "author": "Leandro Pereira",
@@ -20,7 +20,7 @@
20
20
  "lumis": {
21
21
  "language": "jinja_inline",
22
22
  "parser": "tree-sitter-jinja_inline",
23
- "upstreamVersion": "0.0.1",
23
+ "upstreamVersion": "0.12.0",
24
24
  "rev": "413dba9fea354b62f6adada1815b2f504e32ffb5",
25
25
  "treeSitter": "0.26"
26
26
  },