@worca/ui 0.16.0 → 0.17.0

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.
Files changed (1) hide show
  1. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worca/ui",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Pipeline monitoring UI for worca-cc",
5
5
  "license": "MIT",
6
6
  "author": "Sinisha Djukic",
@@ -50,6 +50,7 @@
50
50
  "prepublishOnly": "npm run build && npm test",
51
51
  "test": "vitest run",
52
52
  "test:watch": "vitest",
53
+ "test:coverage": "vitest run --coverage",
53
54
  "test:browser": "playwright test",
54
55
  "test:browser:ui": "playwright test --ui",
55
56
  "lint": "biome check",
@@ -70,6 +71,7 @@
70
71
  "devDependencies": {
71
72
  "@biomejs/biome": "^2.2.4",
72
73
  "@playwright/test": "^1.58.2",
74
+ "@vitest/coverage-v8": "^4.0.15",
73
75
  "esbuild": "^0.27.1",
74
76
  "jsdom": "^29.0.1",
75
77
  "vitest": "^4.0.15"