File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,18 +28,20 @@ jobs:
2828 with :
2929 run_install : |
3030 - recursive: true
31- args: [--no-frozen-lockfile]
32- - args: [--global, esbuild]
3331
34- - name : build (common)
32+ - name : Build
3533 run : |
36- pnpm pnpm --filter @llm-ts-example/common-core build && \
37- pnpm pnpm --filter @llm-ts-example/common-backend build
34+ pnpm --filter @llm-ts-example/common-core build
35+ pnpm --filter @llm-ts-example/common-backend build
3836
39- - name : build
37+ - name : Debug workspace links
4038 run : |
41- pnpm install -r
42- pnpm build
39+ pnpm list -r --depth 0
40+ pnpm why @llm-ts-example/common-backend
41+
42+ - name : Build all packages
43+ run : pnpm build
4344
4445 - name : lint
4546 run : pnpm lint
47+
Original file line number Diff line number Diff line change 1414 "license" : " ISC" ,
1515 "type" : " module" ,
1616 "dependencies" : {
17- "@ai-sdk/amazon-bedrock" : " ^3.0.43 " ,
18- "@ai-sdk/azure" : " ^2.0.53 " ,
17+ "@ai-sdk/amazon-bedrock" : " ^3.0.45 " ,
18+ "@ai-sdk/azure" : " ^2.0.54 " ,
1919 "@mastra/core" : " ^0.20.2" ,
2020 "@mastra/libsql" : " ^0.15.2" ,
2121 "@mastra/loggers" : " ^0.10.16" ,
2828 "@eslint/compat" : " ^1.4.0" ,
2929 "@eslint/js" : " ^9.38.0" ,
3030 "@stylistic/eslint-plugin" : " ^5.5.0" ,
31- "@types/node" : " ^22.18.11 " ,
31+ "@types/node" : " ^22.18.12 " ,
3232 "eslint" : " ^9.38.0" ,
3333 "eslint-import-resolver-typescript" : " ^4.4.4" ,
3434 "eslint-plugin-import" : " ^2.32.0" ,
3535 "eslint-plugin-promise" : " ^7.2.1" ,
3636 "mastra" : " ^0.14.1" ,
37- "pnpm" : " ^10.18.3 " ,
37+ "pnpm" : " ^10.19.0 " ,
3838 "typescript" : " ^5.9.3" ,
39- "typescript-eslint" : " ^8.46.1 "
39+ "typescript-eslint" : " ^8.46.2 "
4040 }
4141}
Original file line number Diff line number Diff line change 1616 "volt" : " volt"
1717 },
1818 "dependencies" : {
19- "@ai-sdk/amazon-bedrock" : " ^3.0.43 " ,
20- "@voltagent/cli" : " ^0.1.12 " ,
21- "@voltagent/core" : " ^1.1.29 " ,
22- "@voltagent/libsql" : " ^1.0.8 " ,
23- "@voltagent/logger" : " ^1.0.2 " ,
24- "@voltagent/server-hono" : " ^1.0.18 " ,
19+ "@ai-sdk/amazon-bedrock" : " ^3.0.45 " ,
20+ "@voltagent/cli" : " ^0.1.13 " ,
21+ "@voltagent/core" : " ^1.1.30 " ,
22+ "@voltagent/libsql" : " ^1.0.9 " ,
23+ "@voltagent/logger" : " ^1.0.3 " ,
24+ "@voltagent/server-hono" : " ^1.0.22 " ,
2525 "ai" : " ^5.0.76" ,
2626 "dotenv" : " ^16.6.1" ,
2727 "hono" : " ^4.10.1" ,
2828 "zod" : " 3.24.2"
2929 },
3030 "devDependencies" : {
31- "@types/node" : " ^22.18.11 " ,
31+ "@types/node" : " ^22.18.12 " ,
3232 "tsx" : " ^4.20.6" ,
3333 "typescript" : " ^5.9.3"
3434 }
Original file line number Diff line number Diff line change 2424 "@solidjs/router" : " ^0.15.3" ,
2525 "@stylistic/eslint-plugin" : " ^5.5.0" ,
2626 "@types/crypto-js" : " ^4.2.2" ,
27- "@types/node" : " ^22.18.11 " ,
27+ "@types/node" : " ^22.18.12 " ,
2828 "@types/uuid" : " ^10.0.0" ,
2929 "crypto-js" : " ^4.2.0" ,
3030 "eslint" : " ^9.38.0" ,
3535 "jsdom" : " ^25.0.1" ,
3636 "solid-refresh" : " ^0.7.5" ,
3737 "typescript" : " ^5.9.3" ,
38- "typescript-eslint" : " ^8.46.1 " ,
38+ "typescript-eslint" : " ^8.46.2 " ,
3939 "vite" : " ^6.4.1" ,
4040 "vite-plugin-solid" : " ^2.11.9"
4141 }
Original file line number Diff line number Diff line change 3535 "types" : [
3636 " node"
3737 ],
38+ "composite" : true ,
39+ "paths" : {
40+ "@llm-ts-example/common-backend" : [" ../../common/backend" ],
41+ }
3842 },
3943 "exclude" : [
4044 " node_modules" ,
Original file line number Diff line number Diff line change 2424 "lint-fix" : " eslint . --fix"
2525 },
2626 "dependencies" : {
27- "@aws-lambda-powertools/logger" : " ^2.27 .0" ,
27+ "@aws-lambda-powertools/logger" : " ^2.28 .0" ,
2828 "@langchain/aws" : " ^1.0.0" ,
2929 "@langchain/core" : " ^1.0.1" ,
3030 "@langchain/openai" : " ^1.0.0" ,
3434 "@eslint/compat" : " ^1.4.0" ,
3535 "@eslint/js" : " ^9.38.0" ,
3636 "@stylistic/eslint-plugin" : " ^5.5.0" ,
37- "@types/node" : " ^24.8 .1" ,
37+ "@types/node" : " ^24.9 .1" ,
3838 "@vitest/eslint-plugin" : " ^1.3.23" ,
3939 "eslint" : " ^9.38.0" ,
4040 "eslint-import-resolver-typescript" : " ^4.4.4" ,
4141 "eslint-plugin-import" : " ^2.32.0" ,
4242 "eslint-plugin-promise" : " ^7.2.1" ,
4343 "typescript" : " ^5.9.3" ,
44- "typescript-eslint" : " ^8.46.1 "
44+ "typescript-eslint" : " ^8.46.2 "
4545 }
4646}
Original file line number Diff line number Diff line change 3434 ],
3535 "types" : [
3636 " node"
37- ]
37+ ],
38+ "composite" : true
3839 },
3940 "exclude" : [
4041 " node_modules" ,
Original file line number Diff line number Diff line change 2626 "@eslint/compat" : " ^1.4.0" ,
2727 "@eslint/js" : " ^9.38.0" ,
2828 "@stylistic/eslint-plugin" : " ^5.5.0" ,
29- "@types/node" : " ^22.18.11 " ,
29+ "@types/node" : " ^22.18.12 " ,
3030 "@vitest/eslint-plugin" : " ^1.3.23" ,
3131 "aws-cdk" : " ^2.1030.0" ,
3232 "eslint" : " ^9.38.0" ,
3333 "eslint-import-resolver-typescript" : " ^4.4.4" ,
3434 "eslint-plugin-import" : " ^2.32.0" ,
3535 "eslint-plugin-promise" : " ^7.2.1" ,
3636 "typescript" : " ^5.9.3" ,
37- "typescript-eslint" : " ^8.46.1 "
37+ "typescript-eslint" : " ^8.46.2 "
3838 }
3939}
Original file line number Diff line number Diff line change 1818 "@eslint/js" : " ^9.38.0" ,
1919 "@stylistic/eslint-plugin" : " ^5.5.0" ,
2020 "@types/aws-lambda" : " ^8.10.156" ,
21- "@types/node" : " ^24.8 .1" ,
21+ "@types/node" : " ^24.9 .1" ,
2222 "@types/source-map-support" : " ^0.5.10" ,
2323 "@types/uuid" : " ^10.0.0" ,
2424 "@vitest/eslint-plugin" : " ^1.3.23" ,
2929 "eslint-plugin-promise" : " ^7.2.1" ,
3030 "source-map-support" : " ^0.5.21" ,
3131 "typescript" : " ^5.9.3" ,
32- "typescript-eslint" : " ^8.46.1 " ,
32+ "typescript-eslint" : " ^8.46.2 " ,
3333 "vite" : " ^6.4.1" ,
3434 "vite-tsconfig-paths" : " ^5.1.4" ,
3535 "vitest" : " ^3.2.4"
Original file line number Diff line number Diff line change 1717 "node" : " >=20.9.0"
1818 },
1919 "dependencies" : {
20- "@ai-sdk/amazon-bedrock" : " ^3.0.43 " ,
20+ "@ai-sdk/amazon-bedrock" : " ^3.0.45 " ,
2121 "@ai-sdk/azure" : " ^1.3.25" ,
2222 "@mastra/core" : " ^0.20.2" ,
2323 "@mastra/loggers" : " ^0.10.16" ,
2929 "@eslint/compat" : " ^1.4.0" ,
3030 "@eslint/js" : " ^9.38.0" ,
3131 "@stylistic/eslint-plugin" : " ^5.5.0" ,
32- "@types/node" : " ^22.18.11 " ,
32+ "@types/node" : " ^22.18.12 " ,
3333 "eslint" : " ^9.38.0" ,
3434 "eslint-import-resolver-typescript" : " ^4.4.4" ,
3535 "eslint-plugin-import" : " ^2.32.0" ,
3636 "eslint-plugin-promise" : " ^7.2.1" ,
3737 "mastra" : " ^0.14.1" ,
3838 "tsx" : " ^4.20.6" ,
3939 "typescript" : " ^5.9.3" ,
40- "typescript-eslint" : " ^8.46.1 "
40+ "typescript-eslint" : " ^8.46.2 "
4141 }
4242}
You can’t perform that action at this time.
0 commit comments