@allurereport/static-server 3.0.0-beta.18 → 3.0.0-beta.19
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/dist/index.js +1 -1
- package/dist/utils.js +1 -1
- package/package.json +2 -3
package/dist/index.js
CHANGED
package/dist/utils.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
const ALLURE_LIVE_RELOAD_HASH_STORAGE_KEY = "__allure_report_live_reload_hash__";
|
|
2
2
|
export const EXTENSIONS_BY_TYPE = {
|
|
3
3
|
"application/andrew-inset": ".ez",
|
|
4
4
|
"application/applixware": ".aw",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allurereport/static-server",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.19",
|
|
4
4
|
"description": "Minimalistic web-server for serving static files",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"allure",
|
|
@@ -32,8 +32,7 @@
|
|
|
32
32
|
"test:e2e": "playwright test"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@allurereport/directory-watcher": "3.0.0-beta.
|
|
36
|
-
"@allurereport/web-commons": "3.0.0-beta.18",
|
|
35
|
+
"@allurereport/directory-watcher": "3.0.0-beta.19",
|
|
37
36
|
"open": "^10.1.0"
|
|
38
37
|
},
|
|
39
38
|
"devDependencies": {
|