asyncapi-converter
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -18,3 +18,3 @@ const yaml = require('js-yaml'); | ||
lib.convert = (asyncapi, version, options) => { | ||
lib.convert = (asyncapi, version, options = {}) => { | ||
const { isYAML, json } = serialize(asyncapi); | ||
@@ -21,0 +21,0 @@ if (json === undefined) return ''; |
{ | ||
"name": "asyncapi-converter", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Convert AsyncAPI documents from older to newer versions.", | ||
@@ -5,0 +5,0 @@ "bin": { |
72140