add reason property to gather action

This commit is contained in:
Dave Horton
2021-02-23 08:10:31 -05:00
parent 70e4e10a70
commit c6168ce994
3 changed files with 38 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "jambonz-feature-server",
"version": "0.2.6",
"version": "0.3.0",
"main": "app.js",
"engines": {
"node": ">= 10.16.0"
@@ -30,12 +30,12 @@
"@jambonz/mw-registrar": "^0.1.9",
"@jambonz/realtimedb-helpers": "^0.4.0",
"@jambonz/stats-collector": "^0.1.5",
"aws-sdk": "^2.846.0",
"aws-sdk": "^2.848.0",
"bent": "^7.3.12",
"cidr-matcher": "^2.1.1",
"debug": "^4.3.1",
"deepcopy": "^2.1.0",
"drachtio-fsmrf": "^2.0.5",
"drachtio-fsmrf": "^2.0.7",
"drachtio-srf": "^4.4.47",
"express": "^4.17.1",
"ip": "^1.1.5",
@@ -54,6 +54,6 @@
"eslint-plugin-promise": "^4.3.1",
"nyc": "^15.1.0",
"tap-spec": "^5.0.0",
"tape": "^5.1.1"
"tape": "^5.2.0"
}
}