update with additional soniox storage options

This commit is contained in:
Dave Horton
2023-02-24 14:38:34 -05:00
parent f23dfe54ae
commit 34d9e86aad
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@@ -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"

View File

@@ -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"