Skip to content

Commit 22a66da

Browse files
Merge pull request #34 from restackio/update081
update 0.0.81
2 parents f0d030e + 9c154f2 commit 22a66da

22 files changed

+126
-126
lines changed

examples/composio/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
]
2222
},
2323
"dependencies": {
24-
"@restackio/ai": "^0.0.80",
25-
"@restackio/integrations-composio": "^0.0.4",
24+
"@restackio/ai": "^0.0.81",
25+
"@restackio/integrations-composio": "^0.0.5",
2626
"@temporalio/workflow": "^1.11.2",
2727
"dotenv": "^16.4.5"
2828
},

examples/composio/pnpm-lock.yaml

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/express-together-llamaindex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
},
2222
"dependencies": {
23-
"@restackio/ai": "^0.0.80",
23+
"@restackio/ai": "^0.0.81",
2424
"@temporalio/workflow": "^1.11.2",
2525
"dotenv": "^16.4.5",
2626
"express": "^4.21.1",

examples/express-together-llamaindex/pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/express/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@restackio/ai": "^0.0.80",
27+
"@restackio/ai": "^0.0.81",
2828
"@temporalio/workflow": "^1.11.2",
2929
"dotenv": "^16.4.5",
3030
"express": "^4.21.1"

examples/express/pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/gemini/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
]
2222
},
2323
"dependencies": {
24-
"@restackio/ai": "^0.0.80",
25-
"@restackio/integrations-google-gemini": "^0.0.1",
24+
"@restackio/ai": "^0.0.81",
25+
"@restackio/integrations-google-gemini": "^0.0.2",
2626
"@temporalio/workflow": "^1.11.2",
2727
"dotenv": "^16.4.5"
2828
},

examples/gemini/pnpm-lock.yaml

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/get-started/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"restack-studio": "docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main"
1111
},
1212
"dependencies": {
13-
"@restackio/ai": "0.0.80",
14-
"@restackio/integrations-openai": "0.0.29",
13+
"@restackio/ai": "0.0.81",
14+
"@restackio/integrations-openai": "0.0.33",
1515
"@temporalio/workflow": "1.11.2",
1616
"dotenv": "16.4.5",
1717
"zod": "3.23.8",

examples/get-started/pnpm-lock.yaml

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/human-loop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323
},
2424
"dependencies": {
25-
"@restackio/ai": "^0.0.80",
25+
"@restackio/ai": "^0.0.81",
2626
"@temporalio/workflow": "^1.11.2"
2727
},
2828
"devDependencies": {

examples/human-loop/pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"clean": "rm -rf node_modules"
1111
},
1212
"dependencies": {
13-
"@restackio/ai": "^0.0.80",
13+
"@restackio/ai": "^0.0.81",
1414
"next": "14.2.13",
1515
"react": "^18",
1616
"react-dom": "^18"

examples/nextjs/pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/openai/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
]
2323
},
2424
"dependencies": {
25-
"@restackio/integrations-openai": "^0.0.29",
26-
"@restackio/ai": "^0.0.80",
25+
"@restackio/integrations-openai": "^0.0.33",
26+
"@restackio/ai": "^0.0.81",
2727
"@temporalio/workflow": "^1.11.2",
2828
"dotenv": "^16.4.5",
2929
"zod": "^3.23.8",

0 commit comments

Comments
 (0)