lerna-publisher
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -50,3 +50,3 @@ "use strict"; | ||
console.log(chalk_1.default.green('<<<<<<<<<<<<<<<<<<<<< Patching version for package: ', packLocation)); | ||
const additionalTag = customText.substring(0, 8); | ||
const additionalTag = customText.substring(0, 7); | ||
const cmdVersionText = `npm version ${version}-${additionalTag}`; | ||
@@ -53,0 +53,0 @@ child_process_1.default.execSync(cmdVersionText, { cwd: packLocation, stdio: 'inherit' }); |
{ | ||
"name": "lerna-publisher", | ||
"description": "Utility to publish lerna/yarn/workspace types of packages from ci to npm", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"main": "cjs/index.js", | ||
@@ -6,0 +6,0 @@ "bin": { |
@@ -53,3 +53,3 @@ import childProcess from 'child_process'; | ||
console.log(chalk.green('<<<<<<<<<<<<<<<<<<<<< Patching version for package: ', packLocation)); | ||
const additionalTag = customText.substring(0, 8); | ||
const additionalTag = customText.substring(0, 7); | ||
const cmdVersionText = `npm version ${version}-${additionalTag}`; | ||
@@ -56,0 +56,0 @@ childProcess.execSync(cmdVersionText, { cwd: packLocation, stdio: 'inherit' }); |
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