@boost/args
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -6,2 +6,14 @@ # Change Log | ||
## 1.2.0 - 2020-02-04 | ||
#### 🚀 Updates | ||
- Add more internal debugging. (#74) ([70c42c8](https://github.com/milesj/boost/commit/70c42c8)), closes [#74](https://github.com/milesj/boost/issues/74) | ||
**Note:** Version bump only for package @boost/args | ||
### 1.1.2 - 2020-01-25 | ||
@@ -8,0 +20,0 @@ |
@@ -48,2 +48,3 @@ "use strict"; | ||
let currentScope = null; | ||
constants_1.debug('Parsing arguments: %s', argv.join(' ')); | ||
function commitScope() { | ||
@@ -50,0 +51,0 @@ if (!currentScope) { |
{ | ||
"name": "@boost/args", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "A type-safe and convention based argument parsing library, with strict validation checks.", | ||
@@ -27,5 +27,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@boost/internal": "^1.0.3" | ||
"@boost/internal": "^1.1.0" | ||
}, | ||
"gitHead": "415de2e011ad6252dde167d5e4c8a93d3719ea83" | ||
"gitHead": "3c0a3aabc8de08093f34daaa4fbad3b42a7609db" | ||
} |
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
57638
918
Updated@boost/internal@^1.1.0