Skip to content

Commit

Permalink
ui: make left and right side of toolbar customizable
Browse files Browse the repository at this point in the history
webpack: build exportable lib in index.js, separate from ui.js
bump to 2.2.0-beta.1
  • Loading branch information
ikreymer committed Oct 11, 2024
1 parent 7ba5764 commit 3fb1079
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 346 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "replaywebpage",
"productName": "ReplayWeb.page",
"version": "2.2.0-beta.0",
"version": "2.2.0-beta.1",
"description": "Serverless Web Archive Replay",
"repository": "https://github.com/webrecorder/replayweb.page",
"homepage": "https://replayweb.page/",
Expand All @@ -10,7 +10,7 @@
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"default": "./ui.js"
"default": "./dist/index.js"
},
"./src/electron-*": "./src/electron-*.ts",
"./index.html": "./index.html"
Expand Down
Loading

0 comments on commit 3fb1079

Please sign in to comment.