gitmoji-cli
Advanced tools
Comparing version 6.1.0 to 6.2.0
@@ -12,2 +12,4 @@ "use strict"; | ||
var _guard = _interopRequireDefault(require("./guard")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -41,5 +43,6 @@ | ||
type: 'input', | ||
default: _configurationVault.default.getGitmojisUrl() | ||
default: _configurationVault.default.getGitmojisUrl(), | ||
validate: _guard.default.url | ||
}]; | ||
exports.default = _default; |
{ | ||
"name": "gitmoji-cli", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"description": "A gitmoji client for using emojis on commit messages.", | ||
@@ -57,7 +57,8 @@ "engines": { | ||
"proxy-agent": "5.0.0", | ||
"update-notifier": "5.1.0" | ||
"update-notifier": "5.1.0", | ||
"validator": "^13.7.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "7.18.10", | ||
"@babel/core": "7.18.10", | ||
"@babel/core": "7.18.13", | ||
"@babel/preset-env": "7.18.10", | ||
@@ -67,5 +68,5 @@ "@babel/preset-flow": "7.18.6", | ||
"codecov": "3.8.3", | ||
"flow-bin": "^0.184.0", | ||
"flow-bin": "^0.185.1", | ||
"husky": "8.0.1", | ||
"jest": "28.1.3", | ||
"jest": "29.0.1", | ||
"jest-fetch-mock": "3.0.3", | ||
@@ -72,0 +73,0 @@ "jest-mock-process": "2.0.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
42578
34
832
13
+ Addedvalidator@^13.7.0
+ Addedvalidator@13.12.0(transitive)