@composio/google 0.1.36-next.9 → 0.1.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -212,6 +212,7 @@ var GoogleProvider = class extends import_core.BaseNonAgenticProvider {
212
212
  arguments: tool.args,
213
213
  connectedAccountId: options?.connectedAccountId,
214
214
  customAuthParams: options?.customAuthParams,
215
+ customConnectionData: options?.customConnectionData,
215
216
  userId
216
217
  };
217
218
  const result = await this.executeTool(tool.name, payload, modifiers);
package/dist/index.js CHANGED
@@ -190,6 +190,7 @@ var GoogleProvider = class extends BaseNonAgenticProvider {
190
190
  arguments: tool.args,
191
191
  connectedAccountId: options?.connectedAccountId,
192
192
  customAuthParams: options?.customAuthParams,
193
+ customConnectionData: options?.customConnectionData,
193
194
  userId
194
195
  };
195
196
  const result = await this.executeTool(tool.name, payload, modifiers);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@composio/google",
3
- "version": "0.1.36-next.9",
3
+ "version": "0.1.37",
4
4
  "description": "Google GenAI Provider for Composio SDK",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -28,13 +28,13 @@
28
28
  "author": "",
29
29
  "license": "ISC",
30
30
  "peerDependencies": {
31
- "@composio/core": "0.1.36-next.9",
31
+ "@composio/core": "0.1.37",
32
32
  "@google/genai": "^1.1.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "tsup": "^8.4.0",
36
36
  "typescript": "^5.8.3",
37
- "@composio/core": "0.1.36-next.9"
37
+ "@composio/core": "0.1.37"
38
38
  },
39
39
  "scripts": {
40
40
  "clean": "git clean -xdf node_modules",