Docs section: https://aave.com/docs/aave-v3/getting-started/typescript#getting-started-install-sdk
Actual:
bun add @aave/client@v3
bun add v1.3.4 (5eb2145b)
error: No version matching "v3" found for specifier "@aave/client" (but package exists)
error: @aave/client@v3 failed to resolve
Temporary workaround (do not specify "v3"):
Expected: docs should contain correct package specifier to provide smooth DX during installation step.