fix(oauth): remove OAuth session caching to prevent authentication issues

This commit is contained in:
Juergen Kunz
2025-07-25 00:44:04 +00:00
parent 9011390dc4
commit f790984a95
5 changed files with 34 additions and 213 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@apiclient.xyz/bunq",
"version": "3.1.1",
"version": "3.1.2",
"private": false,
"description": "A full-featured TypeScript/JavaScript client for the bunq API",
"type": "module",