@prisma-next/sql-errors
Advanced tools
+4
-4
| { | ||
| "name": "@prisma-next/sql-errors", | ||
| "version": "0.3.0-pr.82.3", | ||
| "version": "0.3.0-pr.83.1", | ||
| "type": "module", | ||
@@ -30,7 +30,7 @@ "sideEffects": false, | ||
| "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" | ||
| } | ||
| } |
13707
-0.8%