Add negentropy support to executor

This commit is contained in:
Jon Staab
2024-09-26 15:36:01 -07:00
parent bdf0e8b82c
commit 5627721463
18 changed files with 548 additions and 46 deletions
+3 -1
View File
@@ -23,10 +23,12 @@
"pub": "npm run lint && npm run build && npm publish",
"build": "gts clean && tsc-multi",
"lint": "gts lint",
"fix": "gts fix"
"fix": "gts fix",
"test": "mocha"
},
"devDependencies": {
"gts": "^5.0.1",
"mocha": "^10.7.3",
"tsc-multi": "^1.1.0",
"typescript": "~5.1.6"
},