@prisma-next/sql-errors
Advanced tools
+8
-8
| { | ||
| "name": "@prisma-next/sql-errors", | ||
| "version": "0.1.0-pr.70.6", | ||
| "version": "0.1.0-pr.71.1", | ||
| "type": "module", | ||
@@ -9,6 +9,6 @@ "sideEffects": false, | ||
| "devDependencies": { | ||
| "@vitest/coverage-v8": "4.0.16", | ||
| "tsup": "8.5.1", | ||
| "typescript": "5.9.3", | ||
| "vitest": "4.0.16", | ||
| "@vitest/coverage-v8": "^4.0.0", | ||
| "tsup": "^8.3.0", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^4.0.16", | ||
| "@prisma-next/test-utils": "0.0.1" | ||
@@ -30,7 +30,7 @@ }, | ||
| "typecheck": "tsc --project tsconfig.json --noEmit", | ||
| "lint": "biome check . --config-path ../../../../biome.json --error-on-warnings", | ||
| "lint:fix": "biome check --write . --config-path ../../../../biome.json", | ||
| "lint:fix:unsafe": "biome check --write --unsafe . --config-path ../../../../biome.json", | ||
| "lint": "biome check . --error-on-warnings", | ||
| "lint:fix": "biome check --write .", | ||
| "lint:fix:unsafe": "biome check --write --unsafe .", | ||
| "clean": "node ../../../../scripts/clean.mjs" | ||
| } | ||
| } |
9671
-1.1%