@bleed-believer/commander
Advanced tools
Comparing version 0.11.1 to 0.11.2
{ | ||
"name": "@bleed-believer/commander", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Create CLI with routing using classes and decorators.", | ||
@@ -18,4 +18,5 @@ "type": "module", | ||
"clean": "rm -rf ./dist", | ||
"build": "tsc --project ./tsconfig.build.json", | ||
"watch": "tsc --project ./tsconfig.build.json --watch --sourceMap true", | ||
"build:dev": "tsc --project ./tsconfig.build.json", | ||
"build": "tsc --project ./tsconfig.build.json --sourceMap false", | ||
"watch": "tsc --project ./tsconfig.build.json --watch", | ||
"test": "ava" | ||
@@ -44,5 +45,5 @@ }, | ||
"dependencies": { | ||
"@bleed-believer/meta": "^0.11.1" | ||
"@bleed-believer/meta": "^0.11.2" | ||
}, | ||
"gitHead": "475ce7e83f880de960455eb86e3337f4f04e0a40" | ||
"gitHead": "b383659b28d2b65a6cc64138a3015d5a34d903f4" | ||
} |
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
26561
Updated@bleed-believer/meta@^0.11.2