feat(tartools): add streaming TAR support (tar-stream), Node.js streaming APIs for TarTools, and browser / web bundle docs

This commit is contained in:
2026-01-01 23:40:13 +00:00
parent d97e9c1dce
commit db48fcd455
13 changed files with 456 additions and 96 deletions

8
deno.lock generated
View File

@@ -13,9 +13,11 @@
"npm:@push.rocks/smartstream@^3.2.5": "3.2.5",
"npm:@push.rocks/smartunique@^3.0.9": "3.0.9",
"npm:@push.rocks/smarturl@^3.1.0": "3.1.0",
"npm:@types/tar-stream@^3.1.3": "3.1.4",
"npm:fflate@~0.8.2": "0.8.2",
"npm:file-type@^21.2.0": "21.2.0",
"npm:modern-tar@~0.7.3": "0.7.3"
"npm:modern-tar@~0.7.3": "0.7.3",
"npm:tar-stream@^3.1.7": "3.1.7"
},
"npm": {
"@api.global/typedrequest-interfaces@2.0.2": {
@@ -6756,9 +6758,11 @@
"npm:@push.rocks/smartstream@^3.2.5",
"npm:@push.rocks/smartunique@^3.0.9",
"npm:@push.rocks/smarturl@^3.1.0",
"npm:@types/tar-stream@^3.1.3",
"npm:fflate@~0.8.2",
"npm:file-type@^21.2.0",
"npm:modern-tar@~0.7.3"
"npm:modern-tar@~0.7.3",
"npm:tar-stream@^3.1.7"
]
}
}