File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 " dist"
1111 ],
1212 "references" : [
13- { "path" : " ../types" }
13+ { "path" : " ../types" },
14+ { "path" : " ../plugin-validator" },
15+ { "path" : " ../plugin-formula" }
1416 ]
1517}
Original file line number Diff line number Diff line change 3333 "dependencies" : {
3434 "@objectql/types" : " workspace:*" ,
3535 "@objectql/core" : " workspace:*" ,
36+ "@objectql/plugin-validator" : " workspace:*" ,
3637 "@objectql/server" : " workspace:*" ,
3738 "@objectql/driver-sql" : " workspace:*" ,
3839 "@objectql/platform-node" : " workspace:*" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ import * as yaml from 'js-yaml';
1212import * as readline from 'readline' ;
1313import chalk from 'chalk' ;
1414import OpenAI from 'openai' ;
15- import { Validator , ObjectQLAgent } from '@objectql/core' ;
15+ import { ObjectQLAgent } from '@objectql/core' ;
16+ import { Validator } from '@objectql/plugin-validator' ;
1617import { glob } from 'fast-glob' ;
1718
1819/**
Original file line number Diff line number Diff line change 77 "include" : [" src" ],
88 "references" : [
99 { "path" : " ../../foundation/types" },
10+ { "path" : " ../../foundation/plugin-validator" },
1011 { "path" : " ../../foundation/core" },
1112 { "path" : " ../../runtime/server" },
1213 { "path" : " ../../foundation/platform-node" },
You can’t perform that action at this time.
0 commit comments