@konomanoasa/tree-sitter-awk 0.2.0 → 0.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konomanoasa/tree-sitter-awk",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Tree-sitter grammar for POSIX awk.",
5
5
  "license": "MIT",
6
6
  "repository": "git+https://github.com/konomanoasa/tree-sitter-awk.git",
package/src/parser.c CHANGED
@@ -657407,7 +657407,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_awk(void) {
657407
657407
  .max_reserved_word_set_size = 0,
657408
657408
  .metadata = {
657409
657409
  .major_version = 0,
657410
- .minor_version = 2,
657410
+ .minor_version = 3,
657411
657411
  .patch_version = 0,
657412
657412
  },
657413
657413
  };
package/tree-sitter.json CHANGED
@@ -11,7 +11,7 @@
11
11
  }
12
12
  ],
13
13
  "metadata": {
14
- "version": "0.2.0",
14
+ "version": "0.3.0",
15
15
  "license": "MIT",
16
16
  "description": "Tree-sitter grammar for POSIX awk.",
17
17
  "authors": [