From b5d2fd6daf6b5e5d9a8fb42b48db57ee96b327e6 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 4 Sep 2023 16:37:34 +0200 Subject: [PATCH] hafas-client@6.1 compatibility; 5.0.1 --- license.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/license.md b/license.md index 3c8a627..2051bcd 100644 --- a/license.md +++ b/license.md @@ -1,4 +1,4 @@ -Copyright (c) 2022, Jannis R +Copyright (c) 2023, Jannis R Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/package.json b/package.json index 18f9355..6ee1333 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client-rpc", "description": "Make JSON-RPC calls to hafas-client via WebSockets, stdio, UNIX domain sockets & NATS streaming.", - "version": "5.0.0", + "version": "5.0.1", "main": "index.js", "files": [ "index.js", @@ -51,7 +51,7 @@ "nats-streaming-cli": "^1.0.2" }, "peerDependencies": { - "hafas-client": ">=6.0 <=6.0" + "hafas-client": ">=6.0 <=6.1" }, "scripts": { "lint": "eslint --ext .js,.mjs .",