Skip to content

Commit 8b1ff7e

Browse files
committed
regression fix: fix bad build for 0.8.2
add sw.js / ui.js in dist/embed add updated ruffle bump to 0.8.3
1 parent 0c104bb commit 8b1ff7e

File tree

10 files changed

+2853
-4
lines changed

10 files changed

+2853
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
!examples/*.warc
55
**/node_modules
66
.DS_Store
7-
dist/
7+
!dist/embed/*
88

dist/embed/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<html>
2+
<head>
3+
<script src="ui.js"></script>
4+
<style>
5+
record-web-page {
6+
border: 1px solid black;
7+
display: flex;
8+
}
9+
</style>
10+
<head>
11+
<body>
12+
<record-web-page url="https://example.com/"></record-web-page>
13+
</body>
14+
</html>

dist/embed/replay/sw.js

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/embed/ui.js

Lines changed: 2789 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webrecorder/archivewebpage",
33
"productName": "ArchiveWeb.page",
4-
"version": "0.8.2",
4+
"version": "0.8.3",
55
"main": "index.js",
66
"description": "Create Web Archives directly in your browser",
77
"repository": "https://github.com/webrecorder/archiveweb.page",
@@ -22,7 +22,7 @@
2222
"node-fetch": "2.6.7",
2323
"pretty-bytes": "^5.6.0",
2424
"querystring-es3": "^0.2.1",
25-
"replaywebpage": "^1.6.5",
25+
"replaywebpage": "1.6.5",
2626
"stream-browserify": "^3.0.0",
2727
"unused-filename": "^4.0.1",
2828
"url": "^0.11.0",
5.98 MB
Binary file not shown.
6.12 MB
Binary file not shown.

src/static/ruffle/core.ruffle.73cd4b2216766003e577.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/static/ruffle/core.ruffle.bca1371f982df7946ed0.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6803,7 +6803,7 @@ registry-url@^5.0.0:
68036803
dependencies:
68046804
rc "^1.2.8"
68056805

6806-
replaywebpage@^1.6.5:
6806+
replaywebpage@1.6.5:
68076807
version "1.6.5"
68086808
resolved "https://registry.yarnpkg.com/replaywebpage/-/replaywebpage-1.6.5.tgz#c7d7e1a92b2588977430d6a8eb8314e4fd60c607"
68096809
integrity sha512-F95KOECamjjnrcQriMeiqHFDKUj7M6ocqIFF/o7MhRe9nOyvXeNWasPwoWAq3xUz0NoiT/HuF8gugia+AvcMmA==

0 commit comments

Comments
 (0)