Skip to content

Commit

Permalink
OPS: bump version
Browse files Browse the repository at this point in the history
Co-authored-by: Laszlo Hammerl <[email protected]>
  • Loading branch information
knagy and potato committed Jun 7, 2024
1 parent 1647ba6 commit 7038332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 7038332

Please sign in to comment.