Socket
Socket
Sign inDemoInstall

@lerna/project

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/project - npm Package Compare versions

Comparing version 3.15.0 to 3.16.0

20

CHANGELOG.md

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

# [3.16.0](https://github.com/lerna/lerna/compare/v3.15.0...v3.16.0) (2019-07-18)
### Bug Fixes
* **project:** Ensure deprecated `githubRelease` config is also remapped from `command.publish` namespace ([a3d264e](https://github.com/lerna/lerna/commit/a3d264e)), closes [#2177](https://github.com/lerna/lerna/issues/2177)
### Features
* **deps:** `glob-parent@^5.0.0` ([c6bc218](https://github.com/lerna/lerna/commit/c6bc218))
* **deps:** `globby@^9.2.0` ([d9aa249](https://github.com/lerna/lerna/commit/d9aa249))
* **deps:** `load-json-file@^5.3.0` ([3718cc9](https://github.com/lerna/lerna/commit/3718cc9))
* **deps:** `p-map@^2.1.0` ([9e58394](https://github.com/lerna/lerna/commit/9e58394))
* **deps:** `write-json-file@^3.2.0` ([4fa7dea](https://github.com/lerna/lerna/commit/4fa7dea))
# [3.15.0](https://github.com/lerna/lerna/compare/v3.14.2...v3.15.0) (2019-06-09)

@@ -8,0 +28,0 @@

3

lib/deprecate-config.js

@@ -10,2 +10,5 @@ "use strict";

remap("command.version.githubRelease", "command.version.createRelease", {
toValue: value => value && "github",
}),
remap("command.publish.githubRelease", "command.version.createRelease", {
alsoRoot: true,

@@ -12,0 +15,0 @@ toValue: value => value && "github",

16

package.json
{
"name": "@lerna/project",
"version": "3.15.0",
"version": "3.16.0",
"description": "Lerna project configuration",

@@ -35,3 +35,3 @@ "keywords": [

"dependencies": {
"@lerna/package": "3.14.2",
"@lerna/package": "3.16.0",
"@lerna/validation-error": "3.13.0",

@@ -41,11 +41,11 @@ "cosmiconfig": "^5.1.0",

"dot-prop": "^4.2.0",
"glob-parent": "^3.1.0",
"globby": "^8.0.1",
"load-json-file": "^4.0.0",
"glob-parent": "^5.0.0",
"globby": "^9.2.0",
"load-json-file": "^5.3.0",
"npmlog": "^4.1.2",
"p-map": "^1.2.0",
"p-map": "^2.1.0",
"resolve-from": "^4.0.0",
"write-json-file": "^2.3.0"
"write-json-file": "^3.2.0"
},
"gitHead": "457d1e8a62f5caf0679973ae8bad564d7752ffd2"
"gitHead": "8ca18bedecf4f141c6242a099086e84b2ced72de"
}
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