@gram-data/tree-sitter-gram 0.2.4 → 0.2.5

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.
@@ -1,6 +1,6 @@
1
1
  id = "gram"
2
2
  name = "Gram Language Support"
3
- version = "0.2.4"
3
+ version = "0.2.5"
4
4
  schema_version = 1
5
5
  authors = ["Gram Data Contributors"]
6
6
  description = "Support for Gram notation - a subject-oriented notation for structured data"
@@ -8,4 +8,4 @@ description = "Support for Gram notation - a subject-oriented notation for struc
8
8
  # path = "grammars/tree-sitter-gram"
9
9
  [grammars.gram]
10
10
  repository = "https://github.com/gram-data/tree-sitter-gram"
11
- rev = "d6c1b944723c508fde78bc77a39718d6e93e5b8d"
11
+ rev = "84ec592d27a13267097d83e94932de3e024ea808"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gram-data/tree-sitter-gram",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "subject-oriented notation for structured data",
5
5
  "homepage": "https://gram-data.github.io",
6
6
  "repository": {
package/src/parser.c CHANGED
@@ -5134,7 +5134,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_gram(void) {
5134
5134
  .metadata = {
5135
5135
  .major_version = 0,
5136
5136
  .minor_version = 2,
5137
- .patch_version = 4,
5137
+ .patch_version = 5,
5138
5138
  },
5139
5139
  };
5140
5140
  return &language;