@aomex/commander
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @aomex/commander | ||
## 1.0.2 | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- @aomex/internal-file-import@1.0.2 | ||
- @aomex/internal-tools@1.0.2 | ||
## 1.0.1 | ||
@@ -4,0 +12,0 @@ |
@@ -120,4 +120,3 @@ // src/commanders.ts | ||
fn: async (ctx, next) => { | ||
if (!commanders2) | ||
await promise; | ||
if (!commanders2) await promise; | ||
composeFn ||= compose2( | ||
@@ -124,0 +123,0 @@ commanders2.map((commander) => commander["toMiddleware"](ctx.app)) |
{ | ||
"name": "@aomex/commander", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "创建aomex控制台指令", | ||
@@ -33,10 +33,10 @@ "type": "module", | ||
"dependencies": { | ||
"@aomex/internal-tools": "^1.0.1", | ||
"@aomex/internal-file-import": "^1.0.1" | ||
"@aomex/internal-tools": "^1.0.2", | ||
"@aomex/internal-file-import": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@aomex/console": "^1.0.1", | ||
"@aomex/core": "^1.0.1" | ||
"@aomex/console": "^1.0.2", | ||
"@aomex/core": "^1.0.2" | ||
}, | ||
"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
18688
181