Skip to content

Commit

Permalink
Merge branch 'master' into ENG-2943
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-composio authored Dec 25, 2024
2 parents 12ae898 + a5aba11 commit 42aa29e
Show file tree
Hide file tree
Showing 54 changed files with 885 additions and 1,003 deletions.
4 changes: 4 additions & 0 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
{
"name": "All Tools",
"url": "https://composio.dev/tools"
},
{
"name": "Chat with Code",
"url": "https://chatgpt.com/g/g-67697db23c808191a1787ea4b86ac1ce-composio"
}
],
"navigation": [
Expand Down
21 changes: 20 additions & 1 deletion js/package.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,27 @@
"keywords": [],
"author": "Utkarsh Dixit <utkarsh@composio.dev>",
"license": "ISC",
"peerDependencies": {
"ai": "^3.2.22",
"@ai-sdk/openai": "^0.0.36",
"@cloudflare/workers-types": "^4.20240718.0",
"@langchain/core": "^0.2.18",
"@langchain/openai": "^0.2.5",
"langchain": "^0.2.11",
"openai": "^4.50.0"
},
"dependencies": {
"pusher-js": "8.4.0-rc2"
"chalk": "^4",
"winston": "^3.13.1",
"zod": "^3.23.8",
"uuid": "^10.0.0",
"zod-to-json-schema": "^3.23.2",
"axios": "^1.7.2",
"pusher-js": "8.4.0-rc2",
"commander": "^12.1.0",
"cli-progress": "^3.12.0",
"inquirer": "^10.2.2",
"open": "^8.4.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
48 changes: 21 additions & 27 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,34 @@
"keywords": [],
"author": "Utkarsh Dixit <utkarsh@composio.dev>",
"license": "ISC",
"peerDependencies": {
"ai": "^3.2.22",
"@ai-sdk/openai": "^0.0.36",
"@cloudflare/workers-types": "^4.20240718.0",
"@langchain/core": "^0.2.18",
"@langchain/openai": "^0.2.5",
"langchain": "^0.2.11",
"openai": "^4.50.0"
},
"dependencies": {
"chalk": "^4",
"winston": "^3.13.1",
"zod": "^3.23.8",
"uuid": "^10.0.0",
"zod-to-json-schema": "^3.23.2",
"axios": "^1.7.2",
"pusher-js": "8.4.0-rc2",
"commander": "^12.1.0",
"cli-progress": "^3.12.0",
"inquirer": "^10.2.2",
"open": "^8.4.0"
},
"devDependencies": {
"pusher-js": "8.4.0-rc2",
"@ai-sdk/openai": "^0.0.36",
"@cloudflare/workers-types": "^4.20240718.0",
"@e2b/code-interpreter": "^0.0.8",
"@e2b/sdk": "^0.16.1",
"@eslint/js": "^9.16.0",
"@faker-js/faker": "^8.4.1",
"@hey-api/client-axios": "^0.2.3",
"@hey-api/openapi-ts": "^0.52.4",
"@hono/node-server": "^1.12.0",
"@jest/globals": "^29.7.0",
"@langchain/core": "^0.2.18",
"@langchain/openai": "^0.2.5",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand All @@ -57,25 +69,12 @@
"@types/node": "^20.14.2",
"@types/uuid": "^10.0.0",
"@types/winston": "^2.4.4",
"ai": "^3.2.22",
"axios": "^1.7.2",
"axios-mock-adapter": "^2.1.0",
"chalk": "^4",
"cli-progress": "^3.12.0",
"colors": "^1.4.0",
"commander": "^12.1.0",
"dockerode": "^4.0.2",
"e2b": "^0.16.1",
"enumify": "^2.0.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"hono": "^4.4.11",
"inquirer": "^10.2.2",
"jest": "^29.7.0",
"jest-html-reporters": "^3.1.7",
"langchain": "^0.2.11",
"open": "^8.4.0",
"openai": "^4.50.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"regenerator-runtime": "^0.14.1",
Expand All @@ -90,12 +89,7 @@
"tslib": "^2.6.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"typescript-eslint": "^8.17.0",
"uuid": "^10.0.0",
"winston": "^3.13.1",
"wrangler": "^3.63.1",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
"typescript-eslint": "^8.17.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 42aa29e

Please sign in to comment.