@kumos/tree-sitter-parsers 0.1.7 → 0.1.8

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 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -136,3 +136,4 @@ The main package uses npm's `optionalDependencies` to install only the relevant
136
136
  ## License
137
137
 
138
138
  MIT
139
+ we got the language list from https://github.com/nvim-treesitter/nvim-treesitter/blob/main/SUPPORTED_LANGUAGES.md
package/package.json CHANGED
@@ -25,14 +25,14 @@
25
25
  "main": "index.js",
26
26
  "name": "@kumos/tree-sitter-parsers",
27
27
  "optionalDependencies": {
28
- "@kumos/tree-sitter-parsers-darwin-arm64": "0.1.7",
29
- "@kumos/tree-sitter-parsers-darwin-x64": "0.1.7",
30
- "@kumos/tree-sitter-parsers-linux-arm64": "0.1.7",
31
- "@kumos/tree-sitter-parsers-linux-arm64-musl": "0.1.7",
32
- "@kumos/tree-sitter-parsers-linux-x64": "0.1.7",
33
- "@kumos/tree-sitter-parsers-linux-x64-musl": "0.1.7",
34
- "@kumos/tree-sitter-parsers-win32-arm64": "0.1.7",
35
- "@kumos/tree-sitter-parsers-win32-x64": "0.1.7"
28
+ "@kumos/tree-sitter-parsers-darwin-arm64": "0.1.8",
29
+ "@kumos/tree-sitter-parsers-darwin-x64": "0.1.8",
30
+ "@kumos/tree-sitter-parsers-linux-arm64": "0.1.8",
31
+ "@kumos/tree-sitter-parsers-linux-arm64-musl": "0.1.8",
32
+ "@kumos/tree-sitter-parsers-linux-x64": "0.1.8",
33
+ "@kumos/tree-sitter-parsers-linux-x64-musl": "0.1.8",
34
+ "@kumos/tree-sitter-parsers-win32-arm64": "0.1.8",
35
+ "@kumos/tree-sitter-parsers-win32-x64": "0.1.8"
36
36
  },
37
37
  "repository": {
38
38
  "type": "git",
@@ -53,5 +53,5 @@
53
53
  "test-distribution:x64": "node test-distribution.js --arch x64",
54
54
  "validate": "node validate.js"
55
55
  },
56
- "version": "0.1.7"
56
+ "version": "0.1.8"
57
57
  }