fix(tar): update to 0.1.1 (#5980)

This commit is contained in:
Asher Gomez 2024-09-16 12:22:15 +10:00 committed by GitHub
parent ed33108492
commit 7e200e5db7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
"@std/random": "jsr:@std/random@^0.1.0",
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.5",
"@std/tar": "jsr:@std/tar@^0.1.0",
"@std/tar": "jsr:@std/tar@^0.1.1",
"@std/testing": "jsr:@std/testing@^1.0.2",
"@std/text": "jsr:@std/text@^1.0.6",
"@std/toml": "jsr:@std/toml@^1.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@std/tar",
"version": "0.1.0",
"version": "0.1.1",
"exports": {
".": "./mod.ts",
"./tar-stream": "./tar_stream.ts",