got trade working

This commit is contained in:
Boki 2026-02-23 11:02:10 -05:00
parent dcbeebac83
commit 12dcf0776a
3 changed files with 17 additions and 58 deletions

View file

@ -8,7 +8,7 @@
"name": "trade-daemon",
"version": "1.0.0",
"dependencies": {
"playwright": "^1.49.0"
"patchright": "^1.57.0"
}
},
"node_modules/fsevents": {
@ -25,16 +25,16 @@
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/playwright": {
"version": "1.58.2",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz",
"integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==",
"node_modules/patchright": {
"version": "1.57.0",
"resolved": "https://registry.npmjs.org/patchright/-/patchright-1.57.0.tgz",
"integrity": "sha512-pxbI/D65QiFuCY3qUXKQONRhplR3rkYFhry5ieimEbzLNxu/xfOYizQRyuMgc6F5ZoZ37QNIwZz9PWEfn6aC1Q==",
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.58.2"
"patchright-core": "1.57.0"
},
"bin": {
"playwright": "cli.js"
"patchright": "cli.js"
},
"engines": {
"node": ">=18"
@ -43,13 +43,13 @@
"fsevents": "2.3.2"
}
},
"node_modules/playwright-core": {
"version": "1.58.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz",
"integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==",
"node_modules/patchright-core": {
"version": "1.57.0",
"resolved": "https://registry.npmjs.org/patchright-core/-/patchright-core-1.57.0.tgz",
"integrity": "sha512-um/9Wue7IFAa9UDLacjNgDn62ub5GJe1b1qouvYpELIF9rsFVMNhRo/rRXYajupLwp5xKJ0sSjOV6sw8/HarBQ==",
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"
"patchright-core": "cli.js"
},
"engines": {
"node": ">=18"