Skip to content

Commit

Permalink
deps: bump to wabac.js 2.18.3, wobmat 3.7.6 for various fidelity impr…
Browse files Browse the repository at this point in the history
…ovements (#225)

* ruffle: move to ruffle/ root dir to make RWP setup
* bump to 0.12.1
  • Loading branch information
ikreymer authored Jun 10, 2024
1 parent 2357f6d commit 3195c43
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webrecorder/archivewebpage",
"productName": "ArchiveWeb.page",
"version": "0.12.0",
"version": "0.12.1",
"main": "index.js",
"description": "Create Web Archives directly in your browser",
"repository": "https://github.com/webrecorder/archiveweb.page",
Expand All @@ -11,7 +11,7 @@
"@fortawesome/fontawesome-free": "^5.13.0",
"@ipld/car": "^5.3.1",
"@webrecorder/awp-sw": "^0.4.4",
"@webrecorder/wabac": "^2.18.1",
"@webrecorder/wabac": "^2.18.3",
"auto-js-ipfs": "^2.3.0",
"browsertrix-behaviors": "^0.6.0",
"btoa": "^1.2.1",
Expand Down Expand Up @@ -57,7 +57,7 @@
"start-electron": "NODE_ENV=development electron ./dist/electron/electron.js",
"start-ext": "NODE_ENV=development webpack --mode=development --watch",
"start-embed": "yarn run build-dev && cd dist/embed/ && http-server -p 10001",
"update-ruffle": "./src/static/ruffle/download-latest-ruffle.sh",
"update-ruffle": "./ruffle/download-latest-ruffle.sh",
"pack": "CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --publish never",
"pack-signed": "electron-builder",
"dist": "yarn run build && yarn run pack",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const extensionWebConfig = (env, argv) => {

const copy = [
{ from: "src/static/", to: "./" },
{ from: "ruffle", to: "./ruffle/" },
];

const entry = {
Expand All @@ -208,6 +209,7 @@ const electronWebConfig = (env, argv) => {

const copy = [
{ from: "src/static/", to: "./" },
{ from: "ruffle", to: "./ruffle/" },
{ from: "src/electron/rec-preload.js", to: "" },
{ from: "src/electron/rec-window.html", to: "" },
];
Expand Down
36 changes: 36 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1013,13 +1013,49 @@
stream-browserify "^3.0.0"
warcio "^2.2.1"

"@webrecorder/wabac@^2.18.3":
version "2.18.3"
resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.18.3.tgz#eda195452a9964e8216fb0676d5da6cc69239dae"
integrity sha512-qmNLXky9QHpljt0EyEmcO6L2qFGG63mZbMYKso0MZZLFY3NeUf/ANafq9pWWm1Bw10+zoV6KRtHUin8gropccA==
dependencies:
"@peculiar/asn1-ecc" "^2.3.4"
"@peculiar/asn1-schema" "^2.3.3"
"@peculiar/x509" "^1.9.2"
"@webrecorder/wombat" "^3.7.6"
acorn "^8.10.0"
auto-js-ipfs "^2.1.1"
base64-js "^1.5.1"
brotli "^1.3.3"
buffer "^6.0.3"
fast-xml-parser "^4.2.5"
hash-wasm "^4.9.0"
http-link-header "^1.1.3"
http-status-codes "^2.1.4"
idb "^7.1.1"
js-levenshtein "^1.1.6"
js-yaml "^4.1.0"
pako "^1.0.11"
parse5-html-rewriting-stream "^7.0.0"
parse5-sax-parser "^7.0.0"
path-parser "^6.1.0"
process "^0.11.10"
stream-browserify "^3.0.0"
warcio "^2.2.1"

"@webrecorder/wombat@^3.7.4":
version "3.7.4"
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.7.4.tgz#782f36955df82acf8653f68298fbb62df95c3c68"
integrity sha512-5ksnnm0J1xt2pNUVkn/sth6MxC6p3Y9aDrs7g4bqvuqQlVAeSOaCd3+vfEunGXZFbISbuywcQjt4czr8+GIOCA==
dependencies:
warcio "^2.2.0"

"@webrecorder/wombat@^3.7.6":
version "3.7.6"
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.7.6.tgz#e52a1bcfccd0150517989bc4310a03730a1f74e7"
integrity sha512-SA34StdLc+D60Aa8bZ2I+8PLjody1B/j9DmZ2zyXg/EZuPLSG4ec6XvMzq8QYuoGvD+hkjAf0YlUGxmI/viIcw==
dependencies:
warcio "^2.2.0"

"@xmldom/xmldom@^0.8.8":
version "0.8.10"
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz#a1337ca426aa61cef9fe15b5b28e340a72f6fa99"
Expand Down

0 comments on commit 3195c43

Please sign in to comment.