Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
E5presso committed Sep 2, 2024
2 parents 2d670b8 + d421ef8 commit fad0fe0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spakky-typer"
version = "0.1.0"
version = "0.2.0"
description = "Highly abstracted Framework core to use DDD & DI/IoC & AOP & Etc..."
authors = ["Spakky <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion spakky_typer/post_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from spakky.pod.order import Order
from typer import Typer

from spakky_typer.stereotypes.api_controller import CliController, TyperCommand
from spakky_typer.stereotypes.cli_controller import CliController, TyperCommand
from spakky_typer.utils.asyncio import run_async


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/apps/dummy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from spakky.security.key import Key
from spakky.stereotype.usecase import UseCase

from spakky_typer.stereotypes.api_controller import CliController, command
from spakky_typer.stereotypes.cli_controller import CliController, command


@UseCase()
Expand Down

0 comments on commit fad0fe0

Please sign in to comment.