@lerna/create
Advanced tools
Comparing version 6.5.1 to 6.6.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [6.6.0](https://github.com/lerna/lerna/compare/6.5.1...6.6.0) (2023-03-23) | ||
**Note:** Version bump only for package @lerna/create | ||
## [6.5.1](https://github.com/lerna/lerna/compare/6.5.0...6.5.1) (2023-02-14) | ||
@@ -8,0 +12,0 @@ |
@@ -19,2 +19,6 @@ var __create = Object.create; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
// If the importer is in node compatibility mode or this is not an ESM | ||
// file that has been converted to a CommonJS file using a Babel- | ||
// compatible transform (i.e. "__esModule" has not been set), then set | ||
// "default" to the CommonJS "module.exports" for node compatibility. | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
@@ -21,0 +25,0 @@ mod |
@@ -19,2 +19,6 @@ var __create = Object.create; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
// If the importer is in node compatibility mode or this is not an ESM | ||
// file that has been converted to a CommonJS file using a Babel- | ||
// compatible transform (i.e. "__esModule" has not been set), then set | ||
// "default" to the CommonJS "module.exports" for node compatibility. | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
@@ -21,0 +25,0 @@ mod |
{ | ||
"name": "@lerna/create", | ||
"version": "6.5.1", | ||
"version": "6.6.0", | ||
"description": "Create a new lerna-managed package", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@lerna/child-process": "6.5.1", | ||
"@lerna/child-process": "6.6.0", | ||
"dedent": "^0.7.0", | ||
@@ -70,3 +70,3 @@ "fs-extra": "^9.1.0", | ||
}, | ||
"gitHead": "0a7ac45bb2b6322e6f20f37c2aa04eae74b553c8" | ||
"gitHead": "43afbf83a55698b0e6f8745753a87c7863f0e4c5" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
300022
7565
+ Added@lerna/child-process@6.6.0(transitive)
- Removed@lerna/child-process@6.5.1(transitive)
Updated@lerna/child-process@6.6.0