File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# jnitrace Change Log
22
3+ ## 3.0.1
4+ - Updated version of jnitrace-engine to get new bug fixes
5+
36## 3.0.0
47- Extracted the engine in jnitrace to a new project so that the API can be used by developers
58
Original file line number Diff line number Diff line change 11{
22 "name" : " jnitrace" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " A tool for tracing use of the JNI in Android apps" ,
55 "private" : true ,
66 "main" : " jnitrace/src/main.js" ,
1111 "lint" : " eslint jnitrace/src/**/*.ts"
1212 },
1313 "dependencies" : {
14- "jnitrace-engine" : " ^1.0.1 "
14+ "jnitrace-engine" : " ^1.0.2 "
1515 },
1616 "devDependencies" : {
1717 "@types/frida-gum" : " ^13.0.0" ,
Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'jnitrace' ,
11- version = '3.0.0 ' ,
11+ version = '3.0.1 ' ,
1212 description = 'A tool for tracing use of the JNI in Android apps' ,
1313 long_description = long_description ,
1414 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments