@anycli/parser
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -0,1 +1,9 @@ | ||
<a name="3.2.3"></a> | ||
## [3.2.3](https://github.com/anycli/parser/compare/965be3c309ee0559be298f0a42ffa8f934195070...v3.2.3) (2018-02-05) | ||
### Bug Fixes | ||
* optionally require chalk ([840676d](https://github.com/anycli/parser/commit/840676d)) | ||
<a name="3.2.2"></a> | ||
@@ -2,0 +10,0 @@ ## [3.2.2](https://github.com/anycli/parser/compare/f46fa41bdb4ddaee05f5f1800e723dcb1e8e98ef...v3.2.2) (2018-02-03) |
@@ -16,3 +16,3 @@ "use strict"; | ||
return fetch('chalk').default; | ||
// tslint:disable-next-line | ||
// tslint:disable-next-line no-unused | ||
} | ||
@@ -19,0 +19,0 @@ catch (err) { } |
@@ -8,11 +8,9 @@ "use strict"; | ||
try { | ||
// tslint:disable-next-line | ||
if (process.env.CLI_FLAGS_DEBUG !== '1') | ||
debug = () => { }; | ||
else | ||
// tslint:disable-next-line | ||
debug = require('debug')('cli-flags'); | ||
// tslint:disable-next-line no-implicit-dependencies | ||
debug = require('debug')('@anycli/parser'); | ||
} | ||
catch (_a) { | ||
// tslint:disable-next-line | ||
debug = () => { }; | ||
@@ -19,0 +17,0 @@ } |
{ | ||
"name": "@anycli/parser", | ||
"description": "arg and flag parser for anycli", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -9,3 +9,2 @@ "bugs": "https://github.com/anycli/parser/issues", | ||
"@anycli/screen": "^0.0.3", | ||
"chalk": "^2.3.0", | ||
"lodash": "^4.17.4" | ||
@@ -24,2 +23,3 @@ }, | ||
"chai": "^4.1.2", | ||
"chalk": "^2.3.0", | ||
"concurrently": "^3.5.1", | ||
@@ -26,0 +26,0 @@ "eslint": "^4.17.0", |
32504
2
18
714
- Removedchalk@^2.3.0
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)