test: stress tests — concurrency, races, edge cases (32 pass) + bump 0.5.0

This commit is contained in:
2026-05-31 10:10:48 +03:00
parent d8de91577c
commit a24634199b
2 changed files with 465 additions and 2 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
{
"name": "ipwhitelist",
"version": "0.4.9",
"version": "0.5.0",
"description": "IP WhiteList microservice for cloud provider",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js",
"test": "node tests/api.js",
"test:integration": "node tests/integration.js"
"test:stress": "node tests/stress.js"
},
"dependencies": {
"connect-pg-simple": "^10.0.0",