Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SAP/ai-sdk-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 390ca626966046b42ca7a1490c80c1217e89d975
Choose a base ref
..
head repository: SAP/ai-sdk-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e3e70e770c661224b58e373ecbd9bbd0af801b9
Choose a head ref
Showing with 228 additions and 410 deletions.
  1. +2 −2 package.json
  2. +225 −407 pnpm-lock.yaml
  3. +1 −1 sample-cap/package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.9",
"@types/mock-fs": "^4.13.4",
"@types/node": "^20.17.22",
"@types/node": "^20.17.23",
"depcheck": "^1.4.7",
"eslint": "^9.21.0",
"glob": "^11.0.1",
@@ -61,6 +61,6 @@
"prettier": "^3.5.3",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
Loading