File tree Expand file tree Collapse file tree 3 files changed +37
-6
lines changed Expand file tree Collapse file tree 3 files changed +37
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webrecorder/archivewebpage" ,
3
3
"productName" : " ArchiveWeb.page" ,
4
- "version" : " 0.15.0 " ,
4
+ "version" : " 0.15.1 " ,
5
5
"main" : " index.js" ,
6
6
"description" : " Create Web Archives directly in your browser" ,
7
7
"repository" : {
14
14
"@fortawesome/fontawesome-free" : " ^5.13.0" ,
15
15
"@ipld/car" : " ^5.3.2" ,
16
16
"@ipld/unixfs" : " ^3.0.0" ,
17
- "@webrecorder/wabac" : " ^2.22.16 " ,
17
+ "@webrecorder/wabac" : " ^2.22.17 " ,
18
18
"auto-js-ipfs" : " ^2.3.0" ,
19
19
"browsertrix-behaviors" : " ^0.8.5" ,
20
20
"btoa" : " ^1.2.1" ,
21
21
"bulma" : " ^0.9.3" ,
22
22
"client-zip" : " ^2.3.0" ,
23
- "idb" : " ^7.1.1" ,
24
23
"hash-wasm" : " ^4.9.0" ,
25
24
"http-status-codes" : " ^2.1.4" ,
25
+ "idb" : " ^7.1.1" ,
26
26
"keyword-mark-element" : " ^0.1.2" ,
27
27
"node-fetch" : " 2.6.7" ,
28
28
"p-queue" : " ^8.0.1" ,
36
36
"warcio" : " ^2.4.4"
37
37
},
38
38
"devDependencies" : {
39
+ "@types/uuid" : " ^10.0.0" ,
39
40
"@typescript-eslint/eslint-plugin" : " ^6.15.0" ,
40
41
"@typescript-eslint/parser" : " ^6.15.0" ,
41
- "@types/uuid" : " ^10.0.0" ,
42
42
"copy-webpack-plugin" : " ^9.0.1" ,
43
43
"css-loader" : " ^6.2.0" ,
44
44
"electron" : " ^32.2.0" ,
67
67
"webpack-extension-reloader" : " ^1.1.4"
68
68
},
69
69
"resolutions" : {
70
- "@webrecorder/wabac" : " ^2.22.16 "
70
+ "@webrecorder/wabac" : " ^2.22.17 "
71
71
},
72
72
"files" : [
73
73
" src/" ,
Original file line number Diff line number Diff line change 1
- import { SWReplay , WorkerLoader } from "@webrecorder/wabac/swlib" ;
1
+ import { addProxyAllowPaths , SWReplay , WorkerLoader } from "@webrecorder/wabac/swlib" ;
2
2
3
3
import { ExtAPI } from "./api" ;
4
4
import { RecordingCollections } from "./recproxy" ;
@@ -18,6 +18,7 @@ if (self.registration) {
18
18
if ( self . location . origin . startsWith ( "chrome-extension://" ) ) {
19
19
defaultConfig [ "injectScripts" ] = [ "/ruffle/ruffle.js" ] ;
20
20
}
21
+ addProxyAllowPaths ( [ "/ruffle/" ] ) ;
21
22
22
23
const staticData = new Map ( ) ;
23
24
Original file line number Diff line number Diff line change 2340
2340
stream-browserify "^3.0.0"
2341
2341
warcio "^2.4.3"
2342
2342
2343
+ " @webrecorder/wabac@^2.22.17 " :
2344
+ version "2.22.17"
2345
+ resolved "https://registry.yarnpkg.com/@webrecorder/wabac/-/wabac-2.22.17.tgz#af1992ea78fcd6d82f3ce2a5502504d9763c08d8"
2346
+ integrity sha512-IW7GKwE2Eh5xCj9E7OUHqmmMxdWa5GyyaVRijOFrBksgMfRAyiZxrSUlpUtALtwbyEQ1r2a5wjKyCCJE3xWubw==
2347
+ dependencies :
2348
+ " @peculiar/asn1-ecc" " ^2.3.4"
2349
+ " @peculiar/asn1-schema" " ^2.3.3"
2350
+ " @peculiar/x509" " ^1.9.2"
2351
+ " @types/js-levenshtein" " ^1.1.3"
2352
+ " @webrecorder/wombat" " ^3.8.12"
2353
+ acorn "^8.10.0"
2354
+ auto-js-ipfs "^2.1.1"
2355
+ base64-js "^1.5.1"
2356
+ brotli "^1.3.3"
2357
+ buffer "^6.0.3"
2358
+ fast-xml-parser "^4.4.1"
2359
+ hash-wasm "^4.9.0"
2360
+ http-link-header "^1.1.3"
2361
+ http-status-codes "^2.1.4"
2362
+ idb "^7.1.1"
2363
+ js-levenshtein "^1.1.6"
2364
+ js-yaml "^4.1.0"
2365
+ pako "^1.0.11"
2366
+ parse5-html-rewriting-stream "^7.0.0"
2367
+ parse5-sax-parser "^7.0.0"
2368
+ path-parser "^6.1.0"
2369
+ process "^0.11.10"
2370
+ stream-browserify "^3.0.0"
2371
+ warcio "^2.4.3"
2372
+
2343
2373
" @webrecorder/wombat@^3.8.12 " :
2344
2374
version "3.8.12"
2345
2375
resolved "https://registry.yarnpkg.com/@webrecorder/wombat/-/wombat-3.8.12.tgz#8d44ce0b1bda57ae496f2cf44d4d967feaa019fd"
You can’t perform that action at this time.
0 commit comments