@shiyuhang0/adapter-tidbcloud
Advanced tools
Comparing version 5.4.2 to 5.4.3
{ | ||
"name": "@shiyuhang0/adapter-tidbcloud", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"description": "Prisma's driver adapter for \"@tidbcloud/serverless\"", | ||
@@ -8,6 +8,2 @@ "main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsup ./src/index.ts --format cjs,esm --dts", | ||
"lint": "tsc -p ./tsconfig.build.json" | ||
}, | ||
"files": [ | ||
@@ -25,7 +21,15 @@ "dist", | ||
"devDependencies": { | ||
"@tidbcloud/serverless": "^0.0.6" | ||
"@tidbcloud/serverless": "^0.0.6", | ||
"@types/node": "^20.5.1", | ||
"tsup": "^7.2.0", | ||
"tsx": "^3.12.7", | ||
"typescript": "^5.1.6" | ||
}, | ||
"peerDependencies": { | ||
"@tidbcloud/serverless": "^0.0.6" | ||
}, | ||
"scripts": { | ||
"build": "tsup ./src/index.ts --format cjs,esm --dts", | ||
"lint": "tsc -p ./tsconfig.build.json" | ||
} | ||
} | ||
} |
14291
5