Skip to content

Commit

Permalink
Merge master into bot/bump-@asyncapi/bundler-0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot-eve authored Aug 8, 2024
2 parents 9d0cab8 + 494bbfb commit c79eec0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight: 30

## Node and npm

To use the AsyncAPI CLI tool, you must install NPM and Node.js version 10 or higher. To check if you already have both installed, run the following commands in your terminal:
To use the AsyncAPI CLI tool, you must install NPM and Node.js version 16 or higher. To check if you already have both installed, run the following commands in your terminal:

```sh
# check if node is installed
Expand Down
5 changes: 0 additions & 5 deletions test/integration/bundle/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@ info:
title: Account Service
version: 1.0.0
description: This service is in charge of processing user logouts
channels:
user/loggedOut:
unsubcribe:
message:
$ref: 'test/integration/bundle/messages.yaml#/messages/UserLoggedOut'
4 changes: 0 additions & 4 deletions test/integration/bundle/final-asyncapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ channels:
subscribe:
message:
$ref: '#/components/messages/UserSignedUp'
user/loggedOut:
unsubcribe:
message:
$ref: '#/components/messages/UserLoggedOut'
components:
messages:
UserSignedUp:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/bundle/first-asyncapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ channels:
user/signedup:
subscribe:
message:
$ref: "./test/integration/bundle/messages.yaml#/messages/UserSignedUp"
$ref: "./messages.yaml#/messages/UserSignedUp"
2 changes: 1 addition & 1 deletion test/integration/bundle/first-asyncapiv3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ info:
description: Example Service.
channels:
commentLikedChannel:
$ref: './test/integration/bundle/channels.yaml#/channels/commentLikedChannel'
$ref: './channels.yaml#/channels/commentLikedChannel'

0 comments on commit c79eec0

Please sign in to comment.