Skip to content

Commit

Permalink
feat: v0.4.8 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Dec 23, 2024
1 parent cc3ec3d commit 01649e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composio-core",
"version": "0.4.7",
"version": "0.4.8",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { CloudflareToolSet } from "./frameworks/cloudflare";
import { VercelAIToolSet } from "./frameworks/vercel";
import { LangGraphToolSet } from "./frameworks/langgraph";
import { Workspace } from "./env/index";
import { ConnectionRequest } from "./sdk/models/connectedAccounts";

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

Expand All @@ -18,4 +19,5 @@ export {
APPS,
ACTIONS,
LangGraphToolSet,
ConnectionRequest,
};

0 comments on commit 01649e2

Please sign in to comment.