@pnpm/git-resolver
Advanced tools
Comparing version 4.1.9 to 4.1.10
# @pnpm/git-resolver | ||
## 4.1.10 | ||
### Patch Changes | ||
- 32c9ef4be: execa updated to v5. | ||
## 4.1.9 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pnpm/git-resolver", | ||
"version": "4.1.9", | ||
"version": "4.1.10", | ||
"description": "Resolver for git-hosted packages", | ||
@@ -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/git-resolver/coverage ts-node packages/git-resolver/test --type-check", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
@@ -38,5 +38,5 @@ "prepublishOnly": "pnpm run compile", | ||
"@pnpm/resolver-base": "7.1.0", | ||
"graceful-git": "3.0.1", | ||
"graceful-git": "^3.0.2", | ||
"hosted-git-info": "^3.0.7", | ||
"semver": "^7.3.2" | ||
"semver": "^7.3.4" | ||
}, | ||
@@ -48,6 +48,5 @@ "devDependencies": { | ||
"@types/semver": "^7.3.4", | ||
"is-windows": "^1.0.2", | ||
"proxyquire": "^2.1.3" | ||
"is-windows": "^1.0.2" | ||
}, | ||
"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
5
14776
+ Added@zkochan/which@2.0.3(transitive)
+ Addedexeca@5.1.1(transitive)
+ Addedget-stream@6.0.1(transitive)
+ Addedgraceful-git@3.1.2(transitive)
+ Addedhuman-signals@2.1.0(transitive)
+ Addedpath-name@1.0.0(transitive)
+ Addedsafe-execa@0.1.4(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedexeca@4.1.0(transitive)
- Removedget-stream@5.2.0(transitive)
- Removedgraceful-git@3.0.1(transitive)
- Removedhuman-signals@1.1.1(transitive)
- Removedonce@1.4.0(transitive)
- Removedpump@3.0.2(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedgraceful-git@^3.0.2
Updatedsemver@^7.3.4