@aomex/commander
Advanced tools
Comparing version 0.0.15 to 0.0.16
# @aomex/commander | ||
## 0.0.16 | ||
### Patch Changes | ||
- [`6f44cc3`](https://github.com/aomex/aomex/commit/6f44cc33cf6f2704e08bb80bbfb02e3336cf180c) Thanks [@geekact](https://github.com/geekact)! - fix(commander): forget to waiting action promise | ||
- Updated dependencies []: | ||
- @aomex/core@0.0.14 | ||
- @aomex/console@0.0.14 | ||
## 0.0.15 | ||
@@ -4,0 +14,0 @@ |
@@ -25,3 +25,3 @@ // src/commanders.ts | ||
middleware.console((ctx, _) => { | ||
options.action(ctx); | ||
return options.action(ctx); | ||
}) | ||
@@ -28,0 +28,0 @@ ); |
{ | ||
"name": "@aomex/commander", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "", | ||
@@ -29,4 +29,4 @@ "type": "module", | ||
"peerDependencies": { | ||
"@aomex/console": "^0.0.13", | ||
"@aomex/core": "^0.0.13" | ||
"@aomex/console": "^0.0.14", | ||
"@aomex/core": "^0.0.14" | ||
}, | ||
@@ -37,6 +37,6 @@ "dependencies": { | ||
"devDependencies": { | ||
"@aomex/console": "^0.0.13", | ||
"@aomex/core": "^0.0.13" | ||
"@aomex/console": "^0.0.14", | ||
"@aomex/core": "^0.0.14" | ||
}, | ||
"scripts": {} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24176