File tree Expand file tree Collapse file tree 7 files changed +23
-7
lines changed
Expand file tree Collapse file tree 7 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @plotday/tool-outlook-calendar " : patch
3+ " @plotday/tool-google-calendar " : patch
4+ " @plotday/tool-google-contacts " : patch
5+ " @plotday/agent " : patch
6+ ---
7+
8+ Fixed: build fixes
Original file line number Diff line number Diff line change 99 "version" : " 0.1.0" ,
1010 "private" : true ,
1111 "scripts" : {
12- "deploy" : " plot agent deploy" ,
13- "lint" : " plot agent lint"
12+ "deploy" : " plot deploy" ,
13+ "lint" : " plot lint"
1414 },
1515 "dependencies" : {
1616 "@plotday/agent" : " workspace:^" ,
Original file line number Diff line number Diff line change 99 "version" : " 0.1.0" ,
1010 "private" : true ,
1111 "scripts" : {
12- "deploy" : " plot agent deploy" ,
13- "lint" : " plot agent lint" ,
14- "logs" : " plot agent logs"
12+ "deploy" : " plot deploy" ,
13+ "lint" : " plot lint" ,
14+ "logs" : " plot logs"
1515 },
1616 "dependencies" : {
1717 "@plotday/agent" : " workspace:^" ,
Original file line number Diff line number Diff line change 99 "resolveJsonModule" : true ,
1010 "allowJs" : true ,
1111 "checkJs" : false ,
12- "noEmit" : true ,
1312 "allowSyntheticDefaultImports" : true ,
1413 "sourceMap" : true ,
1514 "composite" : false ,
16- "declaration" : false ,
15+ "declaration" : true ,
1716 "esModuleInterop" : true ,
1817 "forceConsistentCasingInFileNames" : true ,
1918 "inlineSources" : false ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/tsconfig" ,
33 "extends" : " @plotday/agent/tsconfig.base.json" ,
4+ "compilerOptions" : {
5+ "outDir" : " ./dist"
6+ },
47 "include" : [" src/**/*.ts" ]
58}
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/tsconfig" ,
33 "extends" : " @plotday/agent/tsconfig.base.json" ,
4+ "compilerOptions" : {
5+ "outDir" : " ./dist"
6+ },
47 "include" : [" src/**/*.ts" ]
58}
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/tsconfig" ,
33 "extends" : " @plotday/agent/tsconfig.base.json" ,
4+ "compilerOptions" : {
5+ "outDir" : " ./dist"
6+ },
47 "include" : [" src/**/*.ts" ]
58}
You can’t perform that action at this time.
0 commit comments