@qavajs/html-formatter
Advanced tools
Comparing version 0.15.3 to 0.15.4
@@ -0,1 +1,4 @@ | ||
# 0.15.4 | ||
- fixed multiple tags displaying | ||
# 0.15.3 | ||
@@ -2,0 +5,0 @@ - fixed logs overlay width |
{ | ||
"name": "@qavajs/html-formatter", | ||
"version": "0.15.3", | ||
"version": "0.15.4", | ||
"main": "formatter/formatter.js", | ||
@@ -10,4 +10,4 @@ "authors": [ | ||
"scripts": { | ||
"prebuild": "qavajs run --config test/report.ts --profile json", | ||
"report:generate": "qavajs run --config test/report.ts", | ||
"prebuild": "qavajs run --config test/report.ts --profile json --no-error-exit", | ||
"report:generate": "qavajs run --config test/report.ts --no-error-exit", | ||
"test:e2e": "qavajs run --config test-e2e/test.ts", | ||
@@ -48,3 +48,3 @@ "debug:e2e": "qavajs run --config test-e2e/test.ts --profile debug", | ||
"devDependencies": { | ||
"@cucumber/cucumber": "^10.0.1", | ||
"@cucumber/cucumber": "^10.3.1", | ||
"@epam/assets": "5.2.0", | ||
@@ -56,7 +56,7 @@ "@epam/promo": "5.2.0", | ||
"@epam/uui-test-utils": "5.2.0", | ||
"@qavajs/cli": "^0.32.1", | ||
"@qavajs/cli": "^0.34.1", | ||
"@qavajs/console-formatter": "^0.6.0", | ||
"@qavajs/memory": "^1.6.2", | ||
"@qavajs/po-playwright": "^0.12.0", | ||
"@qavajs/steps-playwright": "^0.41.3", | ||
"@qavajs/memory": "^1.7.0", | ||
"@qavajs/po-playwright": "^0.13.0", | ||
"@qavajs/steps-playwright": "^0.42.0", | ||
"@types/react": "18.2.43", | ||
@@ -81,8 +81,8 @@ "@types/react-router-dom": "^5.3.3", | ||
"sass": "^1.62.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "4.9.3", | ||
"vite": "^4.4.9", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3", | ||
"vite": "^4.5.1", | ||
"vite-plugin-singlefile": "^0.13.5", | ||
"vite-plugin-svgr": "^3.2.0", | ||
"vitest": "^0.34.6", | ||
"vitest": "^1.2.0", | ||
"vitest-dom": "^0.1.1" | ||
@@ -89,0 +89,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1239958