Skip to content

Commit

Permalink
Update to wabac.js 2.15.3 (#1)
Browse files Browse the repository at this point in the history
* deps: bump to wabac.js 2.15.3 (including fidelity fixes via wombat)
bump to 0.2.2
  • Loading branch information
ikreymer authored Feb 26, 2023
1 parent a423895 commit 3e5bf49
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "git+https://github.com/webrecorder/awp-sw.git"
},
"version": "0.2.1",
"version": "0.2.2",
"license": "AGPL-3.0-or-later",
"exports": {
".": "./src/index.js"
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@ipld/car": "^5.0.3",
"@ipld/unixfs": "^2.0.0",
"@webrecorder/wabac": "^2.15.0",
"@webrecorder/wabac": "^2.15.3",
"client-zip": "^2.3.0",
"hash-wasm": "^4.9.0",
"idb": "^7.1.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -495,15 +495,15 @@
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-2.0.0.tgz#f08ea194e01ed45379383a8886e8c85a65a5f26a"
integrity sha512-Rumq5mHvGXamnOh3O8yLk1sjx8dB30qF1OeR6VC00DIR6SLJ4bwwUGKC4pE7qBFoQyyh0H9sAg3fikYgAqVR0w==

"@webrecorder/wabac@^2.15.0":
version "2.15.0"
resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.15.0.tgz#fcbf2dbe3783a790d2c2e2cf40508650880385aa"
integrity sha512-4l88C76/UyvgiNtoV2lYoo4WuB2jtTDd7wyl7NcNHXpqA9XRc7h6p0fEurDTyMMX5JK8viRQ4ebuIC+SFQMoRQ==
"@webrecorder/wabac@^2.15.3":
version "2.15.3"
resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.15.3.tgz#3328f8a0baeffb244e9e88424dbc1559ee2bcd84"
integrity sha512-WXYXbCkq79Bark9895wNKmx13mQCQLEYsjNyKLp/l7IbUbV3ZLDbumqIGAyFZvdbU/2B6O9L9YeoPdyHhCv/Gw==
dependencies:
"@peculiar/asn1-ecc" "^2.3.4"
"@peculiar/asn1-schema" "^2.3.3"
"@peculiar/x509" "^1.9.2"
"@webrecorder/wombat" "^3.4.3"
"@webrecorder/wombat" "^3.4.6"
auto-js-ipfs "^2.1.0"
base64-js "^1.5.1"
brotli "^1.3.3"
Expand All @@ -523,10 +523,10 @@
stream-browserify "^3.0.0"
warcio "^2.0.1"

"@webrecorder/wombat@^3.4.3":
version "3.4.3"
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.4.3.tgz#d32c4a848d6fa3dc886ad9d9e7ee39f3909d3fb7"
integrity sha512-3cKSqyui1AK2PnKqNjPt+eJTBl3GWRsfTIzwaettUwr631nzJBvWv/gGnu0gP6rgvIe6YcqmEfWE/dUVhji9Mg==
"@webrecorder/wombat@^3.4.6":
version "3.4.6"
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.4.6.tgz#48c8a03b1d47789fd799f6d9d49ec1ca6c610a1f"
integrity sha512-YMGKT78B6nDOIV8irIvIPtcWGOa44/FxFXN6LqeUM8WwJrvLL3YI+pXfKYd7GYJFULNqir3Ao+nSNNrjy9PtJg==
dependencies:
warcio "^2.0.1"

Expand Down

0 comments on commit 3e5bf49

Please sign in to comment.