opik-gemini 1.10.20 → 1.10.22

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -270,7 +270,7 @@ npm test
270
270
 
271
271
  ## Examples
272
272
 
273
- Check out the [examples directory](../../../../../../examples) for more usage examples.
273
+ Check out the [examples directory](../../../../examples) for more usage examples.
274
274
 
275
275
  ## Documentation
276
276
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opik-gemini",
3
3
  "description": "Opik TypeScript and JavaScript SDK integration with Google Gemini AI",
4
- "version": "1.10.20",
4
+ "version": "1.10.22",
5
5
  "engines": {
6
6
  "node": ">=18"
7
7
  },