From 412c0146dbdd7ce00b279a848acabd3caf41b8b0 Mon Sep 17 00:00:00 2001 From: Maik Marschner Date: Wed, 25 Sep 2024 14:20:21 +0200 Subject: [PATCH] Bump minimum nodejs version to 16 to match xml-crypto. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab8e25e..6643645 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Coverage Status

-Pure node.js ( >=8 ) implementation of [EBICS](https://en.wikipedia.org/wiki/Electronic_Banking_Internet_Communication_Standard) ( Electronic Banking Internet Communication ). +Pure node.js (>= 16) implementation of [EBICS](https://en.wikipedia.org/wiki/Electronic_Banking_Internet_Communication_Standard) (Electronic Banking Internet Communication). -The client is aimed to be 100% [ISO 20022](https://www.iso20022.org) compliant, and supports the complete initializations process ( INI, HIA, HPB orders ) and HTML letter generation. +The client is aimed to be 100% [ISO 20022](https://www.iso20022.org) compliant, and supports the complete initializations process (INI, HIA, HPB orders) and HTML letter generation. ## Supported Banks @@ -41,4 +41,3 @@ The basic concept of this library was inspired by the [EPICS](https://github.com Copyright: Dimitar Nanov, 2019-2022. Licensed under the [MIT](LICENSE) license. -