rework config record verb

This commit is contained in:
Dave Horton
2022-06-22 08:30:28 -04:00
parent 85ba7df1b3
commit 4ca013084f
3 changed files with 1211 additions and 941 deletions

View File

@@ -318,7 +318,7 @@
"siprecServerURL": "string"
},
"required": [
"type"
"action"
]
},
"redirect": {

2140
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.3.20",
"version": "0.3.21",
"description": "Node.js client for building jambonz applications (jambonz.org)",
"main": "lib/index.js",
"scripts": {
@@ -15,16 +15,16 @@
},
"license": "MIT",
"dependencies": {
"pino": "^7.8.0",
"bent": "^7.3.12",
"debug": "^4.3.1",
"parseurl": "^1.3.3",
"debug": "^4.3.1"
"pino": "^7.8.0"
},
"devDependencies": {
"tape": "^5.2.0",
"eslint": "^7.20.0",
"eslint-plugin-promise": "^4.3.1",
"nyc": "^15.1.0"
"nyc": "^15.1.0",
"tape": "^5.2.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",