@sap-ai-sdk/document-grounding 2.4.1-20260113013336.0 → 2.5.0

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,8 +16,8 @@ This package incorporates generative AI document grounding capabilities into you
16
16
 
17
17
  ## Installation
18
18
 
19
- ```
20
- $ npm install @sap-ai-sdk/document-grounding
19
+ ```bash
20
+ npm install @sap-ai-sdk/document-grounding
21
21
  ```
22
22
 
23
23
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/document-grounding",
3
- "version": "2.4.1-20260113013336.0",
3
+ "version": "2.5.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "internal.d.ts"
28
28
  ],
29
29
  "dependencies": {
30
- "@sap-ai-sdk/core": "^2.4.1-20260113013336.0"
30
+ "@sap-ai-sdk/core": "^2.5.0"
31
31
  },
32
32
  "scripts": {
33
33
  "compile": "tsc",