bump composio version

This commit is contained in:
Ramnique Singh 2025-08-06 06:54:29 +05:30
parent 474421994f
commit 6adf1e8e42
2 changed files with 13 additions and 13 deletions

View file

@ -12,7 +12,7 @@
"@auth0/nextjs-auth0": "^4.7.0", "@auth0/nextjs-auth0": "^4.7.0",
"@aws-sdk/client-s3": "^3.743.0", "@aws-sdk/client-s3": "^3.743.0",
"@aws-sdk/s3-request-presigner": "^3.743.0", "@aws-sdk/s3-request-presigner": "^3.743.0",
"@composio/core": "^0.1.36-next.7", "@composio/core": "^0.1.40",
"@dnd-kit/core": "^6.3.1", "@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0", "@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2", "@dnd-kit/utilities": "^3.2.2",
@ -1447,19 +1447,19 @@
"integrity": "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==" "integrity": "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ=="
}, },
"node_modules/@composio/client": { "node_modules/@composio/client": {
"version": "0.1.0-alpha.26", "version": "0.1.0-alpha.30",
"resolved": "https://registry.npmjs.org/@composio/client/-/client-0.1.0-alpha.26.tgz", "resolved": "https://registry.npmjs.org/@composio/client/-/client-0.1.0-alpha.30.tgz",
"integrity": "sha512-6cLf8sABDe0tjG4U33GDd3ZS4S3YdVCEpFyi9bt22vanqtNKJk8wNEOFOui9TgI131B45Tt/XtlCeCR+PpxQLQ==", "integrity": "sha512-Vx8jrNdbNCY7072gW46HykR2Llr00XIwMF+Ys/A69+DViHGWeTpI5zlH9fycjmU3E1GnKpbIbhsF+gP41F2m+Q==",
"license": "Apache-2.0" "license": "Apache-2.0"
}, },
"node_modules/@composio/core": { "node_modules/@composio/core": {
"version": "0.1.36-next.7", "version": "0.1.40",
"resolved": "https://registry.npmjs.org/@composio/core/-/core-0.1.36-next.7.tgz", "resolved": "https://registry.npmjs.org/@composio/core/-/core-0.1.40.tgz",
"integrity": "sha512-MqwYKBIoCMn9VegS67UO/RkO/C5L7aA0r28K7VbIS4ZwMY/9/hl7UPqat7EZapyhpLFw4OaTHeAjAMcu6dRm1g==", "integrity": "sha512-OdUM2qy8wWSnWEZ25dD9esW/FV2I6TWCG7hVOpTVUDRt6bsgXh3r+3OnZSgtwhDcnQp1lBNPwSmcxSHyF6gCbA==",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@composio/client": "0.1.0-alpha.26", "@composio/client": "0.1.0-alpha.30",
"@composio/json-schema-to-zod": "0.1.10-next.3", "@composio/json-schema-to-zod": "0.1.11",
"@types/json-schema": "^7.0.15", "@types/json-schema": "^7.0.15",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"openai": "^4.94.0", "openai": "^4.94.0",
@ -1484,9 +1484,9 @@
} }
}, },
"node_modules/@composio/json-schema-to-zod": { "node_modules/@composio/json-schema-to-zod": {
"version": "0.1.10-next.3", "version": "0.1.11",
"resolved": "https://registry.npmjs.org/@composio/json-schema-to-zod/-/json-schema-to-zod-0.1.10-next.3.tgz", "resolved": "https://registry.npmjs.org/@composio/json-schema-to-zod/-/json-schema-to-zod-0.1.11.tgz",
"integrity": "sha512-kglZdteq+18Tcikb1US7D47VX3A3x8haeE+qFCwpQbBAgp3vG+eMQnZ6WgMkLNroZNrTm5oiAJrSdjerbiAqIA==", "integrity": "sha512-6gcCof9xqLhmmHSCvWLW/E16PKr5C1dWJ9AOk4FJU8JA7gSt8JEdFHBwx80dyprBJdwPF6R54nlkmpXrEwApzg==",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@types/json-schema": "^7.0.15", "@types/json-schema": "^7.0.15",

View file

@ -20,7 +20,7 @@
"@auth0/nextjs-auth0": "^4.7.0", "@auth0/nextjs-auth0": "^4.7.0",
"@aws-sdk/client-s3": "^3.743.0", "@aws-sdk/client-s3": "^3.743.0",
"@aws-sdk/s3-request-presigner": "^3.743.0", "@aws-sdk/s3-request-presigner": "^3.743.0",
"@composio/core": "^0.1.36-next.7", "@composio/core": "^0.1.40",
"@dnd-kit/core": "^6.3.1", "@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0", "@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2", "@dnd-kit/utilities": "^3.2.2",