update to latest verb-specifications

This commit is contained in:
Dave Horton
2023-02-23 20:05:19 -05:00
parent 9b08dfc167
commit f23dfe54ae
2 changed files with 13 additions and 11 deletions
+11 -9
View File
@@ -1,15 +1,15 @@
{
"name": "@jambonz/node-client",
"version": "0.3.40",
"version": "0.3.41",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/node-client",
"version": "0.3.40",
"version": "0.3.41",
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.3",
"@jambonz/verb-specifications": "^0.0.5",
"bent": "^7.3.12",
"debug": "^4.3.4",
"parseurl": "^1.3.3"
@@ -586,10 +586,11 @@
}
},
"node_modules/@jambonz/verb-specifications": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.3.tgz",
"integrity": "sha512-sCBpE2H97HV7t4v6AAALe9OhOQdj4nLwd4hHNoSc0A1aPCImgAoCK/AMJz0FaYGpLhbjvlRWVW4+cFUeuEkCeQ==",
"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==",
"dependencies": {
"debug": "^4.3.4",
"pino": "^8.8.0"
}
},
@@ -4451,10 +4452,11 @@
"dev": true
},
"@jambonz/verb-specifications": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.3.tgz",
"integrity": "sha512-sCBpE2H97HV7t4v6AAALe9OhOQdj4nLwd4hHNoSc0A1aPCImgAoCK/AMJz0FaYGpLhbjvlRWVW4+cFUeuEkCeQ==",
"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==",
"requires": {
"debug": "^4.3.4",
"pino": "^8.8.0"
}
},
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.3.40",
"version": "0.3.41",
"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.3",
"@jambonz/verb-specifications": "^0.0.5",
"bent": "^7.3.12",
"debug": "^4.3.4",
"parseurl": "^1.3.3"