mirror of
https://github.com/jambonz/jambonz-node.git
synced 2026-01-25 02:08:15 +00:00
update to @jambonz/verb-specifications
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user