File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ export default defineConfig([
3636 } ,
3737 } ,
3838 ] ,
39+ dts : true ,
3940 format : [ 'cjs' , 'esm' ] ,
4041 } ,
4142] ) ;
Original file line number Diff line number Diff line change 3131 }
3232 },
3333 "dependencies" : {
34- "@types/pg" : " ^8.11.11" ,
3534 "@zenstackhq/common-helpers" : " workspace:*" ,
3635 "@zenstackhq/language" : " workspace:*" ,
3736 "@zenstackhq/runtime" : " workspace:*" ,
5049 "@types/better-sqlite3" : " ^7.6.13" ,
5150 "@types/node" : " catalog:" ,
5251 "@types/tmp" : " catalog:" ,
52+ "@types/pg" : " ^8.11.11" ,
5353 "@zenstackhq/eslint-config" : " workspace:*" ,
5454 "@zenstackhq/typescript-config" : " workspace:*" ,
5555 "copyfiles" : " ^2.4.1" ,
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export async function createPolicyTestClient<Schema extends SchemaDef>(
182182 schema as any ,
183183 {
184184 ...options ,
185- plugins : [ new PolicyPlugin ( ) ] ,
185+ plugins : [ ... ( options ?. plugins ?? [ ] ) , new PolicyPlugin ( ) ] ,
186186 } as any ,
187187 ) ;
188188}
You can’t perform that action at this time.
0 commit comments