@sap-ai-sdk/prompt-registry 1.13.1-20250519013239.0 → 1.13.1-20250521013214.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.
@@ -10,7 +10,7 @@ export type PromptTemplateSpec = {
10
10
  template: Template[];
11
11
  defaults?: Record<string, any>;
12
12
  /**
13
- * DEPRECATED. Use additional properties instead.
13
+ * DEPRECATED. Please use additional_fields instead.
14
14
  *
15
15
  * @deprecated
16
16
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/prompt-registry",
3
- "version": "1.13.1-20250519013239.0",
3
+ "version": "1.13.1-20250521013214.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -20,8 +20,8 @@
20
20
  "internal.d.ts"
21
21
  ],
22
22
  "dependencies": {
23
- "zod": "^3.24.3",
24
- "@sap-ai-sdk/core": "^1.13.1-20250519013239.0"
23
+ "zod": "^3.25.7",
24
+ "@sap-ai-sdk/core": "^1.13.1-20250521013214.0"
25
25
  },
26
26
  "scripts": {
27
27
  "compile": "tsc",