@sap-ai-sdk/ai-api 1.10.1-20250401013228.0 → 1.10.1-20250403013136.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 +0 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -194,7 +194,3 @@ For more information about how to contribute, the project structure, as well as
194
194
  ## License
195
195
 
196
196
  The SAP Cloud SDK for AI is released under the [Apache License Version 2.0.](http://www.apache.org/licenses/).
197
-
198
- ```
199
-
200
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/ai-api",
3
- "version": "1.10.1-20250401013228.0",
3
+ "version": "1.10.1-20250403013136.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@sap-cloud-sdk/connectivity": "^4.0.2",
23
23
  "@sap-cloud-sdk/util": "^4.0.2",
24
- "@sap-ai-sdk/core": "^1.10.1-20250401013228.0"
24
+ "@sap-ai-sdk/core": "^1.10.1-20250403013136.0"
25
25
  },
26
26
  "scripts": {
27
27
  "compile": "tsc",