@lerna/publish
Advanced tools
Comparing version 5.1.0-alpha.0 to 5.1.0
@@ -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 @@ |
{ | ||
"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), |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
107599
1
2
+ Added@lerna/check-working-tree@5.1.0(transitive)
+ Added@lerna/child-process@5.1.0(transitive)
+ Added@lerna/collect-uncommitted@5.1.0(transitive)
+ Added@lerna/collect-updates@5.1.0(transitive)
+ Added@lerna/command@5.1.0(transitive)
+ Added@lerna/conventional-commits@5.1.0(transitive)
+ Added@lerna/describe-ref@5.1.0(transitive)
+ Added@lerna/get-packed@5.1.0(transitive)
+ Added@lerna/github-client@5.1.0(transitive)
+ Added@lerna/gitlab-client@5.1.0(transitive)
+ Added@lerna/log-packed@5.1.0(transitive)
+ Added@lerna/npm-conf@5.1.0(transitive)
+ Added@lerna/npm-dist-tag@5.1.0(transitive)
+ Added@lerna/npm-publish@5.1.0(transitive)
+ Added@lerna/otplease@5.1.0(transitive)
+ Added@lerna/output@5.1.0(transitive)
+ Added@lerna/pack-directory@5.1.0(transitive)
+ Added@lerna/package@5.1.0(transitive)
+ Added@lerna/package-graph@5.1.0(transitive)
+ Added@lerna/prerelease-id-from-version@5.1.0(transitive)
+ Added@lerna/project@5.1.0(transitive)
+ Added@lerna/prompt@5.1.0(transitive)
+ Added@lerna/pulse-till-done@5.1.0(transitive)
+ Added@lerna/query-graph@5.1.0(transitive)
+ Added@lerna/run-lifecycle@5.1.0(transitive)
+ Added@lerna/run-topologically@5.1.0(transitive)
+ Added@lerna/temp-write@5.1.0(transitive)
+ Added@lerna/validation-error@5.1.0(transitive)
+ Added@lerna/version@5.1.0(transitive)
+ Added@lerna/write-log-file@5.1.0(transitive)
- Removed@lerna/check-working-tree@5.1.0-alpha.0(transitive)
- Removed@lerna/child-process@5.1.0-alpha.0(transitive)
- Removed@lerna/collect-uncommitted@5.1.0-alpha.0(transitive)
- Removed@lerna/collect-updates@5.1.0-alpha.0(transitive)
- Removed@lerna/command@5.1.0-alpha.0(transitive)
- Removed@lerna/conventional-commits@5.1.0-alpha.0(transitive)
- Removed@lerna/describe-ref@5.1.0-alpha.0(transitive)
- Removed@lerna/get-packed@5.1.0-alpha.0(transitive)
- Removed@lerna/github-client@5.1.0-alpha.0(transitive)
- Removed@lerna/gitlab-client@5.1.0-alpha.0(transitive)
- Removed@lerna/log-packed@5.1.0-alpha.0(transitive)
- Removed@lerna/npm-conf@5.1.0-alpha.0(transitive)
- Removed@lerna/npm-dist-tag@5.1.0-alpha.0(transitive)
- Removed@lerna/npm-publish@5.1.0-alpha.0(transitive)
- Removed@lerna/otplease@5.1.0-alpha.0(transitive)
- Removed@lerna/output@5.1.0-alpha.0(transitive)
- Removed@lerna/pack-directory@5.1.0-alpha.0(transitive)
- Removed@lerna/package@5.1.0-alpha.0(transitive)
- Removed@lerna/package-graph@5.1.0-alpha.0(transitive)
- Removed@lerna/prerelease-id-from-version@5.1.0-alpha.0(transitive)
- Removed@lerna/project@5.1.0-alpha.0(transitive)
- Removed@lerna/prompt@5.1.0-alpha.0(transitive)
- Removed@lerna/pulse-till-done@5.1.0-alpha.0(transitive)
- Removed@lerna/query-graph@5.1.0-alpha.0(transitive)
- Removed@lerna/run-lifecycle@5.1.0-alpha.0(transitive)
- Removed@lerna/run-topologically@5.1.0-alpha.0(transitive)
- Removed@lerna/temp-write@5.1.0-alpha.0(transitive)
- Removed@lerna/validation-error@5.1.0-alpha.0(transitive)
- Removed@lerna/version@5.1.0-alpha.0(transitive)
- Removed@lerna/write-log-file@5.1.0-alpha.0(transitive)
Updated@lerna/child-process@5.1.0
Updated@lerna/collect-updates@5.1.0
Updated@lerna/command@5.1.0
Updated@lerna/describe-ref@5.1.0
Updated@lerna/log-packed@5.1.0
Updated@lerna/npm-conf@5.1.0
Updated@lerna/npm-dist-tag@5.1.0
Updated@lerna/npm-publish@5.1.0
Updated@lerna/otplease@5.1.0
Updated@lerna/output@5.1.0
Updated@lerna/pack-directory@5.1.0
Updated@lerna/prompt@5.1.0
Updated@lerna/pulse-till-done@5.1.0
Updated@lerna/run-lifecycle@5.1.0
Updated@lerna/version@5.1.0