Skip to content

Commit 01649e2

Browse files
feat: v0.4.8 upgrade
1 parent cc3ec3d commit 01649e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "composio-core",
3-
"version": "0.4.7",
3+
"version": "0.4.8",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

js/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { CloudflareToolSet } from "./frameworks/cloudflare";
55
import { VercelAIToolSet } from "./frameworks/vercel";
66
import { LangGraphToolSet } from "./frameworks/langgraph";
77
import { Workspace } from "./env/index";
8+
import { ConnectionRequest } from "./sdk/models/connectedAccounts";
89

910
const { APPS, ACTIONS } = require("./constants");
1011

@@ -18,4 +19,5 @@ export {
1819
APPS,
1920
ACTIONS,
2021
LangGraphToolSet,
22+
ConnectionRequest,
2123
};

0 commit comments

Comments
 (0)