feat: remove wtfnode

This commit is contained in:
Eli Bosley
2024-10-18 13:28:32 -04:00
parent 545ccf1938
commit cfb1d50c8e
3 changed files with 0 additions and 29 deletions

24
api/package-lock.json generated
View File

@@ -28,7 +28,6 @@
"@reflet/cron": "^1.3.1",
"@runonflux/nat-upnp": "^1.0.2",
"accesscontrol": "^2.2.1",
"am": "github:unraid/am",
"async-exit-hook": "^2.0.1",
"btoa": "^1.2.1",
"bycontract": "^2.0.11",
@@ -89,7 +88,6 @@
"tsx": "^4.19.1",
"uuid": "^10.0.0",
"ws": "^8.17.0",
"wtfnode": "^0.9.2",
"xhr2": "^0.2.1",
"zod": "^3.23.8"
},
@@ -6350,11 +6348,6 @@
}
}
},
"node_modules/am": {
"version": "2.0.0",
"resolved": "git+ssh://git@github.com/unraid/am.git#12653ef112eb0a9e75a9628b21509864229205f6",
"license": "MIT"
},
"node_modules/ansi-escapes": {
"version": "4.3.2",
"dev": true,
@@ -19656,14 +19649,6 @@
}
}
},
"node_modules/wtfnode": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/wtfnode/-/wtfnode-0.9.3.tgz",
"integrity": "sha512-MXjgxJovNVYUkD85JBZTKT5S5ng/e56sNuRZlid7HcGTNrIODa5UPtqE3i0daj7fJ2SGj5Um2VmiphQVyVKK5A==",
"bin": {
"wtfnode": "proxy.js"
}
},
"node_modules/xerror": {
"version": "1.1.3",
"license": "Apache-2.0"
@@ -24187,10 +24172,6 @@
"ajv": "^8.0.0"
}
},
"am": {
"version": "git+ssh://git@github.com/unraid/am.git#12653ef112eb0a9e75a9628b21509864229205f6",
"from": "am@github:unraid/am"
},
"ansi-escapes": {
"version": "4.3.2",
"dev": true,
@@ -32861,11 +32842,6 @@
"integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==",
"requires": {}
},
"wtfnode": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/wtfnode/-/wtfnode-0.9.3.tgz",
"integrity": "sha512-MXjgxJovNVYUkD85JBZTKT5S5ng/e56sNuRZlid7HcGTNrIODa5UPtqE3i0daj7fJ2SGj5Um2VmiphQVyVKK5A=="
},
"xerror": {
"version": "1.1.3"
},

View File

@@ -80,7 +80,6 @@
"@reflet/cron": "^1.3.1",
"@runonflux/nat-upnp": "^1.0.2",
"accesscontrol": "^2.2.1",
"am": "github:unraid/am",
"async-exit-hook": "^2.0.1",
"btoa": "^1.2.1",
"bycontract": "^2.0.11",
@@ -141,7 +140,6 @@
"tsx": "^4.19.1",
"uuid": "^10.0.0",
"ws": "^8.17.0",
"wtfnode": "^0.9.2",
"xhr2": "^0.2.1",
"zod": "^3.23.8"
},

View File

@@ -1,6 +1,3 @@
import 'wtfnode';
import { am } from 'am';
import { main } from '@app/cli/index';
import { internalLogger } from '@app/core/log';