File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ source venv/bin/activate
59
59
pip install git-archive-all
60
60
PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[", ]//g')
61
61
echo $PACKAGE_VERSION
62
+ # NOTE: before you build the archive, below check test.yml for the sed command to apply locally. Will be fixed soon :tm:
62
63
python3 build_release_archive.py libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz
63
64
gh release create v$PACKAGE_VERSION -t v$PACKAGE_VERSION --latest --generate-notes
64
65
gh release upload v$PACKAGE_VERSION libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz
Original file line number Diff line number Diff line change 2
2
"main" : " index.js" ,
3
3
"name" : " libsession_util_nodejs" ,
4
4
"description" : " Wrappers for the Session Util Library" ,
5
- "version" : " 0.4.19 " ,
5
+ "version" : " 0.4.20 " ,
6
6
"license" : " GPL-3.0" ,
7
7
"author" : {
8
8
"name" : " Oxen Project" ,
Original file line number Diff line number Diff line change 2
2
3
3
#include < oxenc/hex.h>
4
4
5
+ #include < chrono>
6
+
5
7
#include " session/config/namespaces.hpp"
6
8
7
9
namespace session ::nodeapi {
You can’t perform that action at this time.
0 commit comments