From f66363a4fc57fa0027c8702962e6b712b4af14ba Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 25 Mar 2024 11:49:36 +0100 Subject: [PATCH 1/6] fix: update @asyncapi/glee to 0.36.1 version (#1289) --- .../templates/default/package-lock.json | 302 +++++++++++++----- .../templates/default/package.json | 2 +- .../templates/tutorial/package-lock.json | 62 ++-- .../templates/tutorial/package.json | 2 +- 4 files changed, 259 insertions(+), 109 deletions(-) diff --git a/assets/create-glee-app/templates/default/package-lock.json b/assets/create-glee-app/templates/default/package-lock.json index 403a445fc70..4c369e5af66 100644 --- a/assets/create-glee-app/templates/default/package-lock.json +++ b/assets/create-glee-app/templates/default/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@asyncapi/glee": "^0.36.0" + "@asyncapi/glee": "^0.36.1" }, "devDependencies": { "@types/node": "^20.5.9" @@ -32,11 +32,11 @@ } }, "node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.11.tgz", - "integrity": "sha512-QXSvGoLk8k5OA1Q1lqVe8xYpSVLdaUBgaGGVn0KkLsbpU9Wp1vOw4LVSOmcSuv7V9O3X7s7GoJ/rdP851TYfCg==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.18.tgz", + "integrity": "sha512-2w8cq10apV7Kc+mBPIaIhmErj1oJF8cERpTZKjFti1uoQCXX3oZ9H0wQCajlYNOANuh/a0F4JMEd2R/lM0PFXw==", "dependencies": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.10", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } @@ -169,12 +169,12 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/glee": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.0.tgz", - "integrity": "sha512-cPuqQm8w8PG09O7dSBhCt84T01m3Lu3wtX4sDISSPHqODW0cao7piK7sNmXHtRLlnR1hiXJ8ZXbxk/M7rtKuxg==", + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.1.tgz", + "integrity": "sha512-7ZGN0BfLEhwXGi3xsZhvxVLPSV5qckI384m69z9+iRUmX1ghlm4p7KmhtRwY0GYPpCrF6hq6Kxx03Rq3+lEjeA==", "dependencies": { "@asyncapi/generator": "^1.17.12", - "@asyncapi/html-template": "^2.1.4", + "@asyncapi/html-template": "^2.2.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4", @@ -216,12 +216,12 @@ } }, "node_modules/@asyncapi/html-template": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.1.5.tgz", - "integrity": "sha512-vdcIPH2Pq/SCPoqooovSC+7U0UcMD8yCZnF14rWZHIKoqNYc9xxtd/0Xfld+mWrOj/259S3KlnY+LLBaMZHmuA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.0.tgz", + "integrity": "sha512-wxIi/l3sARKuNGnxfDxmWc2Fqd1SgT7PFHZNptoly0ypgKiI2Sxn8ZaaJ26RrGYPB9z4veAklIRlDMqdyqHWDg==", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.8", - "@asyncapi/parser": "^3.0.4", + "@asyncapi/generator-react-sdk": "^1.0.9", + "@asyncapi/parser": "^3.0.5", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", @@ -241,11 +241,11 @@ } }, "node_modules/@asyncapi/openapi-schema-parser": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.12.tgz", - "integrity": "sha512-w3uMw65vZTpgpA8mQZ+TFn7DVk8efYYyjv2c4UR/3qfCa4CDVILmBAt7oVDpuxLbaNwT/C6HoCyAQDTnsCgO6Q==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.18.tgz", + "integrity": "sha512-azKEwm9wel7QS/Fz0y1C9eCUIfUEZE/JrQlGybPmQKHS213RKyo5Rjpzo9nqGc4VT7o1URDIMaYTnYdgfMitew==", "dependencies": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.10", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", @@ -384,13 +384,13 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.1.2.tgz", - "integrity": "sha512-khZMAIJzfiue39pN611PKjGjF153q8oL37XWuMJ7qqJMOG8xQ99zfi/Q/L6gyqF/emKOw4/m9TqWcQKenCNQxQ==", + "version": "3.2.8", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.8.tgz", + "integrity": "sha512-qYKutNQTkMNrf8BB9d6o2JS/4LC+r6Fkugvg46gW66kN9dKMU2nguHWM+MdcG89nk5keM2Olz4IN8AvWqX9iew==", "dependencies": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.10", "@types/protocol-buffers-schema": "^3.4.1", - "protocol-buffers-schema": "^3.6.0" + "protobufjs": "^7.2.6" } }, "node_modules/@asyncapi/raml-dt-schema-parser": { @@ -416,14 +416,14 @@ } }, "node_modules/@asyncapi/react-component": { - "version": "1.2.17", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.2.17.tgz", - "integrity": "sha512-3JqGDrk+SV+W6It+CK5EDHlP6FgTPaHRj30W5debgVUikrTrjuafXgHKI2Hj+PhxBqW9WgXVacuDVDllIEjMRQ==", - "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.9", - "@asyncapi/openapi-schema-parser": "^3.0.11", - "@asyncapi/parser": "^3.0.4", - "@asyncapi/protobuf-schema-parser": "^3.1.0", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.2.tgz", + "integrity": "sha512-N11TZJtfh8GHKpJIoYYw91inbSiMaxVRHV8SvzpJ3v71C+Ia2p8fHd5dwCrY0BpUuzboiJWWN3VaRv++tHX3PQ==", + "dependencies": { + "@asyncapi/avro-schema-parser": "^3.0.18", + "@asyncapi/openapi-schema-parser": "^3.0.18", + "@asyncapi/parser": "^3.0.10", + "@asyncapi/protobuf-schema-parser": "^3.2.8", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", @@ -3155,6 +3155,60 @@ "fast-deep-equal": "^3.1.3" } }, + "node_modules/@protobufjs/aspromise": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", + "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" + }, + "node_modules/@protobufjs/base64": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" + }, + "node_modules/@protobufjs/codegen": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", + "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" + }, + "node_modules/@protobufjs/eventemitter": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", + "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" + }, + "node_modules/@protobufjs/fetch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", + "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", + "dependencies": { + "@protobufjs/aspromise": "^1.1.1", + "@protobufjs/inquire": "^1.1.0" + } + }, + "node_modules/@protobufjs/float": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", + "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" + }, + "node_modules/@protobufjs/inquire": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", + "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" + }, + "node_modules/@protobufjs/path": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", + "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" + }, + "node_modules/@protobufjs/pool": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", + "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" + }, + "node_modules/@protobufjs/utf8": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", + "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" + }, "node_modules/@rollup/plugin-babel": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", @@ -5486,9 +5540,9 @@ } }, "node_modules/dompurify": { - "version": "2.4.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.7.tgz", - "integrity": "sha512-kxxKlPEDa6Nc5WJi+qRgPbOAbgTpSULL+vI3NUXsZMlkJxTqYI9wg5ZTay2sFrdZRWHPWNi+EdAhcJf81WtoMQ==" + "version": "2.4.9", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.9.tgz", + "integrity": "sha512-iHtnxYMotKgOTvxIqq677JsKHvCOkAFqj9x8Mek2zdeHW1XjuFKwjpmZeMaXQRQ8AbJZDbcRz/+r1QhwvFtmQg==" }, "node_modules/dotenv": { "version": "10.0.0", @@ -8006,6 +8060,11 @@ "url": "https://tidelift.com/funding/github/npm/loglevel" } }, + "node_modules/long": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", + "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" + }, "node_modules/loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", @@ -9689,10 +9748,28 @@ "react-is": "^16.13.1" } }, - "node_modules/protocol-buffers-schema": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", - "integrity": "sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==" + "node_modules/protobufjs": { + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", + "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", + "hasInstallScript": true, + "dependencies": { + "@protobufjs/aspromise": "^1.1.2", + "@protobufjs/base64": "^1.1.2", + "@protobufjs/codegen": "^2.0.4", + "@protobufjs/eventemitter": "^1.1.0", + "@protobufjs/fetch": "^1.1.0", + "@protobufjs/float": "^1.0.2", + "@protobufjs/inquire": "^1.1.0", + "@protobufjs/path": "^1.1.2", + "@protobufjs/pool": "^1.1.0", + "@protobufjs/utf8": "^1.1.0", + "@types/node": ">=13.7.0", + "long": "^5.0.0" + }, + "engines": { + "node": ">=12.0.0" + } }, "node_modules/proxy-from-env": { "version": "1.1.0", @@ -9725,7 +9802,7 @@ "version": "14.4.1", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.4.1.tgz", "integrity": "sha512-+H0Gm84aXUvSLdSiDROtLlOofftClgw2TdceMvvCU9UvMryappoeS3+eOLfKvoy4sm8B8MWnYmPhWxVFudAOFQ==", - "deprecated": "< 21.5.0 is no longer supported", + "deprecated": "< 21.8.0 is no longer supported", "hasInstallScript": true, "dependencies": { "cross-fetch": "3.1.5", @@ -12219,11 +12296,11 @@ } }, "@asyncapi/avro-schema-parser": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.11.tgz", - "integrity": "sha512-QXSvGoLk8k5OA1Q1lqVe8xYpSVLdaUBgaGGVn0KkLsbpU9Wp1vOw4LVSOmcSuv7V9O3X7s7GoJ/rdP851TYfCg==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.18.tgz", + "integrity": "sha512-2w8cq10apV7Kc+mBPIaIhmErj1oJF8cERpTZKjFti1uoQCXX3oZ9H0wQCajlYNOANuh/a0F4JMEd2R/lM0PFXw==", "requires": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.10", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } @@ -12335,12 +12412,12 @@ } }, "@asyncapi/glee": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.0.tgz", - "integrity": "sha512-cPuqQm8w8PG09O7dSBhCt84T01m3Lu3wtX4sDISSPHqODW0cao7piK7sNmXHtRLlnR1hiXJ8ZXbxk/M7rtKuxg==", + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.1.tgz", + "integrity": "sha512-7ZGN0BfLEhwXGi3xsZhvxVLPSV5qckI384m69z9+iRUmX1ghlm4p7KmhtRwY0GYPpCrF6hq6Kxx03Rq3+lEjeA==", "requires": { "@asyncapi/generator": "^1.17.12", - "@asyncapi/html-template": "^2.1.4", + "@asyncapi/html-template": "^2.2.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4", @@ -12376,12 +12453,12 @@ } }, "@asyncapi/html-template": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.1.5.tgz", - "integrity": "sha512-vdcIPH2Pq/SCPoqooovSC+7U0UcMD8yCZnF14rWZHIKoqNYc9xxtd/0Xfld+mWrOj/259S3KlnY+LLBaMZHmuA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.0.tgz", + "integrity": "sha512-wxIi/l3sARKuNGnxfDxmWc2Fqd1SgT7PFHZNptoly0ypgKiI2Sxn8ZaaJ26RrGYPB9z4veAklIRlDMqdyqHWDg==", "requires": { - "@asyncapi/generator-react-sdk": "^1.0.8", - "@asyncapi/parser": "^3.0.4", + "@asyncapi/generator-react-sdk": "^1.0.9", + "@asyncapi/parser": "^3.0.5", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", @@ -12401,11 +12478,11 @@ } }, "@asyncapi/openapi-schema-parser": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.12.tgz", - "integrity": "sha512-w3uMw65vZTpgpA8mQZ+TFn7DVk8efYYyjv2c4UR/3qfCa4CDVILmBAt7oVDpuxLbaNwT/C6HoCyAQDTnsCgO6Q==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.18.tgz", + "integrity": "sha512-azKEwm9wel7QS/Fz0y1C9eCUIfUEZE/JrQlGybPmQKHS213RKyo5Rjpzo9nqGc4VT7o1URDIMaYTnYdgfMitew==", "requires": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.10", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", @@ -12522,13 +12599,13 @@ } }, "@asyncapi/protobuf-schema-parser": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.1.2.tgz", - "integrity": "sha512-khZMAIJzfiue39pN611PKjGjF153q8oL37XWuMJ7qqJMOG8xQ99zfi/Q/L6gyqF/emKOw4/m9TqWcQKenCNQxQ==", + "version": "3.2.8", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.8.tgz", + "integrity": "sha512-qYKutNQTkMNrf8BB9d6o2JS/4LC+r6Fkugvg46gW66kN9dKMU2nguHWM+MdcG89nk5keM2Olz4IN8AvWqX9iew==", "requires": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.10", "@types/protocol-buffers-schema": "^3.4.1", - "protocol-buffers-schema": "^3.6.0" + "protobufjs": "^7.2.6" } }, "@asyncapi/raml-dt-schema-parser": { @@ -12553,14 +12630,14 @@ } }, "@asyncapi/react-component": { - "version": "1.2.17", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.2.17.tgz", - "integrity": "sha512-3JqGDrk+SV+W6It+CK5EDHlP6FgTPaHRj30W5debgVUikrTrjuafXgHKI2Hj+PhxBqW9WgXVacuDVDllIEjMRQ==", - "requires": { - "@asyncapi/avro-schema-parser": "^3.0.9", - "@asyncapi/openapi-schema-parser": "^3.0.11", - "@asyncapi/parser": "^3.0.4", - "@asyncapi/protobuf-schema-parser": "^3.1.0", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.2.tgz", + "integrity": "sha512-N11TZJtfh8GHKpJIoYYw91inbSiMaxVRHV8SvzpJ3v71C+Ia2p8fHd5dwCrY0BpUuzboiJWWN3VaRv++tHX3PQ==", + "requires": { + "@asyncapi/avro-schema-parser": "^3.0.18", + "@asyncapi/openapi-schema-parser": "^3.0.18", + "@asyncapi/parser": "^3.0.10", + "@asyncapi/protobuf-schema-parser": "^3.2.8", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", @@ -14520,6 +14597,60 @@ "fast-deep-equal": "^3.1.3" } }, + "@protobufjs/aspromise": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", + "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" + }, + "@protobufjs/base64": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" + }, + "@protobufjs/codegen": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", + "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" + }, + "@protobufjs/eventemitter": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", + "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" + }, + "@protobufjs/fetch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", + "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", + "requires": { + "@protobufjs/aspromise": "^1.1.1", + "@protobufjs/inquire": "^1.1.0" + } + }, + "@protobufjs/float": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", + "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" + }, + "@protobufjs/inquire": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", + "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" + }, + "@protobufjs/path": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", + "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" + }, + "@protobufjs/pool": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", + "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" + }, + "@protobufjs/utf8": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", + "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" + }, "@rollup/plugin-babel": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", @@ -16232,9 +16363,9 @@ } }, "dompurify": { - "version": "2.4.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.7.tgz", - "integrity": "sha512-kxxKlPEDa6Nc5WJi+qRgPbOAbgTpSULL+vI3NUXsZMlkJxTqYI9wg5ZTay2sFrdZRWHPWNi+EdAhcJf81WtoMQ==" + "version": "2.4.9", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.9.tgz", + "integrity": "sha512-iHtnxYMotKgOTvxIqq677JsKHvCOkAFqj9x8Mek2zdeHW1XjuFKwjpmZeMaXQRQ8AbJZDbcRz/+r1QhwvFtmQg==" }, "dotenv": { "version": "10.0.0", @@ -18118,6 +18249,11 @@ "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.9.1.tgz", "integrity": "sha512-hP3I3kCrDIMuRwAwHltphhDM1r8i55H33GgqjXbrisuJhF4kRhW1dNuxsRklp4bXl8DSdLaNLuiL4A/LWRfxvg==" }, + "long": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", + "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" + }, "loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", @@ -19384,10 +19520,24 @@ "react-is": "^16.13.1" } }, - "protocol-buffers-schema": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", - "integrity": "sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==" + "protobufjs": { + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", + "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", + "requires": { + "@protobufjs/aspromise": "^1.1.2", + "@protobufjs/base64": "^1.1.2", + "@protobufjs/codegen": "^2.0.4", + "@protobufjs/eventemitter": "^1.1.0", + "@protobufjs/fetch": "^1.1.0", + "@protobufjs/float": "^1.0.2", + "@protobufjs/inquire": "^1.1.0", + "@protobufjs/path": "^1.1.2", + "@protobufjs/pool": "^1.1.0", + "@protobufjs/utf8": "^1.1.0", + "@types/node": ">=13.7.0", + "long": "^5.0.0" + } }, "proxy-from-env": { "version": "1.1.0", diff --git a/assets/create-glee-app/templates/default/package.json b/assets/create-glee-app/templates/default/package.json index e1b5e8ef548..ede46409f55 100644 --- a/assets/create-glee-app/templates/default/package.json +++ b/assets/create-glee-app/templates/default/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/asyncapi/glee-hello-world#readme", "dependencies": { - "@asyncapi/glee": "^0.36.0" + "@asyncapi/glee": "^0.36.1" }, "devDependencies": { "@types/node": "^20.5.9" diff --git a/assets/create-glee-app/templates/tutorial/package-lock.json b/assets/create-glee-app/templates/tutorial/package-lock.json index 639b6811c25..d57b3e885c3 100644 --- a/assets/create-glee-app/templates/tutorial/package-lock.json +++ b/assets/create-glee-app/templates/tutorial/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@asyncapi/glee": "^0.36.0" + "@asyncapi/glee": "^0.36.1" }, "engines": { "node": ">=14.15.1" @@ -38,11 +38,11 @@ } }, "node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.15.tgz", - "integrity": "sha512-7dwoxX5lvlbQGIDsvuKPK3VdVDlVnwze4IUxNO/wiHl6CddciP7oF/E7+77+YoeLhiL22XNGsfciuTFgzwSxMA==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.18.tgz", + "integrity": "sha512-2w8cq10apV7Kc+mBPIaIhmErj1oJF8cERpTZKjFti1uoQCXX3oZ9H0wQCajlYNOANuh/a0F4JMEd2R/lM0PFXw==", "dependencies": { - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.10", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } @@ -155,12 +155,12 @@ } }, "node_modules/@asyncapi/glee": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.0.tgz", - "integrity": "sha512-cPuqQm8w8PG09O7dSBhCt84T01m3Lu3wtX4sDISSPHqODW0cao7piK7sNmXHtRLlnR1hiXJ8ZXbxk/M7rtKuxg==", + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.1.tgz", + "integrity": "sha512-7ZGN0BfLEhwXGi3xsZhvxVLPSV5qckI384m69z9+iRUmX1ghlm4p7KmhtRwY0GYPpCrF6hq6Kxx03Rq3+lEjeA==", "dependencies": { "@asyncapi/generator": "^1.17.12", - "@asyncapi/html-template": "^2.1.4", + "@asyncapi/html-template": "^2.2.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4", @@ -260,9 +260,9 @@ } }, "node_modules/@asyncapi/html-template": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.1.7.tgz", - "integrity": "sha512-QE3gNTgAF3xfzavbbXyUQZfoTTjFDXQy8SGoqKhbRsMxeLbQWHNiqjnMmkyJw5Iqmcqv8HIWMsz+/fbcDorCOw==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.0.tgz", + "integrity": "sha512-wxIi/l3sARKuNGnxfDxmWc2Fqd1SgT7PFHZNptoly0ypgKiI2Sxn8ZaaJ26RrGYPB9z4veAklIRlDMqdyqHWDg==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.9", "@asyncapi/parser": "^3.0.5", @@ -285,11 +285,11 @@ } }, "node_modules/@asyncapi/openapi-schema-parser": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.15.tgz", - "integrity": "sha512-/+flP6IJ4SIHoegm+Jt+pxpc/D/jh4fJ7dq8Wa6pUp7m2PQESv3CSHVHQj0oa7/H5iwSWmnzgdneMMT1axIEmA==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.18.tgz", + "integrity": "sha512-azKEwm9wel7QS/Fz0y1C9eCUIfUEZE/JrQlGybPmQKHS213RKyo5Rjpzo9nqGc4VT7o1URDIMaYTnYdgfMitew==", "dependencies": { - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.10", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", @@ -372,11 +372,11 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.5.tgz", - "integrity": "sha512-b8ngne/22A+7qiHEAzH8ufZayne12CN995Fi4d7fQqPipCdoDKT46ejmINVP4vOEZAeJujAtKQDONUcECNUNNw==", + "version": "3.2.8", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.8.tgz", + "integrity": "sha512-qYKutNQTkMNrf8BB9d6o2JS/4LC+r6Fkugvg46gW66kN9dKMU2nguHWM+MdcG89nk5keM2Olz4IN8AvWqX9iew==", "dependencies": { - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.10", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } @@ -404,14 +404,14 @@ } }, "node_modules/@asyncapi/react-component": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.3.2.tgz", - "integrity": "sha512-g75MJiy9Yv+FazfcMEud8Mk30rKJmDXmdjpzIBMpTpxIjIohP6ZGhr+FFSzrAtOKqkT2xNCzwfp2xFIaeS+vdg==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.2.tgz", + "integrity": "sha512-N11TZJtfh8GHKpJIoYYw91inbSiMaxVRHV8SvzpJ3v71C+Ia2p8fHd5dwCrY0BpUuzboiJWWN3VaRv++tHX3PQ==", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.15", - "@asyncapi/openapi-schema-parser": "^3.0.15", - "@asyncapi/parser": "^3.0.7", - "@asyncapi/protobuf-schema-parser": "^3.2.5", + "@asyncapi/avro-schema-parser": "^3.0.18", + "@asyncapi/openapi-schema-parser": "^3.0.18", + "@asyncapi/parser": "^3.0.10", + "@asyncapi/protobuf-schema-parser": "^3.2.8", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", @@ -5579,9 +5579,9 @@ } }, "node_modules/dompurify": { - "version": "2.4.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.7.tgz", - "integrity": "sha512-kxxKlPEDa6Nc5WJi+qRgPbOAbgTpSULL+vI3NUXsZMlkJxTqYI9wg5ZTay2sFrdZRWHPWNi+EdAhcJf81WtoMQ==" + "version": "2.4.9", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.4.9.tgz", + "integrity": "sha512-iHtnxYMotKgOTvxIqq677JsKHvCOkAFqj9x8Mek2zdeHW1XjuFKwjpmZeMaXQRQ8AbJZDbcRz/+r1QhwvFtmQg==" }, "node_modules/dotenv": { "version": "10.0.0", @@ -9958,7 +9958,7 @@ "version": "14.4.1", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.4.1.tgz", "integrity": "sha512-+H0Gm84aXUvSLdSiDROtLlOofftClgw2TdceMvvCU9UvMryappoeS3+eOLfKvoy4sm8B8MWnYmPhWxVFudAOFQ==", - "deprecated": "< 21.5.0 is no longer supported", + "deprecated": "< 21.8.0 is no longer supported", "hasInstallScript": true, "dependencies": { "cross-fetch": "3.1.5", diff --git a/assets/create-glee-app/templates/tutorial/package.json b/assets/create-glee-app/templates/tutorial/package.json index d42ef704ac8..f9098bf68fb 100644 --- a/assets/create-glee-app/templates/tutorial/package.json +++ b/assets/create-glee-app/templates/tutorial/package.json @@ -16,6 +16,6 @@ "author": "Fran Mendez", "license": "Apache-2.0", "dependencies": { - "@asyncapi/glee": "^0.36.0" + "@asyncapi/glee": "^0.36.1" } } From b91aab9096ad614e8e74741d13757791c0db3310 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 25 Mar 2024 11:57:20 +0100 Subject: [PATCH 2/6] chore(release): v1.7.1 (#1290) --- docs/usage.md | 50 +++++++++++++++++++++++------------------------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index e30d3d6efd5..7e9a2806646 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli $ asyncapi COMMAND running command... $ asyncapi (--version) -@asyncapi/cli/1.6.16 linux-x64 node-v18.19.1 +@asyncapi/cli/1.7.0 linux-x64 node-v18.19.1 $ asyncapi --help [COMMAND] USAGE $ asyncapi COMMAND @@ -93,7 +93,7 @@ EXAMPLES $ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components ``` -_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/bundle.ts)_ ## `asyncapi config` @@ -107,7 +107,7 @@ DESCRIPTION CLI config settings ``` -_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/index.ts)_ ## `asyncapi config context` @@ -121,7 +121,7 @@ DESCRIPTION Manage short aliases for full paths to AsyncAPI documents ``` -_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/index.ts)_ ## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH` @@ -143,7 +143,7 @@ DESCRIPTION Add a context to the store ``` -_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/add.ts)_ ## `asyncapi config context current` @@ -160,7 +160,7 @@ DESCRIPTION Shows the current context that is being used ``` -_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/current.ts)_ ## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH` @@ -181,7 +181,7 @@ DESCRIPTION Edit a context in the store ``` -_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/edit.ts)_ ## `asyncapi config context init [CONTEXT-FILE-PATH]` @@ -204,7 +204,7 @@ DESCRIPTION Initialize context ``` -_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/init.ts)_ ## `asyncapi config context list` @@ -221,7 +221,7 @@ DESCRIPTION List all the stored contexts in the store ``` -_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/list.ts)_ ## `asyncapi config context remove CONTEXT-NAME` @@ -241,7 +241,7 @@ DESCRIPTION Delete a context from the store ``` -_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/remove.ts)_ ## `asyncapi config context use CONTEXT-NAME` @@ -261,7 +261,7 @@ DESCRIPTION Set a context as current ``` -_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/use.ts)_ ## `asyncapi config versions` @@ -278,7 +278,7 @@ DESCRIPTION Show versions of AsyncAPI tools used ``` -_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/versions.ts)_ ## `asyncapi convert [SPEC-FILE]` @@ -300,7 +300,7 @@ DESCRIPTION Convert asyncapi documents older to newer versions ``` -_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/convert.ts)_ ## `asyncapi diff OLD NEW` @@ -355,7 +355,7 @@ DESCRIPTION Find diff between two asyncapi files ``` -_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/diff.ts)_ ## `asyncapi generate` @@ -369,7 +369,7 @@ DESCRIPTION Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates. ``` -_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/generate/index.ts)_ ## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE` @@ -406,7 +406,7 @@ EXAMPLES $ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write ``` -_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/generate/fromTemplate.ts)_ ## `asyncapi generate models LANGUAGE FILE` @@ -490,7 +490,7 @@ DESCRIPTION Generates typed models ``` -_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/generate/models.ts)_ ## `asyncapi new` @@ -547,7 +547,7 @@ EXAMPLES $ asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode ``` -_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/new/index.ts)_ ## `asyncapi new file` @@ -604,7 +604,7 @@ EXAMPLES $ asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode ``` -_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/new/file.ts)_ ## `asyncapi new glee` @@ -626,7 +626,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/new/glee.ts)_ ## `asyncapi new project` @@ -648,7 +648,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/new/project.ts)_ ## `asyncapi optimize [SPEC-FILE]` @@ -684,7 +684,7 @@ EXAMPLES $ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty ``` -_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/optimize.ts)_ ## `asyncapi start` @@ -698,7 +698,7 @@ DESCRIPTION Start asyncapi studio ``` -_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/start/index.ts)_ ## `asyncapi start studio` @@ -717,7 +717,7 @@ DESCRIPTION starts a new local instance of Studio ``` -_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/start/studio.ts)_ ## `asyncapi validate [SPEC-FILE]` @@ -744,5 +744,5 @@ DESCRIPTION validate asyncapi file ``` -_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.16/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/validate.ts)_ diff --git a/package-lock.json b/package-lock.json index 6316cae3d84..d6315d93ddf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/cli", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/cli", - "version": "1.7.0", + "version": "1.7.1", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.17", diff --git a/package.json b/package.json index 78053cfb46c..4d740f41b8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asyncapi/cli", "description": "All in one CLI for all AsyncAPI tools", - "version": "1.7.0", + "version": "1.7.1", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run" From 6954c8b61a7652f47e91695b3be174c7dbbfd711 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 25 Mar 2024 12:08:44 +0100 Subject: [PATCH 3/6] fix: update @asyncapi/glee to 0.36.2 version (#1291) --- .../templates/default/package-lock.json | 30 +++++++++---------- .../templates/default/package.json | 2 +- .../templates/tutorial/package-lock.json | 16 +++++----- .../templates/tutorial/package.json | 2 +- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/assets/create-glee-app/templates/default/package-lock.json b/assets/create-glee-app/templates/default/package-lock.json index 4c369e5af66..659933b5319 100644 --- a/assets/create-glee-app/templates/default/package-lock.json +++ b/assets/create-glee-app/templates/default/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@asyncapi/glee": "^0.36.1" + "@asyncapi/glee": "^0.36.2" }, "devDependencies": { "@types/node": "^20.5.9" @@ -169,12 +169,12 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/glee": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.1.tgz", - "integrity": "sha512-7ZGN0BfLEhwXGi3xsZhvxVLPSV5qckI384m69z9+iRUmX1ghlm4p7KmhtRwY0GYPpCrF6hq6Kxx03Rq3+lEjeA==", + "version": "0.36.2", + "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.2.tgz", + "integrity": "sha512-eGMx47li5LIH8S4xelQUoQhC4QCDrGrjKJDIyzO/IIMyZN4UVu4aSt7XjRpXfmQ0iGXC/5Yh23QnbZncIHsH7A==", "dependencies": { "@asyncapi/generator": "^1.17.12", - "@asyncapi/html-template": "^2.2.0", + "@asyncapi/html-template": "^2.2.1", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4", @@ -216,9 +216,9 @@ } }, "node_modules/@asyncapi/html-template": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.0.tgz", - "integrity": "sha512-wxIi/l3sARKuNGnxfDxmWc2Fqd1SgT7PFHZNptoly0ypgKiI2Sxn8ZaaJ26RrGYPB9z4veAklIRlDMqdyqHWDg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.1.tgz", + "integrity": "sha512-t+hsjXg2EEFPUxY3PaKdj6i6WT+B+KvcYR9x0MyCh8kXo/bJXnsOVVon0l/QOfkonMvVaTIJmc47NLK7WViqPA==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.9", "@asyncapi/parser": "^3.0.5", @@ -12412,12 +12412,12 @@ } }, "@asyncapi/glee": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.1.tgz", - "integrity": "sha512-7ZGN0BfLEhwXGi3xsZhvxVLPSV5qckI384m69z9+iRUmX1ghlm4p7KmhtRwY0GYPpCrF6hq6Kxx03Rq3+lEjeA==", + "version": "0.36.2", + "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.2.tgz", + "integrity": "sha512-eGMx47li5LIH8S4xelQUoQhC4QCDrGrjKJDIyzO/IIMyZN4UVu4aSt7XjRpXfmQ0iGXC/5Yh23QnbZncIHsH7A==", "requires": { "@asyncapi/generator": "^1.17.12", - "@asyncapi/html-template": "^2.2.0", + "@asyncapi/html-template": "^2.2.1", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4", @@ -12453,9 +12453,9 @@ } }, "@asyncapi/html-template": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.0.tgz", - "integrity": "sha512-wxIi/l3sARKuNGnxfDxmWc2Fqd1SgT7PFHZNptoly0ypgKiI2Sxn8ZaaJ26RrGYPB9z4veAklIRlDMqdyqHWDg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.1.tgz", + "integrity": "sha512-t+hsjXg2EEFPUxY3PaKdj6i6WT+B+KvcYR9x0MyCh8kXo/bJXnsOVVon0l/QOfkonMvVaTIJmc47NLK7WViqPA==", "requires": { "@asyncapi/generator-react-sdk": "^1.0.9", "@asyncapi/parser": "^3.0.5", diff --git a/assets/create-glee-app/templates/default/package.json b/assets/create-glee-app/templates/default/package.json index ede46409f55..a7c60f0d620 100644 --- a/assets/create-glee-app/templates/default/package.json +++ b/assets/create-glee-app/templates/default/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/asyncapi/glee-hello-world#readme", "dependencies": { - "@asyncapi/glee": "^0.36.1" + "@asyncapi/glee": "^0.36.2" }, "devDependencies": { "@types/node": "^20.5.9" diff --git a/assets/create-glee-app/templates/tutorial/package-lock.json b/assets/create-glee-app/templates/tutorial/package-lock.json index d57b3e885c3..916b1450bc6 100644 --- a/assets/create-glee-app/templates/tutorial/package-lock.json +++ b/assets/create-glee-app/templates/tutorial/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@asyncapi/glee": "^0.36.1" + "@asyncapi/glee": "^0.36.2" }, "engines": { "node": ">=14.15.1" @@ -155,12 +155,12 @@ } }, "node_modules/@asyncapi/glee": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.1.tgz", - "integrity": "sha512-7ZGN0BfLEhwXGi3xsZhvxVLPSV5qckI384m69z9+iRUmX1ghlm4p7KmhtRwY0GYPpCrF6hq6Kxx03Rq3+lEjeA==", + "version": "0.36.2", + "resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.2.tgz", + "integrity": "sha512-eGMx47li5LIH8S4xelQUoQhC4QCDrGrjKJDIyzO/IIMyZN4UVu4aSt7XjRpXfmQ0iGXC/5Yh23QnbZncIHsH7A==", "dependencies": { "@asyncapi/generator": "^1.17.12", - "@asyncapi/html-template": "^2.2.0", + "@asyncapi/html-template": "^2.2.1", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4", @@ -260,9 +260,9 @@ } }, "node_modules/@asyncapi/html-template": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.0.tgz", - "integrity": "sha512-wxIi/l3sARKuNGnxfDxmWc2Fqd1SgT7PFHZNptoly0ypgKiI2Sxn8ZaaJ26RrGYPB9z4veAklIRlDMqdyqHWDg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.1.tgz", + "integrity": "sha512-t+hsjXg2EEFPUxY3PaKdj6i6WT+B+KvcYR9x0MyCh8kXo/bJXnsOVVon0l/QOfkonMvVaTIJmc47NLK7WViqPA==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.9", "@asyncapi/parser": "^3.0.5", diff --git a/assets/create-glee-app/templates/tutorial/package.json b/assets/create-glee-app/templates/tutorial/package.json index f9098bf68fb..2a41c370447 100644 --- a/assets/create-glee-app/templates/tutorial/package.json +++ b/assets/create-glee-app/templates/tutorial/package.json @@ -16,6 +16,6 @@ "author": "Fran Mendez", "license": "Apache-2.0", "dependencies": { - "@asyncapi/glee": "^0.36.1" + "@asyncapi/glee": "^0.36.2" } } From 8ad77891329e255bdd904e86f4d40f1657de9037 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 25 Mar 2024 12:16:13 +0100 Subject: [PATCH 4/6] chore(release): v1.7.2 (#1292) --- docs/usage.md | 50 +++++++++++++++++++++++------------------------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 7e9a2806646..fec6ef651b7 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli $ asyncapi COMMAND running command... $ asyncapi (--version) -@asyncapi/cli/1.7.0 linux-x64 node-v18.19.1 +@asyncapi/cli/1.7.1 linux-x64 node-v18.19.1 $ asyncapi --help [COMMAND] USAGE $ asyncapi COMMAND @@ -93,7 +93,7 @@ EXAMPLES $ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components ``` -_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/bundle.ts)_ ## `asyncapi config` @@ -107,7 +107,7 @@ DESCRIPTION CLI config settings ``` -_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/index.ts)_ ## `asyncapi config context` @@ -121,7 +121,7 @@ DESCRIPTION Manage short aliases for full paths to AsyncAPI documents ``` -_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/index.ts)_ ## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH` @@ -143,7 +143,7 @@ DESCRIPTION Add a context to the store ``` -_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/add.ts)_ ## `asyncapi config context current` @@ -160,7 +160,7 @@ DESCRIPTION Shows the current context that is being used ``` -_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/current.ts)_ ## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH` @@ -181,7 +181,7 @@ DESCRIPTION Edit a context in the store ``` -_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/edit.ts)_ ## `asyncapi config context init [CONTEXT-FILE-PATH]` @@ -204,7 +204,7 @@ DESCRIPTION Initialize context ``` -_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/init.ts)_ ## `asyncapi config context list` @@ -221,7 +221,7 @@ DESCRIPTION List all the stored contexts in the store ``` -_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/list.ts)_ ## `asyncapi config context remove CONTEXT-NAME` @@ -241,7 +241,7 @@ DESCRIPTION Delete a context from the store ``` -_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/remove.ts)_ ## `asyncapi config context use CONTEXT-NAME` @@ -261,7 +261,7 @@ DESCRIPTION Set a context as current ``` -_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/use.ts)_ ## `asyncapi config versions` @@ -278,7 +278,7 @@ DESCRIPTION Show versions of AsyncAPI tools used ``` -_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/versions.ts)_ ## `asyncapi convert [SPEC-FILE]` @@ -300,7 +300,7 @@ DESCRIPTION Convert asyncapi documents older to newer versions ``` -_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/convert.ts)_ ## `asyncapi diff OLD NEW` @@ -355,7 +355,7 @@ DESCRIPTION Find diff between two asyncapi files ``` -_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/diff.ts)_ ## `asyncapi generate` @@ -369,7 +369,7 @@ DESCRIPTION Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates. ``` -_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/generate/index.ts)_ ## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE` @@ -406,7 +406,7 @@ EXAMPLES $ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write ``` -_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/generate/fromTemplate.ts)_ ## `asyncapi generate models LANGUAGE FILE` @@ -490,7 +490,7 @@ DESCRIPTION Generates typed models ``` -_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/generate/models.ts)_ ## `asyncapi new` @@ -547,7 +547,7 @@ EXAMPLES $ asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode ``` -_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/new/index.ts)_ ## `asyncapi new file` @@ -604,7 +604,7 @@ EXAMPLES $ asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode ``` -_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/new/file.ts)_ ## `asyncapi new glee` @@ -626,7 +626,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/new/glee.ts)_ ## `asyncapi new project` @@ -648,7 +648,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/new/project.ts)_ ## `asyncapi optimize [SPEC-FILE]` @@ -684,7 +684,7 @@ EXAMPLES $ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty ``` -_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/optimize.ts)_ ## `asyncapi start` @@ -698,7 +698,7 @@ DESCRIPTION Start asyncapi studio ``` -_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/start/index.ts)_ ## `asyncapi start studio` @@ -717,7 +717,7 @@ DESCRIPTION starts a new local instance of Studio ``` -_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/start/studio.ts)_ ## `asyncapi validate [SPEC-FILE]` @@ -744,5 +744,5 @@ DESCRIPTION validate asyncapi file ``` -_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.7.0/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/validate.ts)_ diff --git a/package-lock.json b/package-lock.json index d6315d93ddf..a80fb32af1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/cli", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/cli", - "version": "1.7.1", + "version": "1.7.2", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.17", diff --git a/package.json b/package.json index 4d740f41b8c..03ad6aac1ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asyncapi/cli", "description": "All in one CLI for all AsyncAPI tools", - "version": "1.7.1", + "version": "1.7.2", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run" From ac8387678226d9f86697163b65e2ebb36a873bee Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 25 Mar 2024 12:23:38 +0100 Subject: [PATCH 5/6] fix: update @asyncapi/generator to 1.17.13 version (#1293) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a80fb32af1c..d6eb9705254 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.15", "@asyncapi/diff": "^0.4.1", - "@asyncapi/generator": "^1.17.12", + "@asyncapi/generator": "^1.17.13", "@asyncapi/modelina": "^3.4.5", "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.2.7", @@ -238,9 +238,9 @@ } }, "node_modules/@asyncapi/generator": { - "version": "1.17.12", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.12.tgz", - "integrity": "sha512-7SgrpwKE1SnhgbZD3qW1cOX4KnVsyyzLPr/UDt0qd1cHo1rShJ+gj9sbI81V+29PjGB4KjHsO86eAp+qO5J0bQ==", + "version": "1.17.13", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.13.tgz", + "integrity": "sha512-9IAhVN1rys4+RuZyrPlOYSvW+bcAEoOY/+UT7gRtm1BEPBB8551rK5RHM0JbcrroW8uRy+XEJ3WykeIWgckIWw==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.13", "@asyncapi/parser": "^3.0.10", diff --git a/package.json b/package.json index 03ad6aac1ec..11393835f0d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.15", "@asyncapi/diff": "^0.4.1", - "@asyncapi/generator": "^1.17.12", + "@asyncapi/generator": "^1.17.13", "@asyncapi/modelina": "^3.4.5", "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.2.7", From e1e4050a106a20ad78f37175433e085365d16ce6 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 25 Mar 2024 12:31:54 +0100 Subject: [PATCH 6/6] chore(release): v1.7.3 (#1295) --- docs/usage.md | 50 +++++++++++++++++++++++------------------------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index fec6ef651b7..e92ac4af29e 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/cli $ asyncapi COMMAND running command... $ asyncapi (--version) -@asyncapi/cli/1.7.1 linux-x64 node-v18.19.1 +@asyncapi/cli/1.7.2 linux-x64 node-v18.19.1 $ asyncapi --help [COMMAND] USAGE $ asyncapi COMMAND @@ -93,7 +93,7 @@ EXAMPLES $ asyncapi bundle ./asyncapi.yaml ./features.yaml --base ./asyncapi.yaml --reference-into-components ``` -_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/bundle.ts)_ ## `asyncapi config` @@ -107,7 +107,7 @@ DESCRIPTION CLI config settings ``` -_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/config/index.ts)_ ## `asyncapi config context` @@ -121,7 +121,7 @@ DESCRIPTION Manage short aliases for full paths to AsyncAPI documents ``` -_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/config/context/index.ts)_ ## `asyncapi config context add CONTEXT-NAME SPEC-FILE-PATH` @@ -143,7 +143,7 @@ DESCRIPTION Add a context to the store ``` -_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/config/context/add.ts)_ ## `asyncapi config context current` @@ -160,7 +160,7 @@ DESCRIPTION Shows the current context that is being used ``` -_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/config/context/current.ts)_ ## `asyncapi config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH` @@ -181,7 +181,7 @@ DESCRIPTION Edit a context in the store ``` -_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/config/context/edit.ts)_ ## `asyncapi config context init [CONTEXT-FILE-PATH]` @@ -204,7 +204,7 @@ DESCRIPTION Initialize context ``` -_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/config/context/init.ts)_ ## `asyncapi config context list` @@ -221,7 +221,7 @@ DESCRIPTION List all the stored contexts in the store ``` -_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/config/context/list.ts)_ ## `asyncapi config context remove CONTEXT-NAME` @@ -241,7 +241,7 @@ DESCRIPTION Delete a context from the store ``` -_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/config/context/remove.ts)_ ## `asyncapi config context use CONTEXT-NAME` @@ -261,7 +261,7 @@ DESCRIPTION Set a context as current ``` -_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/config/context/use.ts)_ ## `asyncapi config versions` @@ -278,7 +278,7 @@ DESCRIPTION Show versions of AsyncAPI tools used ``` -_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/config/versions.ts)_ ## `asyncapi convert [SPEC-FILE]` @@ -300,7 +300,7 @@ DESCRIPTION Convert asyncapi documents older to newer versions ``` -_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/convert.ts)_ ## `asyncapi diff OLD NEW` @@ -355,7 +355,7 @@ DESCRIPTION Find diff between two asyncapi files ``` -_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/diff.ts)_ ## `asyncapi generate` @@ -369,7 +369,7 @@ DESCRIPTION Generate typed models or other things like clients, applications or docs using AsyncAPI Generator templates. ``` -_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/generate/index.ts)_ ## `asyncapi generate fromTemplate ASYNCAPI TEMPLATE` @@ -406,7 +406,7 @@ EXAMPLES $ asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template --param version=1.0.0 singleFile=true --output ./docs --force-write ``` -_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/generate/fromTemplate.ts)_ ## `asyncapi generate models LANGUAGE FILE` @@ -490,7 +490,7 @@ DESCRIPTION Generates typed models ``` -_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/generate/models.ts)_ ## `asyncapi new` @@ -547,7 +547,7 @@ EXAMPLES $ asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode ``` -_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/new/index.ts)_ ## `asyncapi new file` @@ -604,7 +604,7 @@ EXAMPLES $ asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode ``` -_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/new/file.ts)_ ## `asyncapi new glee` @@ -626,7 +626,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/new/glee.ts)_ ## `asyncapi new project` @@ -648,7 +648,7 @@ DESCRIPTION Creates a new Glee project ``` -_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/new/project.ts)_ ## `asyncapi optimize [SPEC-FILE]` @@ -684,7 +684,7 @@ EXAMPLES $ asyncapi optimize ./asyncapi.yaml --optimization=remove-components,reuse-components,move-to-components --output=terminal --no-tty ``` -_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/optimize.ts)_ ## `asyncapi start` @@ -698,7 +698,7 @@ DESCRIPTION Start asyncapi studio ``` -_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/start/index.ts)_ ## `asyncapi start studio` @@ -717,7 +717,7 @@ DESCRIPTION starts a new local instance of Studio ``` -_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/start/studio.ts)_ ## `asyncapi validate [SPEC-FILE]` @@ -744,5 +744,5 @@ DESCRIPTION validate asyncapi file ``` -_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.7.1/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.7.2/src/commands/validate.ts)_ diff --git a/package-lock.json b/package-lock.json index d6eb9705254..d1c08b034f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/cli", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/cli", - "version": "1.7.2", + "version": "1.7.3", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.17", diff --git a/package.json b/package.json index 11393835f0d..e43c40205a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asyncapi/cli", "description": "All in one CLI for all AsyncAPI tools", - "version": "1.7.2", + "version": "1.7.3", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run"