File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9595 kill $SERVER_PID
9696 - name : Check latest TS files are in git
9797 run : |
98+ git checkout ts/package.json
9899 git diff --exit-code
99100
100101 java_bindings :
Original file line number Diff line number Diff line change 189189 ./genbindings.py " ./lightning.h" ts ts ts $DEBUG_ARG typescript browser
190190 fi
191191 rm -f ts/bindings.c
192+ sed -i ' s/^ "version": .*/ "version": "' ${LDK_GARBAGECOLLECTED_GIT_OVERRIDE: 1: 100} ' ",/g' ts/package.json
192193 if [ " $3 " = " true" ]; then
193194 echo " #define LDK_DEBUG_BUILD" > ts/bindings.c
194195 elif [ " $3 " = " leaks" ]; then
Original file line number Diff line number Diff line change 11{
22 "name" : " lightningdevkit" ,
3- "version" : " 0.0.106.0beta1 " ,
3+ "version" : " Set in genbindings.sh automagically " ,
44 "description" : " Lightning Development Kit" ,
55 "main" : " index.mjs" ,
66 "types" : " index.d.mts" ,
You can’t perform that action at this time.
0 commit comments