Compare commits

...

6 Commits
v0.4.8 ... main

Author SHA1 Message Date
Dave Horton
d317f10ff2 0.4.11 2025-11-18 07:33:28 -05:00
Dave Horton
c3eb514677 update verb specs 2025-11-18 07:33:25 -05:00
Dave Horton
777b106d4c 0.4.10 2025-10-03 14:01:24 -04:00
Dave Horton
a5dd78cb08 update to verb specs with flux changes 2025-10-03 14:01:20 -04:00
Dave Horton
2c7b3fcd3e 0.4.9 2025-09-09 17:59:07 -04:00
Dave Horton
f93cc92689 dep 2025-09-09 17:58:58 -04:00
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -1,15 +1,15 @@
{
"name": "@jambonz/node-client",
"version": "0.4.8",
"version": "0.4.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jambonz/node-client",
"version": "0.4.8",
"version": "0.4.11",
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.113",
"@jambonz/verb-specifications": "^0.0.121",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"bent": "^7.3.12",
@@ -562,9 +562,9 @@
}
},
"node_modules/@jambonz/verb-specifications": {
"version": "0.0.113",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.113.tgz",
"integrity": "sha512-8dqEtUwEYw8wA7a0xYruBdwmUwUx1Q97483UgkVm3HcmJVkkkf9g7C3vI+jfZLyDZsOuu6CkFAf/KrM8DTx/KA==",
"version": "0.0.121",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.121.tgz",
"integrity": "sha512-urM8rCJihQn+/dB+0+rlIDf36MlIfCOhCpqqBc1euET2A5fxYP6XXXpNmxuk2CqiU5xNqhsSv362fqKIHtF3dw==",
"dependencies": {
"debug": "^4.3.4",
"pino": "^8.8.0"

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.4.8",
"version": "0.4.11",
"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.113",
"@jambonz/verb-specifications": "^0.0.121",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"bent": "^7.3.12",