We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8b1d8 commit 54f852fCopy full SHA for 54f852f
1 file changed
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "@reversense/interruptor",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "A Frida-based library for hook system call (and interrupts) and produce strace-like output ",
5
- "main": "index.ts",
+ "main": "index.js",
6
+ "type": "module",
7
"files": [
- "src/**/*.ts",
8
- "*.ts",
+ "src/**/*.d.ts",
9
"*.js"
10
],
11
"scripts": {
0 commit comments