Compare commits

...

2 Commits

Author SHA1 Message Date
Twisha Bansal
3a7fe97b99 Update package-lock.json 2025-11-12 14:31:03 +05:30
Twisha Bansal
ec8b000dde Update package.json 2025-11-12 14:26:48 +05:30
2 changed files with 10 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@langchain/google-genai": "^1.0.0",
"@langchain/langgraph": "^1.0.0",
"@toolbox-sdk/core": "^0.1.2",
"@toolbox-sdk/core": "^0.1.3",
"langchain": "^1.0.0"
}
},
@@ -179,16 +179,19 @@
}
},
"node_modules/@toolbox-sdk/core": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@toolbox-sdk/core/-/core-0.1.2.tgz",
"integrity": "sha512-AKfejUi0KK5W1L5AKwfbYDk9GNU92tRYIOIGvDI93XoZU3IWsPHsPHOoE3DFNpY3HvAUdaCZHj7V4GW0kq7dyg==",
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@toolbox-sdk/core/-/core-0.1.3.tgz",
"integrity": "sha512-G4TsQkFsw6posLC4y5aszM/8B4j2BvL3BFygZU1NSlP5d6OmnmixEKCQSxw5cp6s7WU1AnUUd0F2Hw9aO/Sxig==",
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.9.0",
"google-auth-library": "^10.0.0",
"zod": "^3.24.4"
"google-auth-library": "^10.0.0"
},
"engines": {
"node": ">=20.0.0"
},
"peerDependencies": {
"zod": "^3.24.4"
}
},
"node_modules/@types/retry": {

View File

@@ -13,7 +13,7 @@
"dependencies": {
"@langchain/google-genai": "^1.0.0",
"@langchain/langgraph": "^1.0.0",
"@toolbox-sdk/core": "^0.1.2",
"@toolbox-sdk/core": "^0.1.3",
"langchain": "^1.0.0"
}
}