@allurereport/web-awesome 3.14.0 → 3.14.2
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/{509.app-7c58bc92c2b60dfc19b0.js → 573.app-cb512132662837474569.js} +1 -1
- package/dist/multi/{513.app-7c58bc92c2b60dfc19b0.js → 894.app-cb512132662837474569.js} +1 -1
- package/dist/multi/{894.app-7c58bc92c2b60dfc19b0.js → 954.app-cb512132662837474569.js} +1 -1
- package/dist/multi/{app-7c58bc92c2b60dfc19b0.js → app-cb512132662837474569.js} +2 -2
- package/dist/multi/manifest.json +24 -24
- package/dist/single/app-900ff87d87c31bf52cf4.js +2 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +9 -9
- package/dist/single/app-91db0672fa76b0b3cd82.js +0 -2
- /package/dist/multi/{173.app-7c58bc92c2b60dfc19b0.js → 173.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{174.app-7c58bc92c2b60dfc19b0.js → 174.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{252.app-7c58bc92c2b60dfc19b0.js → 252.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{282.app-7c58bc92c2b60dfc19b0.js → 282.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{29.app-7c58bc92c2b60dfc19b0.js → 29.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{310.app-7c58bc92c2b60dfc19b0.js → 310.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{416.app-7c58bc92c2b60dfc19b0.js → 416.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{507.app-7c58bc92c2b60dfc19b0.js → 507.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{527.app-7c58bc92c2b60dfc19b0.js → 527.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{600.app-7c58bc92c2b60dfc19b0.js → 600.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{605.app-7c58bc92c2b60dfc19b0.js → 605.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{638.app-7c58bc92c2b60dfc19b0.js → 638.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{672.app-7c58bc92c2b60dfc19b0.js → 672.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{686.app-7c58bc92c2b60dfc19b0.js → 686.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{725.app-7c58bc92c2b60dfc19b0.js → 725.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{741.app-7c58bc92c2b60dfc19b0.js → 741.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{749.app-7c58bc92c2b60dfc19b0.js → 749.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{755.app-7c58bc92c2b60dfc19b0.js → 755.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{943.app-7c58bc92c2b60dfc19b0.js → 943.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{980.app-7c58bc92c2b60dfc19b0.js → 980.app-cb512132662837474569.js} +0 -0
- /package/dist/multi/{app-7c58bc92c2b60dfc19b0.js.LICENSE.txt → app-cb512132662837474569.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-91db0672fa76b0b3cd82.js.LICENSE.txt → app-900ff87d87c31bf52cf4.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allurereport/web-awesome",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.2",
|
|
4
4
|
"description": "The static files for Allure Awesome Report",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"allure",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"lint:fix": "oxlint --import-plugin --fix src test features stories"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@allurereport/charts-api": "3.14.
|
|
34
|
-
"@allurereport/core-api": "3.14.
|
|
35
|
-
"@allurereport/plugin-api": "3.14.
|
|
36
|
-
"@allurereport/web-commons": "3.14.
|
|
37
|
-
"@allurereport/web-components": "3.14.
|
|
33
|
+
"@allurereport/charts-api": "3.14.2",
|
|
34
|
+
"@allurereport/core-api": "3.14.2",
|
|
35
|
+
"@allurereport/plugin-api": "3.14.2",
|
|
36
|
+
"@allurereport/web-commons": "3.14.2",
|
|
37
|
+
"@allurereport/web-components": "3.14.2",
|
|
38
38
|
"@preact/signals": "^2.6.1",
|
|
39
39
|
"clsx": "^2.1.1",
|
|
40
40
|
"d3-shape": "^3.2.0",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/core": "^7.27.4",
|
|
49
49
|
"@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
50
|
-
"@babel/preset-env": "^
|
|
50
|
+
"@babel/preset-env": "^8.0.2",
|
|
51
51
|
"@babel/preset-typescript": "^7.27.1",
|
|
52
52
|
"@floating-ui/dom": "^1.6.12",
|
|
53
53
|
"@preact/compat": "^18.3.1",
|
|
54
54
|
"@preact/preset-vite": "^2.10.2",
|
|
55
|
-
"@testing-library/jest-dom": "^6.1
|
|
55
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
56
56
|
"@testing-library/preact": "^3.2.3",
|
|
57
57
|
"@testing-library/user-event": "^14.5.1",
|
|
58
58
|
"@types/babel__core": "^7.20.5",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"allure-js-commons": "^3",
|
|
66
66
|
"allure-vitest": "^3",
|
|
67
67
|
"autoprefixer": "^10.4.20",
|
|
68
|
-
"babel-loader": "^
|
|
68
|
+
"babel-loader": "^10.1.1",
|
|
69
69
|
"babel-plugin-prismjs": "^2.1.0",
|
|
70
70
|
"css-loader": "^7.1.4",
|
|
71
71
|
"diff": "^8.0.3",
|