@pnpm/cli-utils
Advanced tools
Comparing version 0.6.0 to 0.6.1
# @pnpm/cli-utils | ||
## 0.6.1 | ||
### Patch Changes | ||
- Updated dependencies [ba5231ccf] | ||
- @pnpm/config@12.1.0 | ||
- @pnpm/default-reporter@8.0.1 | ||
## 0.6.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@pnpm/cli-utils", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Utils for pnpm commands", | ||
@@ -14,8 +14,2 @@ "main": "lib/index.js", | ||
}, | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix", | ||
"test": "pnpm run compile" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/cli-utils", | ||
@@ -37,4 +31,4 @@ "keywords": [ | ||
"@pnpm/cli-meta": "2.0.0", | ||
"@pnpm/config": "12.0.0", | ||
"@pnpm/default-reporter": "8.0.0", | ||
"@pnpm/config": "12.1.0", | ||
"@pnpm/default-reporter": "8.0.1", | ||
"@pnpm/error": "2.0.0", | ||
@@ -50,3 +44,8 @@ "@pnpm/manifest-utils": "2.0.0", | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix", | ||
"test": "pnpm run compile" | ||
} | ||
} |
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
26721
25
+ Added@pnpm/config@12.1.0(transitive)
+ Added@pnpm/default-reporter@8.0.1(transitive)
- Removed@pnpm/config@12.0.0(transitive)
- Removed@pnpm/default-reporter@8.0.0(transitive)
Updated@pnpm/config@12.1.0
Updated@pnpm/default-reporter@8.0.1