Skip to content

Commit a454bf4

Browse files
committed
fixed linting errors after package upgrade and fixed bug where all JavaVM calls were output as JNIEnv calls
1 parent 540c6d7 commit a454bf4

File tree

10 files changed

+1187
-829
lines changed

10 files changed

+1187
-829
lines changed

.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"allowDestructuring": true,
1717
"allowedNames": ["self"]
1818
}
19-
]
19+
],
20+
"@typescript-eslint/prefer-readonly-parameter-types": "off",
21+
"@typescript-eslint/no-base-to-string": "off"
2022
}
2123
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# jnitrace Change Log
22

3+
## 3.0.6
4+
- Bumped versions of all JavaScript dependencies to latest and fixed linter errors
5+
- Bug fix where all JavaVM calls were being labeled as JNIEnv calls
6+
37
## 3.0.5
48
- Bumped version of acorn to 7.1.1 to fix vulnerability CVE-2020-7598
59

jnitrace/src/main.ts

Lines changed: 257 additions & 239 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)