debug-fabulous 2.0.38 → 2.0.40

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 +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "debug-fabulous",
3
- "version": "2.0.38",
3
+ "version": "2.0.40",
4
4
  "description": "visionmedia debug extensions rolled into one",
5
5
  "keywords": [
6
6
  "debug",
@@ -24,11 +24,11 @@
24
24
  "build": "rm -rf lib && npx tsc",
25
25
  "docs:api:markdown": "npx typedoc --theme markdown --exclude ./src/test --out ./docs/api ./src",
26
26
  "docs:api:website": "npx typedoc --exclude ./src/test --out docs ./src",
27
- "lint": "npm run build && eslint --ext .js,.ts,.tsx *.js src test --color",
27
+ "lint": "npm run build && eslint *.js src test --color",
28
28
  "prepack": "npm run build",
29
29
  "prepare": "npx sort-package-json",
30
- "test": "npm run build && NODE_OPTIONS=--experimental-vm-modules npx jest",
31
- "test:ci": "npm run build && npm run test --coverage && npm run coveralls",
30
+ "test": "npm run build && vitest run",
31
+ "test:ci": "npm run build && vitest run --coverage",
32
32
  "preversion": "npm run build"
33
33
  },
34
34
  "dependencies": {
@@ -39,18 +39,17 @@
39
39
  "@commitlint/cli": "^20",
40
40
  "@commitlint/config-conventional": "^20",
41
41
  "@types/debug": "^4",
42
- "@types/jest": "^30.0.0",
43
42
  "@typescript-eslint/eslint-plugin": "8.54.0",
43
+ "@vitest/eslint-plugin": "^1.6.6",
44
44
  "commitlint": "20",
45
45
  "config": "^4.0.0",
46
46
  "eslint": "9",
47
- "eslint-plugin-jest": "29.12.1",
48
47
  "hook-std": "4.0",
49
- "jest": ">=30.1.3",
50
48
  "JSONStream": "1.X",
51
49
  "prettier": "^3.6.2",
52
50
  "sort-package-json": "^3.0.0",
53
- "typescript": "^5.6.2"
51
+ "typescript": "^5.6.2",
52
+ "vitest": "^4.0.18"
54
53
  },
55
54
  "engines": {
56
55
  "node": ">= 20"