mirror of
https://github.com/jambonz/jambonz-node.git
synced 2025-12-19 05:17:49 +00:00
rework config record verb
This commit is contained in:
@@ -318,7 +318,7 @@
|
||||
"siprecServerURL": "string"
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
"action"
|
||||
]
|
||||
},
|
||||
"redirect": {
|
||||
|
||||
2140
package-lock.json
generated
2140
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user