replaywebpage 2.2.0-beta.2 → 2.2.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/adblock/adblock.gz +0 -0
- package/dist/electron.js +1 -1
- package/dist/index.js +3400 -2839
- package/dist/index.js.map +1 -1
- package/dist/preload.js +3 -3
- package/dist/types/chooser.d.ts +1 -1
- package/dist/types/chooser.d.ts.map +1 -1
- package/dist/types/electron-preload.d.ts.map +1 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types/types.d.ts.map +1 -1
- package/index.html +1 -1
- package/package.json +3 -3
- package/src/chooser.ts +11 -1
- package/src/electron-preload.ts +8 -3
- package/src/item-index.ts +1 -1
- package/src/types.ts +1 -1
- package/sw.js +2 -2
- package/ui.js +22 -22
package/README.md
CHANGED
|
@@ -72,7 +72,6 @@ The static assets are placed in the root `index.html`, `sw.js`, and `ui.js`, and
|
|
|
72
72
|
|
|
73
73
|
The full site with docs is built using MkDocs. Using the `yarn build-docs` command, the static assets are copied into `mkdocs/site/` and using Markdown in `mkdocs/site/docs`, the final static site is built to `mkdocs/_genhtml`. This is what is published to https://replayweb.page/ via CI.
|
|
74
74
|
|
|
75
|
-
|
|
76
75
|
### Service Worker Requirements
|
|
77
76
|
|
|
78
77
|
Note that for the 'backend' service worker to work, the static site must be served from either localhost or an HTTPS endpoint.
|
package/adblock/adblock.gz
CHANGED
|
Binary file
|