Comparing version 0.2.0 to 0.2.1
@@ -38,20 +38,10 @@ "use strict"; | ||
if (parsed.type === 'initial') { | ||
if (Reflect.has(bumps, name)) { | ||
const bump = bumps[name]; | ||
bump.messages.push({ | ||
bumps[name] = { | ||
name, | ||
type: gitOptions.initialType, | ||
messages: [{ | ||
type: parsed.type, | ||
value: parsed.message | ||
}); | ||
bump.type = gitOptions.initialType; | ||
} else { | ||
bumps[name] = { | ||
name, | ||
type: gitOptions.initialType, | ||
messages: [{ | ||
type: parsed.type, | ||
value: parsed.message | ||
}] | ||
}; | ||
} | ||
}] | ||
}; | ||
completedPackages.push(name); | ||
@@ -58,0 +48,0 @@ continue; |
{ | ||
"name": "@auto/git", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "", | ||
@@ -12,5 +12,2 @@ "keywords": [], | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
@@ -17,0 +14,0 @@ "@auto/utils": "^0.2.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16107
24
419