@visma-swno/vsn-navigation 1.7.0-beta.1 → 1.7.0-beta.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.
@@ -452,7 +452,7 @@ var pt = class e extends Error {
452
452
  }
453
453
  };
454
454
  //#endregion
455
- //#region \0@oxc-project+runtime@0.127.0/helpers/decorate.js
455
+ //#region \0@oxc-project+runtime@0.137.0/helpers/esm/decorate.js
456
456
  function P(e, t, n, r) {
457
457
  var i = arguments.length, a = i < 3 ? t : r === null ? r = Object.getOwnPropertyDescriptor(t, n) : r, o;
458
458
  if (typeof Reflect == "object" && typeof Reflect.decorate == "function") a = Reflect.decorate(e, t, n, r);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visma-swno/vsn-navigation",
3
- "version": "1.7.0-beta.1",
3
+ "version": "1.7.0-beta.2",
4
4
  "type": "module",
5
5
  "customElements": "dist/custom-elements.json",
6
6
  "exports": {
@@ -19,6 +19,10 @@
19
19
  "build": "tsc && vite build",
20
20
  "preview": "vite preview",
21
21
  "test": "vitest run",
22
+ "test:coverage": "vitest run --coverage",
23
+ "test:watch": "vitest",
24
+ "test:ui": "vitest --ui",
25
+ "playwright:install": "playwright install chromium",
22
26
  "localize:extract": "lit-localize extract",
23
27
  "localize:build": "lit-localize build"
24
28
  },
@@ -32,13 +36,19 @@
32
36
  },
33
37
  "devDependencies": {
34
38
  "@lit/localize-tools": "^0.8.1",
39
+ "@open-wc/testing-helpers": "^3.0.1",
35
40
  "@tailwindcss/vite": "^4.2.3",
41
+ "@vitest/browser": "^4.1.9",
42
+ "@vitest/browser-playwright": "^4.1.9",
43
+ "@vitest/coverage-v8": "^4.1.9",
44
+ "@vitest/ui": "^4.1.9",
45
+ "playwright": "^1.50.0",
36
46
  "semantic-release": "^25.0.3",
37
47
  "typescript": "~5.9.3",
38
48
  "vite": "^8.0.1",
39
49
  "vite-plugin-cem": "^0.8.5",
40
50
  "vite-plugin-dts": "^4.5.4",
41
- "vitest": "^4.1.2"
51
+ "vitest": "^4.1.9"
42
52
  },
43
53
  "publishConfig": {
44
54
  "access": "public"