@useinsider/ab-components 0.0.126 → 0.0.127-beta.26

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 +12 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/ab-components",
3
- "version": "0.0.126",
3
+ "version": "0.0.127-beta.26",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -26,7 +26,7 @@
26
26
  "dev": "vite",
27
27
  "build": "run-p type-check \"build-only {@}\" --",
28
28
  "preview": "vite preview",
29
- "test:unit": "vitest",
29
+ "test:unit": "vitest run",
30
30
  "build-only": "vite build",
31
31
  "type-check": "vue-tsc --build",
32
32
  "pack:move": "npm pack --pack-destination ../design-editor-frontend",
@@ -35,7 +35,11 @@
35
35
  "publish:sdb:wookiee": "npm run build && npm pack && docker cp ./useinsider-ab-components-0.0.114.tgz skeleton-design-bundle:/var/skeleton-design-bundle/design-editor-modules/ && docker exec -it skeleton-design-bundle sh -c 'npm i /var/skeleton-design-bundle/design-editor-modules/useinsider-ab-components-0.0.114.tgz && npm run dev'",
36
36
  "lint": "eslint . --fix",
37
37
  "storybook": "storybook dev -p 6006",
38
- "build-storybook": "storybook build"
38
+ "build-storybook": "storybook build",
39
+ "test:unit:watch": "vitest",
40
+ "test:coverage": "vitest run --coverage",
41
+ "test:visual": "playwright test",
42
+ "test:visual:update": "playwright test --update-snapshots"
39
43
  },
40
44
  "repository": {
41
45
  "type": "git",
@@ -59,6 +63,7 @@
59
63
  "@cspell/eslint-plugin": "8.16.0",
60
64
  "@eslint/eslintrc": "3.2.0",
61
65
  "@eslint/js": "8.57.1",
66
+ "@playwright/test": "^1.62.1",
62
67
  "@storybook/addon-docs": "8.6.18",
63
68
  "@storybook/addon-essentials": "8.6.18",
64
69
  "@storybook/addon-interactions": "8.6.18",
@@ -83,6 +88,7 @@
83
88
  "@useinsider/eslint-config": "1.3.1",
84
89
  "@vitejs/plugin-vue": "^5.2.1",
85
90
  "@vitejs/plugin-vue-jsx": "^4.1.1",
91
+ "@vitest/coverage-istanbul": "^3.0.5",
86
92
  "@vue/eslint-config-typescript": "13.0.0",
87
93
  "@vue/test-utils": "^2.4.6",
88
94
  "@vue/tsconfig": "^0.7.0",
@@ -96,9 +102,11 @@
96
102
  "eslint-plugin-vue-scoped-css": "2.8.1",
97
103
  "fs-extra": "^11.2.0",
98
104
  "globals": "15.14.0",
105
+ "http-server": "^14.1.1",
99
106
  "jsdom": "^25.0.1",
100
107
  "monaco-editor": "0.48.0",
101
108
  "npm-run-all2": "^7.0.2",
109
+ "nyc": "^18.0.0",
102
110
  "sass": "^1.83.1",
103
111
  "sass-embedded": "^1.83.1",
104
112
  "sass-loader": "^16.0.4",
@@ -109,6 +117,7 @@
109
117
  "typescript-eslint": "8.14.0",
110
118
  "vite": "6.1.0",
111
119
  "vite-plugin-dts": "4.5.0",
120
+ "vite-plugin-istanbul": "^7.2.1",
112
121
  "vite-plugin-vue-devtools": "7.7.2",
113
122
  "vitest": "3.0.5",
114
123
  "vue": "3.5.13",