update to @jambonz/verb-specifications

This commit is contained in:
Dave Horton
2023-02-15 09:28:01 -05:00
parent 2c09650c24
commit 553b3e5c88
4 changed files with 145 additions and 394 deletions

View File

@@ -1,6 +1,6 @@
const crypto = require('crypto');
const logger = { debug: require('debug')('jambonz:jambonz-node')};
const {validateVerb, specs } = require('verb-specifications');
const {validateVerb, specs } = require('@jambonz/verb-specifications');
const _specs = new Map(Object.entries(specs));
const EXPECTED_SCHEME = 'v1';
const DEFAULT_TOLERANCE = 300; // 5 minutes