Compare commits

..

No commits in common. "main" and "mononaut/testnet4" have entirely different histories.

3 changed files with 4306 additions and 4022 deletions

5972
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,26 +40,22 @@
"lib/**/*"
],
"dependencies": {
"axios": "1.13.2",
"ws": "^8.18.3"
"axios": "1.7.4",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/websocket": "^1.0.10",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"browserify": "^17.0.1",
"eslint": "^9.39.1",
"@types/node": "^14.14.25",
"@types/websocket": "^1.0.2",
"@types/ws": "^7.4.1",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"browserify": "^17.0.0",
"eslint": "^7.19.0",
"esmify": "^2.1.1",
"nodemon": "^3.1.11",
"tinyify": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"overrides": {
"terser": "^5.14.2",
"babel-traverse": "npm:@babel/traverse@^7.23.2"
"nodemon": "^2.0.7",
"tinyify": "^3.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"license": "MIT"
}

2326
yarn.lock

File diff suppressed because it is too large Load Diff