@begit/core
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "@begit/core", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Blazingly fast tool for cloning git repositories, with no reliance on local `git`, or `tar` installs", | ||
@@ -26,7 +26,7 @@ "author": "", | ||
"devDependencies": { | ||
"@types/node": "^20.9.0", | ||
"@types/tar": "^6.1.9", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
"@types/node": "^20.10.5", | ||
"@types/tar": "^6.1.10", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.1.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "dependencies": { |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { PathLike } from "fs"; | ||
@@ -3,0 +4,0 @@ import type { ReadableStream } from "stream/web"; |
11402
44