File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 "@nestjs/core" : " ^11.0.1" ,
1212 "@nestjs/platform-express" : " ^11.1.5" ,
1313 "@nestjs/swagger" : " ^11.2.0" ,
14- "@trycompai/db" : " ^1.3.6 " ,
14+ "@trycompai/db" : " ^1.3.7 " ,
1515 "archiver" : " ^7.0.1" ,
1616 "axios" : " ^1.12.2" ,
1717 "class-transformer" : " ^0.5.1" ,
Original file line number Diff line number Diff line change 4848 "@tiptap/extension-table-row" : " ^3.4.4" ,
4949 "@trigger.dev/react-hooks" : " 4.0.0" ,
5050 "@trigger.dev/sdk" : " 4.0.0" ,
51- "@trycompai/db" : " ^1.3.6 " ,
51+ "@trycompai/db" : " ^1.3.7 " ,
5252 "@trycompai/email" : " workspace:*" ,
5353 "@types/canvas-confetti" : " ^1.9.0" ,
5454 "@types/react-syntax-highlighter" : " ^15.5.13" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default defineConfig({
1313 extensions : [
1414 prismaExtension ( {
1515 version : '6.13.0' ,
16- dbPackageVersion : '^1.3.6 ' , // Version of @trycompai /db package with compiled JS
16+ dbPackageVersion : '^1.3.7 ' , // Version of @trycompai /db package with compiled JS
1717 } ) ,
1818 puppeteer ( ) ,
1919 syncVercelEnvVars ( ) ,
Original file line number Diff line number Diff line change 99 "@react-email/render" : " ^1.1.2" ,
1010 "@t3-oss/env-nextjs" : " ^0.13.8" ,
1111 "@trycompai/analytics" : " workspace:*" ,
12- "@trycompai/db" : " ^1.3.6 " ,
12+ "@trycompai/db" : " ^1.3.7 " ,
1313 "@trycompai/email" : " workspace:*" ,
1414 "@trycompai/kv" : " workspace:*" ,
1515 "@trycompai/ui" : " workspace:*" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @trycompai/db" ,
33 "description" : " Database package with Prisma client and schema for Comp AI" ,
4- "version" : " 1.3.6 " ,
4+ "version" : " 1.3.7 " ,
55 "dependencies" : {
66 "@prisma/client" : " ^6.13.0" ,
77 "dotenv" : " ^16.4.5"
You can’t perform that action at this time.
0 commit comments