@sap-ai-sdk/ai-api 2.4.1-20260112013434.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
@@ -20,8 +20,8 @@ We maintain a list of [currently available and tested AI Core APIs](https://gith
20
20
 
21
21
  ## Installation
22
22
 
23
- ```
24
- $ npm install @sap-ai-sdk/ai-api
23
+ ```bash
24
+ npm install @sap-ai-sdk/ai-api
25
25
  ```
26
26
 
27
27
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/ai-api",
3
- "version": "2.4.1-20260112013434.0",
3
+ "version": "2.5.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@sap-cloud-sdk/connectivity": "^4.3.1",
28
28
  "@sap-cloud-sdk/util": "^4.3.1",
29
- "@sap-ai-sdk/core": "^2.4.1-20260112013434.0"
29
+ "@sap-ai-sdk/core": "^2.5.0"
30
30
  },
31
31
  "scripts": {
32
32
  "compile": "tsc",