fix(ci): Update CI workflows, dependency paths, and project configuration

This commit is contained in:
2025-05-26 08:53:25 +00:00
parent f807271aa1
commit 9c2dc18041
17 changed files with 9290 additions and 11333 deletions

View File

@@ -14,17 +14,16 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsbundle": "^2.0.5",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^18.0.5",
"@git.zone/tsbuild": "^2.1.63",
"@git.zone/tsbundle": "^2.0.5",
"@git.zone/tstest": "^2.2.5",
"@types/node": "^22.15.21",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartnetwork": "^3.0.0",
"@pushrocks/smarturl": "^2.0.1"
"@push.rocks/smartnetwork": "^4.0.2",
"@push.rocks/smarturl": "^3.1.0"
},
"browserslist": [
"last 1 chrome versions"
@@ -40,5 +39,16 @@
"cli.js",
"npmextra.json",
"readme.md"
]
}
],
"repository": {
"type": "git",
"url": "https://gitlab.com/uptime.link/detector.git"
},
"bugs": {
"url": "https://gitlab.com/uptime.link/detector/issues"
},
"homepage": "https://gitlab.com/uptime.link/detector#readme",
"pnpm": {
"overrides": {}
}
}