This commit is contained in:
James Brumond 2023-08-18 22:53:41 -07:00
parent 4ec5cfd721
commit 3b98ba922b
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
3 changed files with 5 additions and 1 deletions

2
dist/index.js vendored
View File

@ -2951,6 +2951,8 @@ async function put_manifest(new_tag, manifest, input) {
'content-length': content.byteLength,
};
console.log({ manifest, req_headers });
http_basic_auth(req_headers, input);
// if (input.token) {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -90,6 +90,8 @@ async function put_manifest(new_tag, manifest, input) {
'content-length': content.byteLength,
};
console.log({ manifest, req_headers });
http_basic_auth(req_headers, input);
// if (input.token) {