File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 12
12
- released
13
13
14
14
env :
15
- NODE_BUILD_CMD : npx prebuild -r node -t 14 .0.0 -t 16 .0.0 -t 18 .0.0 -t 20 .0.0
16
- ELECTRON_BUILD_CMD : npx prebuild -r electron -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0 -t 23.0.0 -t 24.0.0
15
+ NODE_BUILD_CMD : npx prebuild -r node -t 16 .0.0 -t 18 .0.0 -t 20 .0.0 -t 21 .0.0
16
+ ELECTRON_BUILD_CMD : npx prebuild -r electron -t 15.0.0 -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0 -t 23.0.0 -t 24.0.0 -t 25.0.0 -t 26.0.0 -t 27.0.0 -t 28 .0.0
17
17
18
18
jobs :
19
19
24
24
- ubuntu-latest
25
25
- macos-latest
26
26
node :
27
- - 14
28
27
- 16
29
28
- 18
30
29
- 20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @curlconverter/tree-sitter-bash" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " a fork of the Bash grammar for tree-sitter" ,
5
5
"main" : " bindings/node" ,
6
6
"keywords" : [
10
10
"author" : " Max Brunsfeld" ,
11
11
"license" : " MIT" ,
12
12
"dependencies" : {
13
- "nan" : " ^2.17 .0" ,
13
+ "nan" : " ^2.18 .0" ,
14
14
"prebuild-install" : " ^7.1.1"
15
15
},
16
16
"devDependencies" : {
17
- "node-gyp" : " ^9.3 .1" ,
18
- "prebuild" : " ^11 .0.4 " ,
19
- "tree-sitter-cli" : " ^0.20.8 "
17
+ "node-gyp" : " ^10.0 .1" ,
18
+ "prebuild" : " ^13 .0.0 " ,
19
+ "tree-sitter-cli" : " ^0.21.0 "
20
20
},
21
21
"overrides" : {
22
22
"prebuild" : {
You can’t perform that action at this time.
0 commit comments