File tree Expand file tree Collapse file tree 4 files changed +220
-40
lines changed
Expand file tree Collapse file tree 4 files changed +220
-40
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99jobs :
10- ci :
10+ test :
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -151,7 +151,8 @@ try {
151151| v5.15.x | v5.15.x | \> = v0.1.0 |
152152| v5.20.x | v5.20.x | \> = v0.1.0 |
153153| v6.6.x | v6.6.x | \> = v0.1.0 |
154- | v6.12.x | v6.12.x | \> = v0.1.0 |
154+ | v6.12.x | v6.12.x | \> = v0.1.0 |
155+ | v6.17.x | v6.17.x | \> = v0.1.0 |
155156
156157Here is the step to step guide for how to choose the version:
1571581 . Choose the Prisma version: Choose the one as you need.
Original file line number Diff line number Diff line change 11{
22 "name" : " @tidbcloud/prisma-adapter" ,
3- "version" : " 6.12 .0" ,
3+ "version" : " 6.17 .0" ,
44 "description" : " Prisma's driver adapter for \" @tidbcloud/serverless\" " ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.mjs" ,
4343 "dotenv" : " ^16.5.0" ,
4444 "jest" : " ^29.6.2" ,
4545 "prettier" : " ^2.7.1" ,
46- "prisma" : " 6.12 .0" ,
46+ "prisma" : " 6.17 .0" ,
4747 "ts-jest" : " ^29.1.1" ,
4848 "tsup" : " ^7.2.0" ,
4949 "tsx" : " ^3.12.7" ,
You can’t perform that action at this time.
0 commit comments