This commit is contained in:
Dave Horton
2020-07-16 16:16:37 -04:00
parent 15517828d2
commit b739737c29
3 changed files with 686 additions and 769 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "jambonz-feature-server",
"version": "0.2.3",
"version": "0.2.4",
"main": "app.js",
"engines": {
"node": ">= 10.16.0"
@@ -26,29 +26,29 @@
"jslint": "eslint app.js lib"
},
"dependencies": {
"bent": "^7.0.6",
"@jambonz/db-helpers": "^0.4.1",
"@jambonz/realtimedb-helpers": "^0.2.16",
"@jambonz/stats-collector": "^0.0.4",
"bent": "^7.3.7",
"cidr-matcher": "^2.1.1",
"debug": "^4.1.1",
"drachtio-fsmrf": "^2.0.1",
"drachtio-srf": "^4.4.36",
"express": "^4.17.1",
"ip": "^1.1.5",
"@jambonz/db-helpers": "^0.3.7",
"jambonz-mw-registrar": "^0.1.3",
"@jambonz/realtimedb-helpers": "^0.2.16",
"@jambonz/stats-collector": "^0.0.4",
"moment": "^2.24.0",
"moment": "^2.27.0",
"parse-url": "^5.0.1",
"pino": "^5.16.0",
"verify-aws-sns-signature": "0.0.5",
"pino": "^6.4.0",
"verify-aws-sns-signature": "^0.0.6",
"xml2js": "^0.4.23"
},
"devDependencies": {
"blue-tape": "^1.0.0",
"clear-module": "^4.1.1",
"eslint": "^6.8.0",
"eslint": "^7.4.0",
"eslint-plugin-promise": "^4.2.1",
"nyc": "^15.0.1",
"nyc": "^15.1.0",
"tap-spec": "^5.0.0"
}
}