feat(exports): export datagram handler types and align tests with updated nftables and route security APIs

This commit is contained in:
2026-04-30 09:05:24 +00:00
parent e806f7257f
commit 2933ee5257
14 changed files with 622 additions and 684 deletions
+11 -11
View File
@@ -11,7 +11,7 @@
"scripts": {
"test:before": "(tsrust)",
"test": "(tstest test/**/test*.ts --verbose --timeout 60 --logfile)",
"build": "(tsbuild tsfolders --allowimplicitany) && (tsrust)",
"build": "(tsbuild tsfolders) && (tsrust)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
@@ -19,21 +19,21 @@
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tsrust": "^1.3.2",
"@git.zone/tstest": "^3.6.0",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/smartserve": "^2.0.3",
"@types/node": "^25.5.0",
"@types/node": "^25.6.0",
"@types/ws": "^8.18.1",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"why-is-node-running": "^3.2.2",
"ws": "^8.20.0"
},
"dependencies": {
"@push.rocks/smartcrypto": "^2.0.4",
"@push.rocks/smartlog": "^3.2.1",
"@push.rocks/smartnftables": "^1.0.1",
"@push.rocks/smartrust": "^1.3.2",
"@tsclass/tsclass": "^9.5.0",
"minimatch": "^10.2.4"
"@push.rocks/smartlog": "^3.2.2",
"@push.rocks/smartnftables": "^1.2.0",
"@push.rocks/smartrust": "^1.4.0",
"@tsclass/tsclass": "^9.5.1",
"minimatch": "^10.2.5"
},
"files": [
"ts/**/*",
@@ -45,6 +45,7 @@
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"readme.md",
"changelog.md"
],
@@ -77,12 +78,11 @@
"url": "https://code.foss.global/push.rocks/smartproxy/issues"
},
"pnpm": {
"overrides": {},
"onlyBuiltDependencies": [
"esbuild",
"mongodb-memory-server",
"puppeteer"
]
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
"packageManager": "pnpm@10.28.2"
}