@wistia/ui 0.0.13 → 0.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/ui",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -38,9 +38,10 @@
38
38
  "publint": "publint-check",
39
39
  "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host localhost --port 6006",
40
40
  "storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
41
- "test": "NODE_ENV=test vitest run",
42
- "test:coverage": "yarn run test --coverage=true && open ./coverage/index.html",
43
- "test:debug": "echo 'open chrome://inspect/#devices' && cross-env NODE_ENV=test vitest --inspect-brk --no-file-parallelism",
41
+ "test": "vitest",
42
+ "test:ci": "vitest run --coverage",
43
+ "test:coverage": "vitest --coverage --ui",
44
+ "test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
44
45
  "typecheck": "tsc"
45
46
  },
46
47
  "peerDependencies": {
@@ -84,6 +85,7 @@
84
85
  "@types/throttle-debounce": "^5.0.2",
85
86
  "@vitejs/plugin-react": "^4.3.3",
86
87
  "@vitest/coverage-istanbul": "^2.1.4",
88
+ "@vitest/ui": "^2.1.5",
87
89
  "browserslist": "^4.24.2",
88
90
  "chromatic": "^11.18.0",
89
91
  "cross-env": "^7.0.3",