@bleed-believer/commander
Advanced tools
Comparing version 0.10.4 to 0.11.0
{ | ||
"name": "@bleed-believer/commander", | ||
"version": "0.10.4", | ||
"version": "0.11.0", | ||
"description": "Create CLI with routing using classes and decorators.", | ||
"type": "module", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"files": [ | ||
@@ -13,4 +13,3 @@ "dist" | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
"import": "./dist/index.js" | ||
} | ||
@@ -42,5 +41,5 @@ }, | ||
"dependencies": { | ||
"@bleed-believer/meta": "^0.10.3" | ||
"@bleed-believer/meta": "^0.11.0" | ||
}, | ||
"gitHead": "ad190075bfd985fa27271f652e397da515398292" | ||
"gitHead": "59204f73a0ab707323e6da3e12c06854c27a4a50" | ||
} |
# @bleed-believer/commander | ||
A package to create CLI applications using decorators. Provides mechanisms to implement routing for large command applications, and parses the arguments given by the user or another program. | ||
Now this package is compatible with __CommonJS__ and __ECMAScript Modules__. | ||
## Disclaimer | ||
Since __ESM__ hs been heavely adopted by the whole `node.js` community (including transpilers, unit testing, and many other libraries), the __CJS__ support has been removed. If you still needs the __CJS__ compatibility, please use [this version](https://www.npmjs.com/package/@bleed-believer/commander/v/0.10.4) or earlier. | ||
## Installation | ||
Simply execute this command at the root of your project directory: | ||
@@ -10,0 +9,0 @@ ```shell |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
26345
99
648
18
1
+ Added@bleed-believer/meta@0.11.3(transitive)
- Removed@bleed-believer/meta@0.10.3(transitive)
Updated@bleed-believer/meta@^0.11.0