@begit/core
Advanced tools
Comparing version 0.0.16 to 0.0.17
{ | ||
"name": "@begit/core", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Blazingly fast tool for cloning git repositories, with no reliance on local `git`, or `tar` installs", | ||
@@ -30,5 +30,5 @@ "author": "Thomas Beer", | ||
"devDependencies": { | ||
"@types/node": "^20.12.11", | ||
"@types/node": "^20.14.2", | ||
"@types/tar": "^6.1.13", | ||
"tsup": "^8.0.2", | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.4.5", | ||
@@ -38,3 +38,3 @@ "vitest": "^1.6.0" | ||
"dependencies": { | ||
"tar": "^7.1.0" | ||
"tar": "^7.2.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "publishConfig": { |
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
14571
Updatedtar@^7.2.0