@pnpm/package-bins
Advanced tools
Comparing version 4.0.9 to 4.0.10
# @pnpm/package-bins | ||
## 4.0.10 | ||
### Patch Changes | ||
- Updated dependencies [9ad8c27bf] | ||
- @pnpm/types@6.4.0 | ||
## 4.0.9 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@pnpm/package-bins", | ||
"version": "4.0.9", | ||
"version": "4.0.10", | ||
"description": "Returns bins of a package", | ||
@@ -16,3 +16,3 @@ "main": "lib/index.js", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/package-bins/coverage ts-node packages/package-bins/test --type-check", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
@@ -35,3 +35,3 @@ "prepublishOnly": "pnpm run compile", | ||
"dependencies": { | ||
"@pnpm/types": "6.3.1", | ||
"@pnpm/types": "6.4.0", | ||
"graceful-fs": "^4.2.4", | ||
@@ -42,8 +42,6 @@ "is-subdir": "^1.1.1", | ||
"devDependencies": { | ||
"@pnpm/package-bins": "link:", | ||
"@types/graceful-fs": "^4.1.3", | ||
"@types/node": "^12.12.68", | ||
"@types/tape": "^4.13.0" | ||
"@types/graceful-fs": "^4.1.4", | ||
"@types/node": "^14.14.22" | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
} |
Sorry, the diff of this file is not supported yet
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
2
5760
+ Added@pnpm/types@6.4.0(transitive)
- Removed@pnpm/types@6.3.1(transitive)
Updated@pnpm/types@6.4.0