Skip to content

Commit a5d0d60

Browse files
authored
Merge pull request #217 from AthennaIO/develop
chore(npm): update dependencies
2 parents 92f7434 + c38b592 commit a5d0d60

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

package-lock.json

Lines changed: 10 additions & 10 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/artisan",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"description": "The Athenna CLI application. Built on top of commander and inspired in @adonisjs/ace.",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",
@@ -79,10 +79,10 @@
7979
"@athenna/common": "^5.7.0",
8080
"@athenna/config": "^5.3.0",
8181
"@athenna/ioc": "^5.1.0",
82-
"@athenna/logger": "^5.2.0",
82+
"@athenna/logger": "^5.3.0",
8383
"@athenna/test": "^5.3.0",
8484
"@athenna/tsconfig": "^5.0.0",
85-
"@athenna/view": "^5.2.0",
85+
"@athenna/view": "^5.3.0",
8686
"@typescript-eslint/eslint-plugin": "^8.21.0",
8787
"@typescript-eslint/parser": "^8.21.0",
8888
"commitizen": "^4.3.1",

src/artisan/ArtisanImpl.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,16 @@ import { Annotation } from '#src/helpers/Annotation'
1616
import { BaseCommand } from '#src/artisan/BaseCommand'
1717
import { CommanderHandler } from '#src/handlers/CommanderHandler'
1818
import type { CallInChildOptions } from '#src/types/CallInChildOptions'
19-
import { Exec, Is, Options, Path, type CommandOutput } from '@athenna/common'
20-
21-
export class ArtisanImpl {
19+
import {
20+
Exec,
21+
Is,
22+
Macroable,
23+
Options,
24+
Path,
25+
type CommandOutput
26+
} from '@athenna/common'
27+
28+
export class ArtisanImpl extends Macroable {
2229
/**
2330
* Register the command if it is not registered yet.
2431
*/

0 commit comments

Comments
 (0)