@sap-ai-sdk/foundation-models 1.3.1-20241125013147.0 → 1.3.1-20241126013133.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.
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ai-sdk/foundation-models",
|
|
3
|
-
"version": "1.3.1-
|
|
3
|
+
"version": "1.3.1-20241126013133.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@sap-cloud-sdk/http-client": "^3.23.0",
|
|
24
24
|
"@sap-cloud-sdk/util": "^3.23.0",
|
|
25
|
-
"@sap-ai-sdk/ai-api": "^1.3.1-
|
|
26
|
-
"@sap-ai-sdk/core": "^1.3.1-
|
|
25
|
+
"@sap-ai-sdk/ai-api": "^1.3.1-20241126013133.0",
|
|
26
|
+
"@sap-ai-sdk/core": "^1.3.1-20241126013133.0"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"compile": "tsc",
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
|
|
32
32
|
"lint": "eslint \"**/*.ts\" && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -c",
|
|
33
33
|
"lint:fix": "eslint \"**/*.ts\" --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error",
|
|
34
|
-
"check:public-api": "node --loader ts-node/esm ../../scripts/check-public-api-cli.ts",
|
|
35
34
|
"generate": "pnpm generate:azure-openai",
|
|
36
35
|
"generate:azure-openai": "openapi-generator --generateESM --clearOutputDir -i ./src/azure-openai/spec/inference.yaml -o ./src/azure-openai/client --schemaPrefix AzureOpenAi",
|
|
37
36
|
"postgenerate:azure-openai": "rm ./src/azure-openai/client/inference/*.ts && pnpm lint:fix"
|