Comparing version 7.0.0 to 7.0.1
@@ -5,2 +5,3 @@ 'use strict'; | ||
const yargs = require('yargs-parser'); | ||
const camelCase = require('camelcase'); | ||
const camelcaseKeys = require('camelcase-keys'); | ||
@@ -87,3 +88,3 @@ const decamelizeKeys = require('decamelize-keys'); | ||
key: flagKey, | ||
[flags[flagKey].type || 'string']: true | ||
[flags[camelCase(flagKey, '-')].type || 'string']: true | ||
})); | ||
@@ -90,0 +91,0 @@ |
{ | ||
"name": "meow", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "CLI app helper", | ||
@@ -45,2 +45,3 @@ "license": "MIT", | ||
"arrify": "^2.0.1", | ||
"camelcase": "^6.0.0", | ||
"camelcase-keys": "^6.2.2", | ||
@@ -47,0 +48,0 @@ "decamelize-keys": "^1.1.0", |
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
23060
409
13
+ Addedcamelcase@^6.0.0
+ Addedcamelcase@6.3.0(transitive)