lib-fints 1.0.0 → 1.0.2

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/README.md CHANGED
@@ -208,7 +208,7 @@ As this is a free-time project, a lot of things are still remaining which could
208
208
 
209
209
  ## License
210
210
 
211
- This project is licensed under the LGPL 3.0 License - see the [LICENSE.md](LICENSE.md) file for details
211
+ This project is licensed under the LGPL 3.0 License - see the [LICENSE](LICENSE) file for details
212
212
 
213
213
  ## References
214
214
 
package/dist/dialog.js CHANGED
@@ -53,7 +53,7 @@ export class Dialog {
53
53
  const initResponse = await this.httpClient.sendMessage(message);
54
54
  const clientResponse = interaction.getClientResponse(initResponse);
55
55
  this.dialogId = clientResponse.dialogId;
56
- if (clientResponse.success && !clientResponse.requiresTan) {
56
+ if (clientResponse.success) {
57
57
  this.isInitialized = true;
58
58
  }
59
59
  this.checkEnded(initResponse);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lib-fints",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Typescript/Javascript client library for Online-Banking via the FinTS 3.0 protocol with PIN/TAN",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"