@pnpm/default-reporter
Advanced tools
Comparing version
# @pnpm/default-reporter | ||
## 8.0.1 | ||
### Patch Changes | ||
- Updated dependencies [ba5231ccf] | ||
- @pnpm/config@12.1.0 | ||
## 8.0.0 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@pnpm/default-reporter", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "The default reporter of pnpm", | ||
@@ -11,11 +11,2 @@ "main": "lib/index.js", | ||
], | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"pretty-test": "ts-node test | tap-diff", | ||
"just-test-preview": "ts-node test --type-check", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/default-reporter", | ||
@@ -33,3 +24,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@pnpm/config": "12.0.0", | ||
"@pnpm/config": "12.1.0", | ||
"@pnpm/core-loggers": "6.0.0", | ||
@@ -62,3 +53,11 @@ "@pnpm/error": "2.0.0", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/default-reporter#readme", | ||
"funding": "https://opencollective.com/pnpm" | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"pretty-test": "ts-node test | tap-diff", | ||
"just-test-preview": "ts-node test --type-check", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
} |
164096
55.21%79
46.3%+ Added
- Removed
Updated