graphlit-client 1.0.20250703001 → 1.0.20250704001

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.
@@ -80,6 +80,8 @@ const GOOGLE_MODEL_MAP = {
80
80
  // Gemini 2.5 models
81
81
  [Types.GoogleModels.Gemini_2_5FlashPreview]: "gemini-2.5-flash-preview-05-20",
82
82
  [Types.GoogleModels.Gemini_2_5ProPreview]: "gemini-2.5-pro-preview-06-05",
83
+ [Types.GoogleModels.Gemini_2_5Flash]: "gemini-2.5-flash",
84
+ [Types.GoogleModels.Gemini_2_5Pro]: "gemini-2.5-pro",
83
85
  };
84
86
  // Groq model mappings
85
87
  const GROQ_MODEL_MAP = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250703001",
3
+ "version": "1.0.20250704001",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",