|
77 | 77 | "bench": "vitest bench", |
78 | 78 | "test": "vitest --typecheck", |
79 | 79 | "coverage": "vitest run --coverage --typecheck", |
80 | | - "validate": "validate-package-exports --check --verify", |
| 80 | + "validate": "validate-package-exports --check", |
81 | 81 | "spellcheck": "cspell './{.github,src,bench,test}/**/*.{ts,json}' './*.{md,mjs,mts}' './package.json' --no-progress", |
82 | 82 | "prepublishOnly": "pnpm typecheck && pnpm spellcheck && pnpm lint && pnpm coverage && pnpm build", |
83 | 83 | "format": "prettier --write ./*.{js,json,md} ./src/ ./bench/ ./test/", |
84 | 84 | "prepare": "husky" |
85 | 85 | }, |
86 | 86 | "prettier": "@webdeveric/prettier-config", |
87 | 87 | "devDependencies": { |
88 | | - "@commitlint/config-conventional": "^20.4.0", |
| 88 | + "@commitlint/config-conventional": "^20.4.1", |
89 | 89 | "@commitlint/types": "^20.4.0", |
90 | | - "@types/node": "^22.19.7", |
| 90 | + "@types/node": "^22.19.8", |
91 | 91 | "@vitest/coverage-v8": "^3.2.4", |
92 | 92 | "@webdeveric/eslint-config-ts": "^0.11.0", |
93 | 93 | "@webdeveric/prettier-config": "^0.3.0", |
94 | | - "commitlint": "^20.4.0", |
| 94 | + "commitlint": "^20.4.1", |
95 | 95 | "commitlint-plugin-cspell": "^0.4.0", |
96 | 96 | "conventional-changelog-conventionalcommits": "^9.1.0", |
97 | | - "cspell": "^9.6.2", |
| 97 | + "cspell": "^9.6.4", |
98 | 98 | "eslint": "^8.57.1", |
99 | 99 | "eslint-config-prettier": "^10.1.8", |
100 | 100 | "eslint-import-resolver-typescript": "^4.4.4", |
|
106 | 106 | "rimraf": "^6.1.2", |
107 | 107 | "semantic-release": "^24.2.9", |
108 | 108 | "typescript": "^5.9.3", |
109 | | - "validate-package-exports": "^0.15.0", |
| 109 | + "validate-package-exports": "^0.16.0", |
110 | 110 | "vitest": "^3.2.4" |
111 | 111 | }, |
112 | 112 | "pnpm": { |
|
0 commit comments