Comparing version 2.7.0 to 2.7.1
@@ -73,3 +73,3 @@ "use strict"; | ||
'ERROR: ([\\s\\S]+?)\\n+\\[EPOLICYKEYAGE\\]\\n+fatal: Could not read from remote repository.': GitError.SSHKeyAuditUnverified, | ||
"fatal: Authentication failed for 'https://": GitError.HTTPSAuthenticationFailed, | ||
"fatal: Authentication failed for 'https?://": GitError.HTTPSAuthenticationFailed, | ||
'fatal: Authentication failed': GitError.SSHAuthenticationFailed, | ||
@@ -76,0 +76,0 @@ 'fatal: Could not read from remote repository.': GitError.SSHPermissionDenied, |
{ | ||
"name": "dugite", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Elegant bindings for Git", | ||
@@ -5,0 +5,0 @@ "main": "./build/lib/index.js", |
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
64131