Skip to content

Commit 494bbfb

Browse files
authored
fix: update package @asyncapi/bundler to version 0.6.1 (#1492)
1 parent cec4e00 commit 494bbfb

File tree

7 files changed

+21
-18
lines changed

7 files changed

+21
-18
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 30
55

66
## Node and npm
77

8-
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:
8+
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:
99

1010
```sh
1111
# check if node is installed

package-lock.json

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bugs": "https://github.com/asyncapi/cli/issues",
1010
"dependencies": {
1111
"@asyncapi/avro-schema-parser": "^3.0.23",
12-
"@asyncapi/bundler": "^0.5.3",
12+
"@asyncapi/bundler": "^0.6.1",
1313
"@asyncapi/converter": "^1.4.20",
1414
"@asyncapi/diff": "^0.4.1",
1515
"@asyncapi/modelina-cli": "^4.0.0-next.48",

test/integration/bundle/feature.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@ info:
33
title: Account Service
44
version: 1.0.0
55
description: This service is in charge of processing user logouts
6-
channels:
7-
user/loggedOut:
8-
unsubcribe:
9-
message:
10-
$ref: 'test/integration/bundle/messages.yaml#/messages/UserLoggedOut'

test/integration/bundle/final-asyncapi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ channels:
88
subscribe:
99
message:
1010
$ref: '#/components/messages/UserSignedUp'
11-
user/loggedOut:
12-
unsubcribe:
13-
message:
14-
$ref: '#/components/messages/UserLoggedOut'
1511
components:
1612
messages:
1713
UserSignedUp:

test/integration/bundle/first-asyncapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ channels:
77
user/signedup:
88
subscribe:
99
message:
10-
$ref: "./test/integration/bundle/messages.yaml#/messages/UserSignedUp"
10+
$ref: "./messages.yaml#/messages/UserSignedUp"

test/integration/bundle/first-asyncapiv3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ info:
55
description: Example Service.
66
channels:
77
commentLikedChannel:
8-
$ref: './test/integration/bundle/channels.yaml#/channels/commentLikedChannel'
8+
$ref: './channels.yaml#/channels/commentLikedChannel'

0 commit comments

Comments
 (0)