Skip to content

Commit 2a50f76

Browse files
committed
bump integrations
1 parent d844847 commit 2a50f76

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Diff for: examples/composio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@restackio/ai": "^0.0.82",
25-
"@restackio/integrations-composio": "^0.0.5",
25+
"@restackio/integrations-composio": "^0.0.6",
2626
"@temporalio/workflow": "^1.11.2",
2727
"dotenv": "^16.4.5"
2828
},

Diff for: examples/gemini/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@restackio/ai": "^0.0.82",
25-
"@restackio/integrations-google-gemini": "^0.0.2",
25+
"@restackio/integrations-google-gemini": "^0.0.3",
2626
"@temporalio/workflow": "^1.11.2",
2727
"dotenv": "^16.4.5"
2828
},

Diff for: examples/get-started/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@restackio/ai": "0.0.82",
14-
"@restackio/integrations-openai": "0.0.33",
14+
"@restackio/integrations-openai": "0.0.34",
1515
"@temporalio/workflow": "1.11.2",
1616
"dotenv": "16.4.5",
1717
"zod": "3.23.8",

Diff for: examples/openai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323
},
2424
"dependencies": {
25-
"@restackio/integrations-openai": "^0.0.33",
25+
"@restackio/integrations-openai": "^0.0.34",
2626
"@restackio/ai": "^0.0.82",
2727
"@temporalio/workflow": "^1.11.2",
2828
"dotenv": "^16.4.5",

Diff for: examples/posthog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"author": "",
1616
"license": "ISC",
1717
"dependencies": {
18-
"@restackio/integrations-linear": "^0.0.7",
19-
"@restackio/integrations-openai": "^0.0.33",
18+
"@restackio/integrations-linear": "^0.0.8",
19+
"@restackio/integrations-openai": "^0.0.34",
2020
"@restackio/ai": "^0.0.82",
2121
"@temporalio/workflow": "1.11.1",
2222
"dotenv": "^16.4.5",

Diff for: examples/voice/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"license": "ISC",
1919
"dependencies": {
2020
"@deepgram/sdk": "^3.6.0",
21-
"@restackio/integrations-deepgram": "^0.0.12",
22-
"@restackio/integrations-openai": "^0.0.33",
23-
"@restackio/integrations-twilio": "^0.0.9",
24-
"@restackio/integrations-websocket": "^0.0.16",
21+
"@restackio/integrations-deepgram": "^0.0.13",
22+
"@restackio/integrations-openai": "^0.0.34",
23+
"@restackio/integrations-twilio": "^0.0.10",
24+
"@restackio/integrations-websocket": "^0.0.17",
2525
"@restackio/ai": "^0.0.82",
2626
"@temporalio/workflow": "1.11.1",
2727
"cors": "^2.8.5",

0 commit comments

Comments
 (0)