@auto/bump
Advanced tools
Comparing version 0.0.15 to 0.0.16
import semver from 'semver'; | ||
import { bumpVersion } from "@auto/bump"; | ||
import { bumpVersion } from "./bump-version"; | ||
export const bumpRange = (range, version, type, options) => { | ||
@@ -4,0 +4,0 @@ if (/[<>=|]/.test(range)) { |
{ | ||
"name": "@auto/bump", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": "", |
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
7548