media-devices 0.5.0-2025-08-07.15d86d1 → 0.5.0-2025-08-07.af210fc

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 +4 -14
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "media-devices",
3
3
  "description": "Easily manage media devices in the browser.",
4
- "version": "0.5.0-2025-08-07.15d86d1",
4
+ "version": "0.5.0-2025-08-07.af210fc",
5
5
  "license": "MIT",
6
6
  "author": "Jesse Gibson <JesseTheGibson@gmail.com>",
7
7
  "repository": "github:PsychoLlama/media-devices",
@@ -33,7 +33,7 @@
33
33
  "scripts": {
34
34
  "prepare": "vite build",
35
35
  "test": "./bin/run-tests",
36
- "test:unit": "jest --color",
36
+ "test:unit": "vitest --color --run",
37
37
  "test:lint": "eslint src --color",
38
38
  "test:fmt": "prettier --check src",
39
39
  "print-pkg-version": "echo ${npm_package_version}",
@@ -44,26 +44,16 @@
44
44
  "singleQuote": true,
45
45
  "trailingComma": "es5"
46
46
  },
47
- "jest": {
48
- "preset": "ts-jest",
49
- "testEnvironment": "jsdom",
50
- "setupFiles": [
51
- "<rootDir>/src/test-utils/index.ts"
52
- ]
53
- },
54
47
  "devDependencies": {
55
48
  "@eslint/js": "^9.32.0",
56
- "@types/jest": "30.0.0",
57
49
  "@typescript-eslint/parser": "8.39.0",
58
50
  "eslint": "9.32.0",
59
- "jest": "30.0.5",
60
- "jest-environment-jsdom": "30.0.5",
61
51
  "keep-a-changelog": "^2.6.2",
62
52
  "prettier": "3.6.2",
63
- "ts-jest": "29.4.1",
64
53
  "typescript": "5.8.3",
65
54
  "typescript-eslint": "^8.38.0",
66
55
  "vite": "7.0.6",
67
- "vite-plugin-dts": "^4.0.0"
56
+ "vite-plugin-dts": "^4.0.0",
57
+ "vitest": "^3.2.4"
68
58
  }
69
59
  }