From 7038332d48a1a3ff26d71be21ebbe8515559014b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20Kriszti=C3=A1n?= Date: Fri, 7 Jun 2024 13:45:56 +0000 Subject: [PATCH] OPS: bump version Co-authored-by: Laszlo Hammerl --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6425745..cabfe47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "escher-auth", "description": "Library for HTTP request signing (JavaScript implementation)", - "version": "3.2.4", + "version": "4.0.0", "homepage": "https://github.com/emartech/escher-js", "author": { "name": "Emarsys Technologies" @@ -21,7 +21,7 @@ ], "main": "lib/escher", "engines": { - "node": ">= 8.9.0" + "node": ">=16" }, "scripts": { "test": "npm run code-style && npm run lint && npm run test:tape",