@manypkg/cli
Advanced tools
Comparing version 0.20.0 to 0.21.0
# @manypkg/cli | ||
## 0.21.0 | ||
### Minor Changes | ||
- [#174](https://github.com/Thinkmill/manypkg/pull/174) [`de0fff3`](https://github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7) Thanks [@steve-taylor](https://github.com/steve-taylor)! - Restored support for Bolt monorepos. | ||
### Patch Changes | ||
- Updated dependencies [[`de0fff3`](https://github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7)]: | ||
- @manypkg/get-packages@2.2.0 | ||
## 0.20.0 | ||
@@ -4,0 +15,0 @@ |
@@ -497,2 +497,3 @@ 'use strict'; | ||
const cliRunners = { | ||
bolt: "bolt", | ||
lerna: "lerna", | ||
@@ -499,0 +500,0 @@ pnpm: "pnpm", |
@@ -497,2 +497,3 @@ 'use strict'; | ||
const cliRunners = { | ||
bolt: "bolt", | ||
lerna: "lerna", | ||
@@ -499,0 +500,0 @@ pnpm: "pnpm", |
@@ -463,2 +463,3 @@ import chalk from 'chalk'; | ||
const cliRunners = { | ||
bolt: "bolt", | ||
lerna: "lerna", | ||
@@ -465,0 +466,0 @@ pnpm: "pnpm", |
{ | ||
"name": "@manypkg/cli", | ||
"version": "0.20.0", | ||
"version": "0.21.0", | ||
"repository": { | ||
@@ -16,3 +16,3 @@ "type": "git", | ||
"dependencies": { | ||
"@manypkg/get-packages": "^2.0.0", | ||
"@manypkg/get-packages": "^2.2.0", | ||
"chalk": "^2.4.2", | ||
@@ -19,0 +19,0 @@ "detect-indent": "^6.0.0", |
# Manypkg | ||
Manypkg is a linter for `package.json` files in Yarn, Lerna, pnpm or Rush monorepos. | ||
Manypkg is a linter for `package.json` files in Yarn, Bolt, Lerna, pnpm or Rush monorepos. | ||
@@ -5,0 +5,0 @@ ## Install |
@@ -19,2 +19,3 @@ import * as fs from "fs-extra"; | ||
const cliRunners: Record<string, string> = { | ||
bolt: "bolt", | ||
lerna: "lerna", | ||
@@ -21,0 +22,0 @@ pnpm: "pnpm", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
175844
4435
0
Updated@manypkg/get-packages@^2.2.0