@theo.gravity/version-bump
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.BUMP_LEVEL = exports.bumpVersionData = exports.VersionBump = exports.BaseVersionStrategy = exports.ConfigParser = undefined; | ||
exports.parseOptions = exports.BUMP_LEVEL = exports.bumpVersionData = exports.VersionBump = exports.BaseVersionStrategy = exports.ConfigParser = undefined; | ||
@@ -27,3 +27,3 @@ var _BaseVersionStrategy = require('./BaseVersionStrategy'); | ||
var _consts2 = _interopRequireDefault(_consts); | ||
var _utils = require('./utils'); | ||
@@ -36,2 +36,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.bumpVersionData = _bumpVersionData2.default; | ||
exports.BUMP_LEVEL = _consts2.default; | ||
exports.BUMP_LEVEL = _consts.BUMP_LEVEL; | ||
exports.parseOptions = _utils.parseOptions; |
{ | ||
"name": "@theo.gravity/version-bump", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Bumps package.json with customizable options", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,3 +5,4 @@ import BaseVersionStrategy from './BaseVersionStrategy' | ||
import bumpVersionData from './bump-version-data' | ||
import BUMP_LEVEL from './consts' | ||
import { BUMP_LEVEL } from './consts' | ||
import { parseOptions } from './utils' | ||
@@ -13,3 +14,4 @@ export { | ||
bumpVersionData, | ||
BUMP_LEVEL | ||
BUMP_LEVEL, | ||
parseOptions | ||
} |
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
258834
2300