Comparing version 0.7.3 to 0.7.4
@@ -111,3 +111,3 @@ 'use strict' | ||
function validateSubscription(subscription, subscriptionName) { | ||
validateAttributes('Subscription', subscription, subscriptionName, ['name', 'vhost', 'queue', 'contentType', 'options', 'prefetch', 'retry', 'source', 'recovery']) | ||
validateAttributes('Subscription', subscription, subscriptionName, ['name', 'vhost', 'queue', 'contentType', 'options', 'prefetch', 'retry', 'source', 'recovery', 'workflow', 'handler']) | ||
@@ -114,0 +114,0 @@ if (!subscription.vhost) throw new Error(format('Subscription: %s is missing a vhost', subscriptionName)) |
{ | ||
"name": "rascal", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "A friendly wrapper around amqplib with (mostly) safe defaults", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
218247