update to stats-collector that reconnects when socket dropped

This commit is contained in:
Dave Horton
2020-12-11 14:43:11 -05:00
parent 1bc583e805
commit cac259ec1c
2 changed files with 103 additions and 88 deletions

View File

@@ -26,28 +26,28 @@
"jslint": "eslint app.js lib"
},
"dependencies": {
"@jambonz/db-helpers": "^0.5.1",
"@jambonz/db-helpers": "^0.5.3",
"@jambonz/realtimedb-helpers": "^0.2.19",
"@jambonz/stats-collector": "^0.1.3",
"@jambonz/stats-collector": "^0.1.4",
"bent": "^7.3.12",
"cidr-matcher": "^2.1.1",
"debug": "^4.3.1",
"deepcopy": "^2.1.0",
"drachtio-fsmrf": "^2.0.2",
"drachtio-srf": "^4.4.40",
"drachtio-srf": "^4.4.44",
"express": "^4.17.1",
"ip": "^1.1.5",
"jambonz-mw-registrar": "^0.1.3",
"moment": "^2.29.1",
"parse-url": "^5.0.2",
"pino": "^6.7.0",
"pino": "^6.8.0",
"verify-aws-sns-signature": "^0.0.6",
"xml2js": "^0.4.23"
},
"devDependencies": {
"blue-tape": "^1.0.0",
"clear-module": "^4.1.1",
"eslint": "^7.14.0",
"eslint": "^7.15.0",
"eslint-plugin-promise": "^4.2.1",
"lodash": "4.17.20",
"nyc": "^15.1.0",