@allurereport/web-dashboard 3.0.0-beta.14 → 3.0.0-beta.15
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/multi/{app-38a81136.js → app-c035074b.js} +2 -2
- package/dist/multi/manifest.json +20 -20
- package/dist/single/{app-716851c4.js → app-6589e136.js} +2 -2
- package/dist/single/manifest.json +1 -1
- package/package.json +4 -4
- package/src/stores/dashboard.ts +1 -1
- /package/dist/multi/{173.app-38a81136.js → 173.app-c035074b.js} +0 -0
- /package/dist/multi/{174.app-38a81136.js → 174.app-c035074b.js} +0 -0
- /package/dist/multi/{252.app-38a81136.js → 252.app-c035074b.js} +0 -0
- /package/dist/multi/{282.app-38a81136.js → 282.app-c035074b.js} +0 -0
- /package/dist/multi/{29.app-38a81136.js → 29.app-c035074b.js} +0 -0
- /package/dist/multi/{416.app-38a81136.js → 416.app-c035074b.js} +0 -0
- /package/dist/multi/{527.app-38a81136.js → 527.app-c035074b.js} +0 -0
- /package/dist/multi/{600.app-38a81136.js → 600.app-c035074b.js} +0 -0
- /package/dist/multi/{605.app-38a81136.js → 605.app-c035074b.js} +0 -0
- /package/dist/multi/{638.app-38a81136.js → 638.app-c035074b.js} +0 -0
- /package/dist/multi/{672.app-38a81136.js → 672.app-c035074b.js} +0 -0
- /package/dist/multi/{686.app-38a81136.js → 686.app-c035074b.js} +0 -0
- /package/dist/multi/{725.app-38a81136.js → 725.app-c035074b.js} +0 -0
- /package/dist/multi/{741.app-38a81136.js → 741.app-c035074b.js} +0 -0
- /package/dist/multi/{755.app-38a81136.js → 755.app-c035074b.js} +0 -0
- /package/dist/multi/{894.app-38a81136.js → 894.app-c035074b.js} +0 -0
- /package/dist/multi/{943.app-38a81136.js → 943.app-c035074b.js} +0 -0
- /package/dist/multi/{980.app-38a81136.js → 980.app-c035074b.js} +0 -0
- /package/dist/multi/{app-38a81136.js.LICENSE.txt → app-c035074b.js.LICENSE.txt} +0 -0
- /package/dist/multi/{styles-38a81136.css → styles-c035074b.css} +0 -0
- /package/dist/single/{app-716851c4.js.LICENSE.txt → app-6589e136.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allurereport/web-dashboard",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.15",
|
|
4
4
|
"description": "The static files for Allure Dashboard Report",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"allure",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"IE 11"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@allurereport/core-api": "3.0.0-beta.
|
|
35
|
-
"@allurereport/web-commons": "3.0.0-beta.
|
|
36
|
-
"@allurereport/web-components": "3.0.0-beta.
|
|
34
|
+
"@allurereport/core-api": "3.0.0-beta.15",
|
|
35
|
+
"@allurereport/web-commons": "3.0.0-beta.15",
|
|
36
|
+
"@allurereport/web-components": "3.0.0-beta.15",
|
|
37
37
|
"@preact/signals": "^1.3.0",
|
|
38
38
|
"clsx": "^2.1.1",
|
|
39
39
|
"i18next": "^24.0.2",
|
package/src/stores/dashboard.ts
CHANGED
|
@@ -189,7 +189,7 @@ export const fetchDashboardData = async () => {
|
|
|
189
189
|
};
|
|
190
190
|
|
|
191
191
|
try {
|
|
192
|
-
const res = await fetchReportJsonData<ChartsResponse>("widgets/charts.json");
|
|
192
|
+
const res = await fetchReportJsonData<ChartsResponse>("widgets/charts.json", { bustCache: true });
|
|
193
193
|
|
|
194
194
|
dashboardStore.value = {
|
|
195
195
|
data: createCharts(res),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|