graphlit-client 1.0.20250613009 → 1.0.20250615002

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250613009",
3
+ "version": "1.0.20250615002",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",
@@ -65,11 +65,27 @@
65
65
  },
66
66
  "@google/generative-ai": {
67
67
  "optional": true
68
+ },
69
+ "groq-sdk": {
70
+ "optional": true
71
+ },
72
+ "cohere-ai": {
73
+ "optional": true
74
+ },
75
+ "@mistralai/mistralai": {
76
+ "optional": true
77
+ },
78
+ "@aws-sdk/client-bedrock-runtime": {
79
+ "optional": true
68
80
  }
69
81
  },
70
82
  "optionalDependencies": {
71
83
  "@anthropic-ai/sdk": "^0.53.0",
84
+ "@aws-sdk/client-bedrock-runtime": "^3.828.0",
72
85
  "@google/generative-ai": "^0.24.1",
86
+ "@mistralai/mistralai": "^1.7.2",
87
+ "cohere-ai": "^7.17.1",
88
+ "groq-sdk": "^0.25.0",
73
89
  "openai": "^5.3.0"
74
90
  },
75
91
  "devDependencies": {