@sap-ai-sdk/orchestration 2.4.1-20260113013336.0 → 2.5.1-20260114013431.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 +4 -4
package/README.md CHANGED
@@ -13,8 +13,8 @@ This package incorporates generative AI orchestration capabilities into your AI
13
13
 
14
14
  ## Installation
15
15
 
16
- ```
17
- $ npm install @sap-ai-sdk/orchestration
16
+ ```bash
17
+ npm install @sap-ai-sdk/orchestration
18
18
  ```
19
19
 
20
20
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/orchestration",
3
- "version": "2.4.1-20260113013336.0",
3
+ "version": "2.5.1-20260114013431.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -27,9 +27,9 @@
27
27
  "dependencies": {
28
28
  "@sap-cloud-sdk/util": "^4.3.1",
29
29
  "yaml": "^2.8.2",
30
- "@sap-ai-sdk/core": "^2.4.1-20260113013336.0",
31
- "@sap-ai-sdk/ai-api": "^2.4.1-20260113013336.0",
32
- "@sap-ai-sdk/prompt-registry": "^2.4.1-20260113013336.0"
30
+ "@sap-ai-sdk/core": "^2.5.1-20260114013431.0",
31
+ "@sap-ai-sdk/ai-api": "^2.5.1-20260114013431.0",
32
+ "@sap-ai-sdk/prompt-registry": "^2.5.1-20260114013431.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@sap-cloud-sdk/http-client": "^4.3.1",