graphlit-client 1.0.20250722001 → 1.0.20250723001

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,7 @@ 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_5FlashLite]: "gemini-2.5-flash-lite",
83
84
  [Types.GoogleModels.Gemini_2_5Flash]: "gemini-2.5-flash",
84
85
  [Types.GoogleModels.Gemini_2_5Pro]: "gemini-2.5-pro",
85
86
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250722001",
3
+ "version": "1.0.20250723001",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",