+7
-6
| { | ||
| "name": "qified", | ||
| "version": "0.4.0", | ||
| "version": "0.4.2", | ||
| "description": "Task and Message Queues with Multiple Providers", | ||
@@ -36,7 +36,7 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@biomejs/biome": "^2.1.4", | ||
| "@biomejs/biome": "^2.2.2", | ||
| "@vitest/coverage-v8": "^3.2.4", | ||
| "rimraf": "^6.0.1", | ||
| "tsup": "^8.5.0", | ||
| "typescript": "^5.8.3", | ||
| "typescript": "^5.9.2", | ||
| "vitest": "^3.2.4" | ||
@@ -49,8 +49,9 @@ }, | ||
| "scripts": { | ||
| "test": "biome check --write && vitest run --coverage", | ||
| "test:ci": "biome check && vitest run --coverage", | ||
| "lint": "biome check --write --error-on-warnings", | ||
| "test": "pnpm lint && vitest run --coverage", | ||
| "test:ci": "biome check --error-on-warnings && vitest run --coverage", | ||
| "clean": "rimraf ./dist ./coverage ./site/dist", | ||
| "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", | ||
| "build:publish": "pnpm build && pnpm publish --access public" | ||
| "build:publish": "pnpm build && pnpm publish --access public --no-git-checks" | ||
| } | ||
| } |
26320
0.31%