New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lerna-lite/cli

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-lite/cli - npm Package Compare versions

Comparing version 2.5.1 to 2.6.0

4

dist/cli-commands/cli-changed-commands.js

@@ -15,2 +15,6 @@ import { listableOptions } from './listable/listable-options.js';

},
'force-conventional-graduate': {
describe: 'Always include all packages by specified by --conventional-graduate whether or not they are a prerelease or have changes since the previous version.',
type: 'boolean',
},
'force-publish': {

@@ -17,0 +21,0 @@ describe: 'Always include targeted packages when detecting changed packages, skipping default logic.',

@@ -44,2 +44,6 @@ import log from 'npmlog';

},
'force-conventional-graduate': {
describe: 'Forces all packages specified by --conventional-graduate to bump their version whether or not they are a prerelease or have changes since the previous version.',
type: 'boolean',
},
'conventional-prerelease': {

@@ -46,0 +50,0 @@ describe: 'Version changed packages as prereleases when using --conventional-commits.',

8

package.json
{
"name": "@lerna-lite/cli",
"description": "Lerna-Lite CLI for the Version/Publish commands",
"version": "2.5.1",
"version": "2.6.0",
"bin": {

@@ -54,4 +54,4 @@ "lerna": "dist/cli.js"

"dependencies": {
"@lerna-lite/core": "2.5.1",
"@lerna-lite/init": "2.5.1",
"@lerna-lite/core": "2.6.0",
"@lerna-lite/init": "2.6.0",
"dedent": "^1.5.1",

@@ -84,3 +84,3 @@ "dotenv": "^16.3.1",

},
"gitHead": "cf0ad19fbc503110445cc5830a0a5f16e540411e"
"gitHead": "104afdd27e8712fe9e841d0384f70a3232066c3c"
}

@@ -40,2 +40,5 @@ {

},
"forceConventionalGraduate": {
"$ref": "#/$defs/commandOptions/shared/forceConventionalGraduate"
},
"forcePublish": {

@@ -563,2 +566,5 @@ "$ref": "#/$defs/commandOptions/shared/forcePublish"

},
"forceConventionalGraduate": {
"$ref": "#/$defs/commandOptions/shared/forceConventionalGraduate"
},
"conventionalBumpPrerelease": {

@@ -1488,2 +1494,6 @@ "$ref": "#/$defs/commandOptions/version/conventionalBumpPrerelease"

},
"forceConventionalGraduate": {
"type": "boolean",
"description": "Forces all packages specified by --conventional-graduate to bump their version whether or not they are a prerelease or have changes since the previous version. Relevant for `lerna changed` and `lerna version`."
},
"forceLocal": {

@@ -1490,0 +1500,0 @@ "type": "boolean",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc