Fix some memory leaks, add executor.load and some utils

This commit is contained in:
Jonathan Staab
2023-09-20 12:13:08 -07:00
parent 4ce450f55c
commit c8c53559db
9 changed files with 89 additions and 9 deletions
+2 -1
View File
@@ -48,6 +48,7 @@
"husky": "^8.0.3",
"isomorphic-ws": "^5.0.0",
"nostr-tools": "^1.15.0",
"npm-run-all": "^4.1.5"
"npm-run-all": "^4.1.5",
"ws": "^8.14.2"
}
}