Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/asyncapi/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Oct 4, 2024
2 parents 24e301c + 786f840 commit c05a27b
Show file tree
Hide file tree
Showing 36 changed files with 13,230 additions and 53,135 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ lib
/test/commands/generate/models/
test/helpers
/test/fixtures/minimaltemplate
/test/fixtures/newtemplate
create-glee-app
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@
"no-use-before-define": "off",
"sonarjs/cognitive-complexity": "off"
}
},
{
"files": ["src/core/base.ts"],
"rules": {
"@typescript-eslint/ban-ts-comment": "off"
}
}
]
}
2,214 changes: 1,174 additions & 1,040 deletions assets/create-glee-app/templates/default/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/create-glee-app/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/asyncapi/glee-hello-world#readme",
"dependencies": {
"@asyncapi/glee": "^0.37.4"
"@asyncapi/glee": "^0.37.8"
},
"devDependencies": {
"@types/node": "^20.5.9"
Expand Down
5,733 changes: 3,186 additions & 2,547 deletions assets/create-glee-app/templates/tutorial/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/create-glee-app/templates/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "Fran Mendez",
"license": "Apache-2.0",
"dependencies": {
"@asyncapi/glee": "^0.37.4"
"@asyncapi/glee": "^0.37.8"
}
}
Loading

0 comments on commit c05a27b

Please sign in to comment.