From a8c47b635cd2d9aa3492cc1ecc2d7be0556bc1ee Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 08:17:11 +0100 Subject: [PATCH 01/10] fix: update @asyncapi/parser to 3.0.8 version (#1229) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72a314a135c..3288ed338ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@asyncapi/modelina": "^3.4.2", "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/optimizer": "^0.2.7", - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.8", "@asyncapi/protobuf-schema-parser": "^3.2.5", "@asyncapi/raml-dt-schema-parser": "^4.0.14", "@asyncapi/studio": "^0.20.0", @@ -1396,11 +1396,11 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.7.tgz", - "integrity": "sha512-CKdkZbhs+2Mw7M2UZPypKEhKuaF+o5qZB2TQc0pDf+Wr09uEnm6WTdyqzmMGVb5fkQYApu8psQeDyVMbhfoWXQ==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.8.tgz", + "integrity": "sha512-BdH+Or1MjZdoBotz1DkwY6aW3CPWA5fcFMAngmBkviIHhmZqZBn7hA55WQ5YeYbRytct/o2ATtVI/pHbU/wPGg==", "dependencies": { - "@asyncapi/specs": "^6.5.0", + "@asyncapi/specs": "^6.5.1", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -1585,9 +1585,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.0.tgz", - "integrity": "sha512-84QUcfMT05+vvHO5EnSI0I5OZKzMgF/i3vgw92ghk1l52VM/lb3qNnuARzyo+uHJ9kmIb5+naK9wTuliVOdzmg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.1.tgz", + "integrity": "sha512-T7pOyVt7jo3VV3dPVvWwGYde/09WyFa0Qpq8Yjj06UNWJoXACftsdRF/pK0qLtjC0NAB8YV0AlDvxASYiwXq3g==", "dependencies": { "@types/json-schema": "^7.0.11" } diff --git a/package.json b/package.json index 45278fa222f..fe9e2a79c68 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@asyncapi/modelina": "^3.4.2", "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/optimizer": "^0.2.7", - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.8", "@asyncapi/protobuf-schema-parser": "^3.2.5", "@asyncapi/raml-dt-schema-parser": "^4.0.14", "@asyncapi/studio": "^0.20.0", From 43ea19760c4d500a4c349f6aa8c6090665e0b305 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 08:36:25 +0100 Subject: [PATCH 02/10] fix: update @asyncapi/protobuf-schema-parser to 3.2.6 version (#1230) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3288ed338ae..542a96df1e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.8", - "@asyncapi/protobuf-schema-parser": "^3.2.5", + "@asyncapi/protobuf-schema-parser": "^3.2.6", "@asyncapi/raml-dt-schema-parser": "^4.0.14", "@asyncapi/studio": "^0.20.0", "@oclif/core": "^1.26.2", @@ -1463,11 +1463,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.6", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.6.tgz", + "integrity": "sha512-8mEoUeK06BwW+2q8+UL1Hy2HS6vJRz/nqrPh4TeBunvIOL9hSDFkB56mahbjKHMTy/ov9S6maA1GLY/Cc4c/5Q==", "dependencies": { - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.8", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } diff --git a/package.json b/package.json index fe9e2a79c68..d5674a0677a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.8", - "@asyncapi/protobuf-schema-parser": "^3.2.5", + "@asyncapi/protobuf-schema-parser": "^3.2.6", "@asyncapi/raml-dt-schema-parser": "^4.0.14", "@asyncapi/studio": "^0.20.0", "@oclif/core": "^1.26.2", From 91730fde9ffcd421397726f5386e5649eb337ad9 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 09:00:13 +0100 Subject: [PATCH 03/10] fix: update @asyncapi/openapi-schema-parser to 3.0.16 version (#1236) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 542a96df1e4..f37296d6cc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.7", "@asyncapi/modelina": "^3.4.2", - "@asyncapi/openapi-schema-parser": "^3.0.12", + "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.8", "@asyncapi/protobuf-schema-parser": "^3.2.6", @@ -1371,11 +1371,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.16", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.16.tgz", + "integrity": "sha512-GM6arqjCcDIpb5YdtInjzk7LeRwnAJOVoqQRX38Qz/R4S8S+3aeJMY8ZuJDhViggxmEXhvVZUfI0Cjyxpf5fQA==", "dependencies": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.8", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", diff --git a/package.json b/package.json index d5674a0677a..6a44075f1e2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.7", "@asyncapi/modelina": "^3.4.2", - "@asyncapi/openapi-schema-parser": "^3.0.12", + "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.8", "@asyncapi/protobuf-schema-parser": "^3.2.6", From b4d825cfadf7e599126a3f66b4b532fb1eacdc0a Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 09:17:33 +0100 Subject: [PATCH 04/10] chore(release): v1.6.6 (#1240) --- 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 0cf647d0aaf..c73852922d2 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.3 linux-x64 node-v18.19.1 +@asyncapi/cli/1.6.4 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.3/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.4/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.3/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.4/src/commands/validate.ts)_ diff --git a/package-lock.json b/package-lock.json index f37296d6cc0..4bfa61b7c6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/cli", - "version": "1.6.4", + "version": "1.6.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/cli", - "version": "1.6.4", + "version": "1.6.6", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.15", diff --git a/package.json b/package.json index 6a44075f1e2..6f44065ff0f 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.6.4", + "version": "1.6.6", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run" From f31b77b7a08030d2b9709b76d8ca20fea24990a2 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 09:36:47 +0100 Subject: [PATCH 05/10] fix: update @asyncapi/modelina to 3.4.3 version (#1242) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bfa61b7c6e..fdbcb46e5ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@asyncapi/converter": "^1.4.11", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.7", - "@asyncapi/modelina": "^3.4.2", + "@asyncapi/modelina": "^3.4.3", "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.8", @@ -1310,13 +1310,13 @@ "link": true }, "node_modules/@asyncapi/modelina": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.4.2.tgz", - "integrity": "sha512-H9XwkshPsHIc5HU0VyaN33bJsv/tgTt+WZreIZGuu29O2uwkiiKpyoe8BUGJB5GoKjaN44b+x84Xn0uvy3xmXg==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.4.3.tgz", + "integrity": "sha512-1Xhwa26tyADlOH5CosmfQhrlAurrCYzwud932d8wQCxPfVzezu0B9JkMLWqBnzv7w2DAYug+Uni4VqXo/+KYvA==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.1.0", "@apidevtools/swagger-parser": "^10.1.0", - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.8", "@smoya/multi-parser": "^5.0.1", "@swc/core": "^1.3.5", "@swc/jest": "^0.2.23", diff --git a/package.json b/package.json index 6f44065ff0f..98696bb107a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@asyncapi/converter": "^1.4.11", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.7", - "@asyncapi/modelina": "^3.4.2", + "@asyncapi/modelina": "^3.4.3", "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.8", From a3cc04fbc13369435da7d384e5ab8d6309d997ef Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 09:50:45 +0100 Subject: [PATCH 06/10] chore(release): v1.6.7 (#1245) --- 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 c73852922d2..6785a3d1bc4 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.4 linux-x64 node-v18.19.1 +@asyncapi/cli/1.6.6 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.4/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.6/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.4/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.6/src/commands/validate.ts)_ diff --git a/package-lock.json b/package-lock.json index fdbcb46e5ae..80bd52f0e8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/cli", - "version": "1.6.6", + "version": "1.6.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/cli", - "version": "1.6.6", + "version": "1.6.7", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.15", diff --git a/package.json b/package.json index 98696bb107a..ede9c724651 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.6.6", + "version": "1.6.7", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run" From bd4e52f5cf19bfeb27a8634883762d7fadcb8385 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 11:52:14 +0100 Subject: [PATCH 07/10] fix: update @asyncapi/parser to 3.0.9 version (#1246) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80bd52f0e8e..7b7d0f16e66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@asyncapi/modelina": "^3.4.3", "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.2.7", - "@asyncapi/parser": "^3.0.8", + "@asyncapi/parser": "^3.0.9", "@asyncapi/protobuf-schema-parser": "^3.2.6", "@asyncapi/raml-dt-schema-parser": "^4.0.14", "@asyncapi/studio": "^0.20.0", @@ -1396,11 +1396,11 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.8.tgz", - "integrity": "sha512-BdH+Or1MjZdoBotz1DkwY6aW3CPWA5fcFMAngmBkviIHhmZqZBn7hA55WQ5YeYbRytct/o2ATtVI/pHbU/wPGg==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.9.tgz", + "integrity": "sha512-xsuW8UHWwQD8zbGCYirA6gjRkVUL9+RxboQY1Fm+AFlRo9cL9kMQr7OvfduJErI0PEsp/KdkuP56s7izlt5/+A==", "dependencies": { - "@asyncapi/specs": "^6.5.1", + "@asyncapi/specs": "^6.5.2", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -1585,9 +1585,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.1.tgz", - "integrity": "sha512-T7pOyVt7jo3VV3dPVvWwGYde/09WyFa0Qpq8Yjj06UNWJoXACftsdRF/pK0qLtjC0NAB8YV0AlDvxASYiwXq3g==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.3.tgz", + "integrity": "sha512-mZROlCOLkZEWy5tN4pPop3JEJflSKmLLMGO1TebF5wjnroqZ3yp/GuGUxVIl3jVNxFk1i5nZ2AtWzAD/HaUj3Q==", "dependencies": { "@types/json-schema": "^7.0.11" } diff --git a/package.json b/package.json index ede9c724651..04baed0a988 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@asyncapi/modelina": "^3.4.3", "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.2.7", - "@asyncapi/parser": "^3.0.8", + "@asyncapi/parser": "^3.0.9", "@asyncapi/protobuf-schema-parser": "^3.2.6", "@asyncapi/raml-dt-schema-parser": "^4.0.14", "@asyncapi/studio": "^0.20.0", From e3f36cf9ab014b9fd6931e7a3ef307a599bc8587 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 12:16:42 +0100 Subject: [PATCH 08/10] fix: update @asyncapi/converter to 1.4.14 version (#1247) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b7d0f16e66..679b1e14fd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.15", "@asyncapi/bundler": "^0.4.0", - "@asyncapi/converter": "^1.4.11", + "@asyncapi/converter": "^1.4.14", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.7", "@asyncapi/modelina": "^3.4.3", @@ -202,11 +202,11 @@ } }, "node_modules/@asyncapi/converter": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-1.4.11.tgz", - "integrity": "sha512-Ud0WXUyWMn7+ewOq10iwChrEg147/YB4byEKMG53o+Xpg/hYLi1xoiJy6zG+f4aQ/W6LzdcUUpLO9GkLU7lZpg==", + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-1.4.14.tgz", + "integrity": "sha512-wmiyxpJk1cGOR+GvUvdS/V4t29vR4GwydSlJHHoE411ga3pdIW3/29ijUn3+j+DMCA9O8rlJ/YDirvOf2QQG+Q==", "dependencies": { - "@asyncapi/parser": "^3.0.6", + "@asyncapi/parser": "^3.0.9", "js-yaml": "^3.14.1" } }, diff --git a/package.json b/package.json index 04baed0a988..1c3607bb496 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.15", "@asyncapi/bundler": "^0.4.0", - "@asyncapi/converter": "^1.4.11", + "@asyncapi/converter": "^1.4.14", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.7", "@asyncapi/modelina": "^3.4.3", From 1d038846ae4a55d46b34585abaac7dc1b166c46f Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 12:22:28 +0100 Subject: [PATCH 09/10] chore(release): v1.6.8 (#1248) --- 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 6785a3d1bc4..031f644e747 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.6 linux-x64 node-v18.19.1 +@asyncapi/cli/1.6.7 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.6/src/commands/bundle.ts)_ +_See code: [src/commands/bundle.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/config/versions.ts)_ +_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/convert.ts)_ +_See code: [src/commands/convert.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/generate/index.ts)_ +_See code: [src/commands/generate/index.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/generate/fromTemplate.ts)_ +_See code: [src/commands/generate/fromTemplate.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/generate/models.ts)_ +_See code: [src/commands/generate/models.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/new/index.ts)_ +_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/new/file.ts)_ +_See code: [src/commands/new/file.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/new/glee.ts)_ +_See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/new/project.ts)_ +_See code: [src/commands/new/project.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/optimize.ts)_ +_See code: [src/commands/optimize.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/start/index.ts)_ +_See code: [src/commands/start/index.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/start/studio.ts)_ +_See code: [src/commands/start/studio.ts](https://github.com/asyncapi/cli/blob/v1.6.7/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.6/src/commands/validate.ts)_ +_See code: [src/commands/validate.ts](https://github.com/asyncapi/cli/blob/v1.6.7/src/commands/validate.ts)_ diff --git a/package-lock.json b/package-lock.json index 679b1e14fd4..550f630c338 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/cli", - "version": "1.6.7", + "version": "1.6.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/cli", - "version": "1.6.7", + "version": "1.6.8", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.15", diff --git a/package.json b/package.json index 1c3607bb496..80428c86c42 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.6.7", + "version": "1.6.8", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run" From 7aeba5ecc1099235d535e0967ffc513e3973e002 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 13:11:34 +0100 Subject: [PATCH 10/10] fix: update @asyncapi/avro-schema-parser to 3.0.17 version (#1252) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 550f630c338..48419174307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.6.8", "license": "Apache-2.0", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.15", + "@asyncapi/avro-schema-parser": "^3.0.17", "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.14", "@asyncapi/diff": "^0.4.1", @@ -181,11 +181,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.17", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.17.tgz", + "integrity": "sha512-r36XmZwrWvJ7WnELi1GHOnPEZR1vdf5Qr2DGIC/tskTiFeyYn+qbjm2PMZY9bD73VJmMmaqyZldkx7w3nTTIrw==", "dependencies": { - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.9", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } diff --git a/package.json b/package.json index 80428c86c42..88a799db17f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "bugs": "https://github.com/asyncapi/cli/issues", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.15", + "@asyncapi/avro-schema-parser": "^3.0.17", "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.14", "@asyncapi/diff": "^0.4.1",