Skip to content

Commit 892f2bc

Browse files
authored
Merge pull request #2 from AthennaIO/develop
feat(command): expose commands
2 parents 7a29904 + ec5ce33 commit 892f2bc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/event",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "The Athenna events handler with queue store. Based on Emittery syntax.",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",
@@ -38,7 +38,8 @@
3838
"./package": "./package.json",
3939
"./package.json": "./package.json",
4040
"./testing/plugins": "./src/testing/plugins/index.js",
41-
"./providers/EventProvider": "./src/providers/EventProvider.js"
41+
"./providers/EventProvider": "./src/providers/EventProvider.js",
42+
"./commands/MakeListenerCommand": "./src/commands/MakeListenerCommand.js"
4243
},
4344
"imports": {
4445
"#bin/*": "./bin/*.js",

0 commit comments

Comments
 (0)