Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lerna/publish

Package Overview
Dependencies
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/publish - npm Package Compare versions

Comparing version 5.1.0-alpha.0 to 5.1.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [5.1.0](https://github.com/lerna/lerna/compare/v5.0.0...v5.1.0) (2022-06-07)
### Features
* handle the edge cases in the lerna-nx integration ([c6808fc](https://github.com/lerna/lerna/commit/c6808fc8f2dfe793bf72a64cf2d3909e0bdabba8))
# [5.1.0-alpha.0](https://github.com/lerna/lerna/compare/v4.0.0...v5.1.0-alpha.0) (2022-05-25)

@@ -8,0 +19,0 @@

45

package.json
{
"name": "@lerna/publish",
"version": "5.1.0-alpha.0",
"version": "5.1.0",
"description": "Publish packages in the current project",

@@ -34,24 +34,25 @@ "keywords": [

"scripts": {
"test": "echo \"Run tests from root\" && exit 1"
"test": "echo \"Run tests from root\" && exit 1",
"work": "sleep 3 && echo publish && exit 1"
},
"dependencies": {
"@lerna/check-working-tree": "5.1.0-alpha.0",
"@lerna/child-process": "5.1.0-alpha.0",
"@lerna/collect-updates": "5.1.0-alpha.0",
"@lerna/command": "5.1.0-alpha.0",
"@lerna/describe-ref": "5.1.0-alpha.0",
"@lerna/log-packed": "5.1.0-alpha.0",
"@lerna/npm-conf": "5.1.0-alpha.0",
"@lerna/npm-dist-tag": "5.1.0-alpha.0",
"@lerna/npm-publish": "5.1.0-alpha.0",
"@lerna/otplease": "5.1.0-alpha.0",
"@lerna/output": "5.1.0-alpha.0",
"@lerna/pack-directory": "5.1.0-alpha.0",
"@lerna/prerelease-id-from-version": "5.1.0-alpha.0",
"@lerna/prompt": "5.1.0-alpha.0",
"@lerna/pulse-till-done": "5.1.0-alpha.0",
"@lerna/run-lifecycle": "5.1.0-alpha.0",
"@lerna/run-topologically": "5.1.0-alpha.0",
"@lerna/validation-error": "5.1.0-alpha.0",
"@lerna/version": "5.1.0-alpha.0",
"@lerna/check-working-tree": "5.1.0",
"@lerna/child-process": "5.1.0",
"@lerna/collect-updates": "5.1.0",
"@lerna/command": "5.1.0",
"@lerna/describe-ref": "5.1.0",
"@lerna/log-packed": "5.1.0",
"@lerna/npm-conf": "5.1.0",
"@lerna/npm-dist-tag": "5.1.0",
"@lerna/npm-publish": "5.1.0",
"@lerna/otplease": "5.1.0",
"@lerna/output": "5.1.0",
"@lerna/pack-directory": "5.1.0",
"@lerna/prerelease-id-from-version": "5.1.0",
"@lerna/prompt": "5.1.0",
"@lerna/pulse-till-done": "5.1.0",
"@lerna/run-lifecycle": "5.1.0",
"@lerna/run-topologically": "5.1.0",
"@lerna/validation-error": "5.1.0",
"@lerna/version": "5.1.0",
"fs-extra": "^9.1.0",

@@ -67,3 +68,3 @@ "libnpmaccess": "^4.0.1",

},
"gitHead": "789149edb02eba21bb028144e9d8f4e226337b6f"
"gitHead": "6b9c375e4210d2d97c75c465badbbe4334b6388f"
}

@@ -124,3 +124,3 @@ # `@lerna/publish`

Explicit SHA to set as [`gitHead`](https://git.io/fh7np) on manifests when packing tarballs, only allowed with [`from-package`](#bump-from-package) positional.
Explicit SHA to set as [`gitHead`](https://github.com/npm/read-package-json/blob/67f2d8d501e2621441a8235b08d589fbeeb7dba6/read-json.js#L327) on manifests when packing tarballs, only allowed with [`from-package`](#bump-from-package) positional.

@@ -127,0 +127,0 @@ For example, when publishing from AWS CodeBuild (where `git` is not available),

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