diff --git a/package-lock.json b/package-lock.json index 2b1800d6..dddeaec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/cupid", - "version": "0.6.21", + "version": "0.6.22", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/cupid", - "version": "0.6.21", + "version": "0.6.22", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^1.17.3" diff --git a/package.json b/package.json index 5bf18cd2..75006300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/cupid", - "version": "0.6.21", + "version": "0.6.22", "description": "A library that focuses on finding and analyzing the relationships between AsyncAPI Documents too later output consolidated information about the system architecture. Output format should be customizable and available in different formats like uml, mermaid.js and other.", "main": "./lib/index.js", "scripts": {