@sap-ai-sdk/prompt-registry 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 +2 -2
package/README.md CHANGED
@@ -13,8 +13,8 @@ This package incorporates generative AI prompt registry capabilities into your A
13
13
 
14
14
  ## Installation
15
15
 
16
- ```
17
- $ npm install @sap-ai-sdk/prompt-registry
16
+ ```bash
17
+ npm install @sap-ai-sdk/prompt-registry
18
18
  ```
19
19
 
20
20
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/prompt-registry",
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": [
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "zod": "^4.3.5",
29
- "@sap-ai-sdk/core": "^2.4.1-20260113013336.0"
29
+ "@sap-ai-sdk/core": "^2.5.1-20260114013431.0"
30
30
  },
31
31
  "scripts": {
32
32
  "compile": "tsc",