@pnpm/manifest-utils
Advanced tools
Comparing version 1.1.1 to 1.1.2
# @pnpm/manifest-utils | ||
## 1.1.2 | ||
### Patch Changes | ||
- Updated dependencies [d54043ee4] | ||
- @pnpm/types@6.3.0 | ||
- @pnpm/core-loggers@5.0.1 | ||
## 1.1.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@pnpm/manifest-utils", | ||
"description": "Utils for dealing with package manifest", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
@@ -21,7 +21,7 @@ "bugs": { | ||
"engines": { | ||
"node": ">=10.13" | ||
"node": ">=10.16" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/manifest-utils", | ||
"scripts": { | ||
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/manifest-utils/coverage ts-node packages/manifest-utils/test --type-check", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
@@ -33,5 +33,5 @@ "lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"dependencies": { | ||
"@pnpm/core-loggers": "^5.0.0", | ||
"@pnpm/core-loggers": "^5.0.1", | ||
"@pnpm/error": "^1.3.1", | ||
"@pnpm/types": "6.2.0" | ||
"@pnpm/types": "6.3.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/manifest-utils#readme", |
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
12705
+ Added@pnpm/types@6.3.0(transitive)
- Removed@pnpm/types@6.2.0(transitive)
Updated@pnpm/core-loggers@^5.0.1
Updated@pnpm/types@6.3.0