mirror of
https://github.com/jambonz/jambonz-node.git
synced 2025-12-19 05:17:49 +00:00
update with additional soniox storage options
This commit is contained in:
18
package-lock.json
generated
18
package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@jambonz/node-client",
|
||||
"version": "0.3.41",
|
||||
"version": "0.3.42",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jambonz/node-client",
|
||||
"version": "0.3.41",
|
||||
"version": "0.3.42",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jambonz/verb-specifications": "^0.0.5",
|
||||
"@jambonz/verb-specifications": "^0.0.6",
|
||||
"bent": "^7.3.12",
|
||||
"debug": "^4.3.4",
|
||||
"parseurl": "^1.3.3"
|
||||
@@ -586,9 +586,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@jambonz/verb-specifications": {
|
||||
"version": "0.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.5.tgz",
|
||||
"integrity": "sha512-Uo7GVNI000QMr+nIXJIWuF3JI3B0SXBPEyguPARm/Q46D0RcfCS3nst2cLSD2TSQvHtyrcM3Om0+B0pXgMGY/A==",
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.6.tgz",
|
||||
"integrity": "sha512-lb6bYENWr19KA4hDtQQJI/CM+MQOpBJqGusn7OXb2SWoVfPvW/VQcPo+TOEnmyA/H4vhLxo1LZpf4NbPdI4Isg==",
|
||||
"dependencies": {
|
||||
"debug": "^4.3.4",
|
||||
"pino": "^8.8.0"
|
||||
@@ -4452,9 +4452,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"@jambonz/verb-specifications": {
|
||||
"version": "0.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.5.tgz",
|
||||
"integrity": "sha512-Uo7GVNI000QMr+nIXJIWuF3JI3B0SXBPEyguPARm/Q46D0RcfCS3nst2cLSD2TSQvHtyrcM3Om0+B0pXgMGY/A==",
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.6.tgz",
|
||||
"integrity": "sha512-lb6bYENWr19KA4hDtQQJI/CM+MQOpBJqGusn7OXb2SWoVfPvW/VQcPo+TOEnmyA/H4vhLxo1LZpf4NbPdI4Isg==",
|
||||
"requires": {
|
||||
"debug": "^4.3.4",
|
||||
"pino": "^8.8.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jambonz/node-client",
|
||||
"version": "0.3.41",
|
||||
"version": "0.3.42",
|
||||
"description": "Node.js client for building jambonz applications (jambonz.org)",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jambonz/verb-specifications": "^0.0.5",
|
||||
"@jambonz/verb-specifications": "^0.0.6",
|
||||
"bent": "^7.3.12",
|
||||
"debug": "^4.3.4",
|
||||
"parseurl": "^1.3.3"
|
||||
|
||||
Reference in New Issue
Block a user