You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the generator to generate html doc , a warning from simple-git is raised :
`
simple-git has supported promises / async await since version 2.6.0.
Importing from 'simple-git/promise' has been deprecated and will be
removed by July 2022.
To upgrade, change all 'simple-git/promise' imports to just 'simple-git'
`
How to Reproduce
used generator version : 1.9.1
Just try to generate html doc from an asyncapi.yaml. npx ag specs/asyncapi.yaml ../node_modules/@asyncapi/html-template -o ./html
Expected behavior
No warning from simple-git
The text was updated successfully, but these errors were encountered:
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Describe the bug
While using the generator to generate html doc , a warning from simple-git is raised :
`
simple-git has supported promises / async await since version 2.6.0.
Importing from 'simple-git/promise' has been deprecated and will be
removed by July 2022.
To upgrade, change all 'simple-git/promise' imports to just 'simple-git'
`
How to Reproduce
used generator version : 1.9.1
Just try to generate html doc from an asyncapi.yaml.
npx ag specs/asyncapi.yaml ../node_modules/@asyncapi/html-template -o ./html
Expected behavior
No warning from simple-git
The text was updated successfully, but these errors were encountered: