Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Commit 91f21d7

Browse files
committed
deps: bump warcio to 2.1.0, wabac.js to 2.16.1, auto-js-ipfs 2.1.1
bump to 0.2.3
1 parent 3e5bf49 commit 91f21d7

File tree

3 files changed

+36
-26
lines changed

3 files changed

+36
-26
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "git+https://github.com/webrecorder/awp-sw.git"
99
},
10-
"version": "0.2.2",
10+
"version": "0.2.3",
1111
"license": "AGPL-3.0-or-later",
1212
"exports": {
1313
".": "./src/index.js"
@@ -18,13 +18,14 @@
1818
"dependencies": {
1919
"@ipld/car": "^5.0.3",
2020
"@ipld/unixfs": "^2.0.0",
21-
"@webrecorder/wabac": "^2.15.3",
21+
"@webrecorder/wabac": "^2.16.1",
22+
"auto-js-ipfs": "^2.1.1",
2223
"client-zip": "^2.3.0",
2324
"hash-wasm": "^4.9.0",
2425
"idb": "^7.1.1",
2526
"p-queue": "^7.3.0",
2627
"uuid": "^9.0.0",
27-
"warcio": "^2.0.1"
28+
"warcio": "^2.1.0"
2829
},
2930
"scripts": {
3031
"build": "webpack --mode production",

src/ipfsutils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ async function splitByWarcRecordGroup(writer, waczPath, warcIter, rootDir, marke
209209
if (chunk === ZIP && !inZipFile) {
210210
if (lastChunk) {
211211
currName = decoder.decode(lastChunk);
212-
console.log("name", currName);
213212
}
214213
inZipFile = true;
215214

yarn.lock

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -495,20 +495,20 @@
495495
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-2.0.0.tgz#f08ea194e01ed45379383a8886e8c85a65a5f26a"
496496
integrity sha512-Rumq5mHvGXamnOh3O8yLk1sjx8dB30qF1OeR6VC00DIR6SLJ4bwwUGKC4pE7qBFoQyyh0H9sAg3fikYgAqVR0w==
497497

498-
"@webrecorder/wabac@^2.15.3":
499-
version "2.15.3"
500-
resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.15.3.tgz#3328f8a0baeffb244e9e88424dbc1559ee2bcd84"
501-
integrity sha512-WXYXbCkq79Bark9895wNKmx13mQCQLEYsjNyKLp/l7IbUbV3ZLDbumqIGAyFZvdbU/2B6O9L9YeoPdyHhCv/Gw==
498+
"@webrecorder/wabac@^2.16.1":
499+
version "2.16.1"
500+
resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.16.1.tgz#85c0bab4d45975d8ecfbdb57e5735a093b728410"
501+
integrity sha512-sd2t96hEgDo2eP9M2nA4jYP0bFh3cslncvjrOC+5QnE2cpoEqyfZv6dm8dkhaAy0toOhwLzbbhzLaTb5kkh63g==
502502
dependencies:
503503
"@peculiar/asn1-ecc" "^2.3.4"
504504
"@peculiar/asn1-schema" "^2.3.3"
505505
"@peculiar/x509" "^1.9.2"
506-
"@webrecorder/wombat" "^3.4.6"
507-
auto-js-ipfs "^2.1.0"
506+
"@webrecorder/wombat" "^3.5.2"
507+
auto-js-ipfs "^2.1.1"
508508
base64-js "^1.5.1"
509509
brotli "^1.3.3"
510510
buffer "^6.0.3"
511-
fast-xml-parser "^3.19.0"
511+
fast-xml-parser "^4.2.4"
512512
hash-wasm "^4.9.0"
513513
http-link-header "^1.1.0"
514514
http-status-codes "^2.1.4"
@@ -521,12 +521,12 @@
521521
path-parser "^6.1.0"
522522
process "^0.11.10"
523523
stream-browserify "^3.0.0"
524-
warcio "^2.0.1"
524+
warcio "^2.1.0"
525525

526-
"@webrecorder/wombat@^3.4.6":
527-
version "3.4.6"
528-
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.4.6.tgz#48c8a03b1d47789fd799f6d9d49ec1ca6c610a1f"
529-
integrity sha512-YMGKT78B6nDOIV8irIvIPtcWGOa44/FxFXN6LqeUM8WwJrvLL3YI+pXfKYd7GYJFULNqir3Ao+nSNNrjy9PtJg==
526+
"@webrecorder/wombat@^3.5.2":
527+
version "3.5.2"
528+
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.5.2.tgz#46d69943f6872a30dcc1c97aebcaee7ddc746076"
529+
integrity sha512-nFwdsbhDqzUqsV7iRYyPGs8u6ZTQCT1RJOh5Sw/d1VTtPK2LQx1fI+P03OgQuKhO1cDBlHvwR50/ohru6PJLCQ==
530530
dependencies:
531531
warcio "^2.0.1"
532532

@@ -601,10 +601,10 @@ asn1js@^3.0.5:
601601
pvutils "^1.1.3"
602602
tslib "^2.4.0"
603603

604-
auto-js-ipfs@^2.1.0:
605-
version "2.1.0"
606-
resolved "https://registry.yarnpkg.com/auto-js-ipfs/-/auto-js-ipfs-2.1.0.tgz#b7dacdcae6522f5eb40a80bd89ba6db4ac99d174"
607-
integrity sha512-fYFtpOb8aSWnFklOW9UKwQmhsF7malEKT9ic0z8ANoXo46tOY5mfIFQJM+UVVHZCQCFbovt0opbegMebXf5GmA==
604+
auto-js-ipfs@^2.1.1:
605+
version "2.1.1"
606+
resolved "https://registry.yarnpkg.com/auto-js-ipfs/-/auto-js-ipfs-2.1.1.tgz#a4276e4ea1bde9426fc24555ee4523d3feed5c95"
607+
integrity sha512-apr18WgwDAtxR46PmOGNtkj40IWQOYL3m1c8o0tq2xn0Hulj7B9nDPQQ9yQ+NwJdIUiFJGaCMDlUQd+BOiS/pQ==
608608

609609
balanced-match@^1.0.0:
610610
version "1.0.2"
@@ -971,12 +971,12 @@ fast-levenshtein@^2.0.6:
971971
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
972972
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
973973

974-
fast-xml-parser@^3.19.0:
975-
version "3.21.1"
976-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz#152a1d51d445380f7046b304672dd55d15c9e736"
977-
integrity sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==
974+
fast-xml-parser@^4.2.4:
975+
version "4.2.4"
976+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz#6e846ede1e56ad9e5ef07d8720809edf0ed07e9b"
977+
integrity sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==
978978
dependencies:
979-
strnum "^1.0.4"
979+
strnum "^1.0.5"
980980

981981
fastest-levenshtein@^1.0.12:
982982
version "1.0.16"
@@ -1750,7 +1750,7 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
17501750
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
17511751
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
17521752

1753-
strnum@^1.0.4:
1753+
strnum@^1.0.5:
17541754
version "1.0.5"
17551755
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
17561756
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
@@ -1884,6 +1884,16 @@ warcio@^2.0.1:
18841884
uuid-random "^1.3.2"
18851885
yargs "^17.6.2"
18861886

1887+
warcio@^2.1.0:
1888+
version "2.1.0"
1889+
resolved "https://registry.yarnpkg.com/warcio/-/warcio-2.1.0.tgz#7feca0278d43008bd3dd41b51904470421eecb41"
1890+
integrity sha512-NQPvYkNZhZOqcFhAHn2iuFhEQmiUv+mE1KI8BD+J3emgkdNGRv3P1o+gBCE6Nxnzk7bEkBreoAjhZ4osl+Ps1Q==
1891+
dependencies:
1892+
base32-encode "^2.0.0"
1893+
pako "^1.0.11"
1894+
uuid-random "^1.3.2"
1895+
yargs "^17.6.2"
1896+
18871897
watchpack@^2.4.0:
18881898
version "2.4.0"
18891899
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d"

0 commit comments

Comments
 (0)